Shades of Dark Violet #6C00CA
Tints of Dark Violet #6C00CA
RGB
CMYK
RGB Variations
Color information
#6C00CA (or 0x6C00CA) is known color: Dark Violet. HEX triplet: 6C, 00 and CA. RGB value is (108,0,202). Sum of RGB (Red+Green+Blue) = 108+0+202=310 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.84% from 310); Green value is 0 (0.39% from 255 or 0% from 310); Blue value is 202 (79.30% from 255 or 65.16% from 310); Max value from RGB is 202 - color contains mainly: blue. Hex color #6C00CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6C00CA is #93FF35. Grayscale: #363636. Windows color (decimal): -9699126 or 13238380. OLE color: 13238380.
HSL color Cylindrical-coordinate representation of color #6C00CA: hue angle of 272.08º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6C00CA is Cyan = 0.47, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 108 | 0 | 202 | - |
| CMYK | 0.47 | 1 | 0 | 0.21 |
| HSL | 272.08º | 1% | 0.4% | - |
| HSV(B) | 272.08º | 1% | 0.79% | - |
| XYZ | 16.85 | 7.45 | 56.43 | - |
| YUV | 55.32 | 210.78 | 165.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 0 | 202 | 0.47 | 1 | 0 | 0.21 | 272.08 | 1 | 0.4 |
| Hex | 6C | 0 | CA | 2F | 64 | 0 | 15 | 110 | 64 | 28 |
| Octal | 154 | 0 | 312 | 57 | 144 | 0 | 25 | 420 | 144 | 50 |
| Binary | 1101100 | 0 | 11001010 | 101111 | 1100100 | 0 | 10101 | 100010000 | 1100100 | 101000 |
Color Harmonies of #6C00CA
Complementary color
Monochromatic Colors of #6C00CA
Black with #6C00CA
Text Example
Text Example
White with #6C00CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C00CA; }
p { color: rgb(108,0,202); }
H1.HeaderClassName
{
color: #6C00CA;
}
.AnyTagClassName
{
color: #6C00CA;
}
</style>
background-color css
<style>
a { background-color: #6C00CA; }
a { background-color: rgb(108,0,202); }
div.DivClassName
{
background-color: #6C00CA;
}
.BgClassName
{
background-color: #6C00CA;
}
</style>
border-color css
<style>
span { border-color: #6C00CA; }
span { border-color: rgb(108,0,202); }
td.TdClassName
{
border-color: #6C00CA;
}
.TagClassName
{
border-color: #6C00CA;
}
</style>