Shades of Dark Violet #6C02CD
Tints of Dark Violet #6C02CD
RGB
CMYK
RGB Variations
Color information
#6C02CD (or 0x6C02CD) is known color: Dark Violet. HEX triplet: 6C, 02 and CD. RGB value is (108,2,205). Sum of RGB (Red+Green+Blue) = 108+2+205=315 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.29% from 315); Green value is 2 (1.17% from 255 or 0.63% from 315); Blue value is 205 (80.47% from 255 or 65.08% from 315); Max value from RGB is 205 - color contains mainly: blue. Hex color #6C02CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6C02CD is #93FD32. Grayscale: #383838. Windows color (decimal): -9698611 or 13435500. OLE color: 13435500.
HSL color Cylindrical-coordinate representation of color #6C02CD: hue angle of 271.33º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6C02CD is Cyan = 0.47, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 108 | 2 | 205 | - |
| CMYK | 0.47 | 0.99 | 0 | 0.20 |
| HSL | 271.33º | 0.98% | 0.41% | - |
| HSV(B) | 271.33º | 0.99% | 0.8% | - |
| XYZ | 17.23 | 7.64 | 58.32 | - |
| YUV | 56.84 | 211.62 | 164.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 2 | 205 | 0.47 | 0.99 | 0 | 0.20 | 271.33 | 0.98 | 0.41 |
| Hex | 6C | 2 | CD | 2F | 63 | 0 | 14 | 10F | 62 | 29 |
| Octal | 154 | 2 | 315 | 57 | 143 | 0 | 24 | 417 | 142 | 51 |
| Binary | 1101100 | 10 | 11001101 | 101111 | 1100011 | 0 | 10100 | 100001111 | 1100010 | 101001 |
Color Harmonies of #6C02CD
Complementary color
Monochromatic Colors of #6C02CD
Black with #6C02CD
Text Example
Text Example
White with #6C02CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C02CD; }
p { color: rgb(108,2,205); }
H1.HeaderClassName
{
color: #6C02CD;
}
.AnyTagClassName
{
color: #6C02CD;
}
</style>
background-color css
<style>
a { background-color: #6C02CD; }
a { background-color: rgb(108,2,205); }
div.DivClassName
{
background-color: #6C02CD;
}
.BgClassName
{
background-color: #6C02CD;
}
</style>
border-color css
<style>
span { border-color: #6C02CD; }
span { border-color: rgb(108,2,205); }
td.TdClassName
{
border-color: #6C02CD;
}
.TagClassName
{
border-color: #6C02CD;
}
</style>