Color: #741BDA
#741BDA Color Information
#741BDA is a dark color. The closest websafe version is #741BDA. A complement of this color would be #81DA1B, perceived brightness is 0.30, and the grayscale version is #7B7B7B.
In the HSL color space, this color has a hue angle of 268°,a saturation of 78%, and a lightness of 48%.The HSV representation shows a hue of 268°, a saturation of 88%, and a value of 85%.
In a RGB color space, #741BDA is composed of 45% red, 11% green and 85% blue. Whereas in a CMYK color space, it is composed of 47% cyan, 88% magenta, 0% yellow and 15% black.
In the Yxy color space, this color is represented as Y: 8.92, x: 0.2334, and y: 0.1152.
Color Code #741BDA
Shades of Color #741BDA
Shades are created by darkening the original color #741BDA in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.
Tints of Color #741BDA
Tints are created by lightening the original color #741BDA in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.
About #741BDA Color Code
In the HSL color space, this color has a hue angle of 268°, a saturation of 78%, and a lightness of 48%. The HSV representation shows a hue of 268°, a saturation of 88%, and a value of 85%.
- HEX: #741BDA
- RGB: rgb(116, 27, 218)
- HSL: hsl(268, 78%, 48%)
- HSV: hsv(268, 88%, 85%)
- CMYK: 47.00% cyan, 88.00% magenta, 0.00% yellow, 15.00% black
- XYZ: 18.07, 8.92, 50.42
- Yxy: 8.92, 0.2334, 0.1152
- Hunter Lab: 35.83, 62.71, -80.34
- CIE-Lab: 35.83, 62.71, -80.34
In the XYZ color space, this color is represented as X: 18.07, Y: 8.92, Z: 50.42. The Yxy representation further refines this as Y: 8.92, x: 0.2334, and y: 0.1152.
In the Hunter Lab color space, this color is represented as L: 35.83, a: 62.71, and b: -80.34. Similarly, in the CIE-Lab color space, it is represented as L: 35.83, a: 62.71, and b: -80.34.
Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.
Triadic Colors of #741BDA
Triadic colors are three colors evenly spaced around the color wheel, including #741BDA. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #741BDA
Split complementary colors are two colors adjacent to the complementary color of #741BDA. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #741BDA
Monochromatic colors are variations of #741BDA, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #741BDA
The complementary color of #741BDA is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.
CSS Examples of #741BDA
/* Using HEX */ body { background-color: #741bda; }
/* Using RGB */ body { background-color: rgb(116, 27, 218); }
/* Using RGB with opacity */ body { background-color: rgba(116, 27, 218, 0.5); }
/* Using HSL */ body { background-color: hsl(268, 78%, 48%); }
/* Text color */ p { color: #741bda; }
/* Box shadow */ div { box-shadow: 4px 4px #741bda; }
/* Border color */ .box { border: 4px solid #741bda; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #741bda; }
/* Background with text */ div { background: #741bda; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #741BDA
<!-- Using HEX --> <div style="background-color: #741bda; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(116, 27, 218); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(116, 27, 218, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(268, 78%, 48%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #741bda;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #741bda; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #741bda; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #741bda;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #741bda; color: #fff; padding: 16px; border-radius: 8px;"> #741BDA </div>
Related Colors of #741BDA
These colors are similar to #741BDA, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.