Shades of Dark Violet #6D02CF
Tints of Dark Violet #6D02CF
RGB
CMYK
RGB Variations
Color information
#6D02CF (or 0x6D02CF) is known color: Dark Violet. HEX triplet: 6D, 02 and CF. RGB value is (109,2,207). Sum of RGB (Red+Green+Blue) = 109+2+207=318 (42% of max value = 765). Red value is 109 (42.97% from 255 or 34.28% from 318); Green value is 2 (1.17% from 255 or 0.63% from 318); Blue value is 207 (81.25% from 255 or 65.09% from 318); Max value from RGB is 207 - color contains mainly: blue. Hex color #6D02CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6D02CF is #92FD30. Grayscale: #383838. Windows color (decimal): -9633073 or 13566573. OLE color: 13566573.
HSL color Cylindrical-coordinate representation of color #6D02CF: hue angle of 271.32º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6D02CF is Cyan = 0.47, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 109 | 2 | 207 | - |
| CMYK | 0.47 | 0.99 | 0 | 0.19 |
| HSL | 271.32º | 0.98% | 0.41% | - |
| HSV(B) | 271.32º | 0.99% | 0.81% | - |
| XYZ | 17.59 | 7.8 | 59.61 | - |
| YUV | 57.36 | 212.45 | 164.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 2 | 207 | 0.47 | 0.99 | 0 | 0.19 | 271.32 | 0.98 | 0.41 |
| Hex | 6D | 2 | CF | 2F | 63 | 0 | 13 | 10F | 62 | 29 |
| Octal | 155 | 2 | 317 | 57 | 143 | 0 | 23 | 417 | 142 | 51 |
| Binary | 1101101 | 10 | 11001111 | 101111 | 1100011 | 0 | 10011 | 100001111 | 1100010 | 101001 |
Color Harmonies of #6D02CF
Complementary color
Monochromatic Colors of #6D02CF
Black with #6D02CF
Text Example
Text Example
White with #6D02CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D02CF; }
p { color: rgb(109,2,207); }
H1.HeaderClassName
{
color: #6D02CF;
}
.AnyTagClassName
{
color: #6D02CF;
}
</style>
background-color css
<style>
a { background-color: #6D02CF; }
a { background-color: rgb(109,2,207); }
div.DivClassName
{
background-color: #6D02CF;
}
.BgClassName
{
background-color: #6D02CF;
}
</style>
border-color css
<style>
span { border-color: #6D02CF; }
span { border-color: rgb(109,2,207); }
td.TdClassName
{
border-color: #6D02CF;
}
.TagClassName
{
border-color: #6D02CF;
}
</style>