Shades of Dark Violet #6E05CF
Tints of Dark Violet #6E05CF
RGB
CMYK
RGB Variations
Color information
#6E05CF (or 0x6E05CF) is known color: Dark Violet. HEX triplet: 6E, 05 and CF. RGB value is (110,5,207). Sum of RGB (Red+Green+Blue) = 110+5+207=322 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.16% from 322); Green value is 5 (2.34% from 255 or 1.55% from 322); Blue value is 207 (81.25% from 255 or 64.29% from 322); Max value from RGB is 207 - color contains mainly: blue. Hex color #6E05CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E05CF is #91FA30. Grayscale: #3A3A3A. Windows color (decimal): -9566769 or 13567342. OLE color: 13567342.
HSL color Cylindrical-coordinate representation of color #6E05CF: hue angle of 271.19º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6E05CF is Cyan = 0.47, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 110 | 5 | 207 | - |
| CMYK | 0.47 | 0.98 | 0 | 0.19 |
| HSL | 271.19º | 0.95% | 0.42% | - |
| HSV(B) | 271.19º | 0.98% | 0.81% | - |
| XYZ | 17.75 | 7.93 | 59.63 | - |
| YUV | 59.42 | 211.29 | 164.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 5 | 207 | 0.47 | 0.98 | 0 | 0.19 | 271.19 | 0.95 | 0.42 |
| Hex | 6E | 5 | CF | 2F | 62 | 0 | 13 | 10F | 5F | 2A |
| Octal | 156 | 5 | 317 | 57 | 142 | 0 | 23 | 417 | 137 | 52 |
| Binary | 1101110 | 101 | 11001111 | 101111 | 1100010 | 0 | 10011 | 100001111 | 1011111 | 101010 |
Color Harmonies of #6E05CF
Complementary color
Monochromatic Colors of #6E05CF
Black with #6E05CF
Text Example
Text Example
White with #6E05CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E05CF; }
p { color: rgb(110,5,207); }
H1.HeaderClassName
{
color: #6E05CF;
}
.AnyTagClassName
{
color: #6E05CF;
}
</style>
background-color css
<style>
a { background-color: #6E05CF; }
a { background-color: rgb(110,5,207); }
div.DivClassName
{
background-color: #6E05CF;
}
.BgClassName
{
background-color: #6E05CF;
}
</style>
border-color css
<style>
span { border-color: #6E05CF; }
span { border-color: rgb(110,5,207); }
td.TdClassName
{
border-color: #6E05CF;
}
.TagClassName
{
border-color: #6E05CF;
}
</style>