Shades of Dark Violet #6C02C9
Tints of Dark Violet #6C02C9
RGB
CMYK
RGB Variations
Color information
#6C02C9 (or 0x6C02C9) is known color: Dark Violet. HEX triplet: 6C, 02 and C9. RGB value is (108,2,201). Sum of RGB (Red+Green+Blue) = 108+2+201=311 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.73% from 311); Green value is 2 (1.17% from 255 or 0.64% from 311); Blue value is 201 (78.91% from 255 or 64.63% from 311); Max value from RGB is 201 - color contains mainly: blue. Hex color #6C02C9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6C02C9 is #93FD36. Grayscale: #373737. Windows color (decimal): -9698615 or 13173356. OLE color: 13173356.
HSL color Cylindrical-coordinate representation of color #6C02C9: hue angle of 271.96º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6C02C9 is Cyan = 0.46, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 108 | 2 | 201 | - |
| CMYK | 0.46 | 0.99 | 0 | 0.21 |
| HSL | 271.96º | 0.98% | 0.4% | - |
| HSV(B) | 271.96º | 0.99% | 0.79% | - |
| XYZ | 16.75 | 7.45 | 55.81 | - |
| YUV | 56.38 | 209.62 | 164.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 2 | 201 | 0.46 | 0.99 | 0 | 0.21 | 271.96 | 0.98 | 0.4 |
| Hex | 6C | 2 | C9 | 2E | 63 | 0 | 15 | 110 | 62 | 28 |
| Octal | 154 | 2 | 311 | 56 | 143 | 0 | 25 | 420 | 142 | 50 |
| Binary | 1101100 | 10 | 11001001 | 101110 | 1100011 | 0 | 10101 | 100010000 | 1100010 | 101000 |
Color Harmonies of #6C02C9
Complementary color
Monochromatic Colors of #6C02C9
Black with #6C02C9
Text Example
Text Example
White with #6C02C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C02C9; }
p { color: rgb(108,2,201); }
H1.HeaderClassName
{
color: #6C02C9;
}
.AnyTagClassName
{
color: #6C02C9;
}
</style>
background-color css
<style>
a { background-color: #6C02C9; }
a { background-color: rgb(108,2,201); }
div.DivClassName
{
background-color: #6C02C9;
}
.BgClassName
{
background-color: #6C02C9;
}
</style>
border-color css
<style>
span { border-color: #6C02C9; }
span { border-color: rgb(108,2,201); }
td.TdClassName
{
border-color: #6C02C9;
}
.TagClassName
{
border-color: #6C02C9;
}
</style>