Shades of Dark Violet #6F02CB
Tints of Dark Violet #6F02CB
RGB
CMYK
RGB Variations
Color information
#6F02CB (or 0x6F02CB) is known color: Dark Violet. HEX triplet: 6F, 02 and CB. RGB value is (111,2,203). Sum of RGB (Red+Green+Blue) = 111+2+203=316 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.13% from 316); Green value is 2 (1.17% from 255 or 0.63% from 316); Blue value is 203 (79.69% from 255 or 64.24% from 316); Max value from RGB is 203 - color contains mainly: blue. Hex color #6F02CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F02CB is #90FD34. Grayscale: #383838. Windows color (decimal): -9502005 or 13304431. OLE color: 13304431.
HSL color Cylindrical-coordinate representation of color #6F02CB: hue angle of 272.54º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6F02CB is Cyan = 0.45, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 111 | 2 | 203 | - |
| CMYK | 0.45 | 0.99 | 0 | 0.20 |
| HSL | 272.54º | 0.98% | 0.4% | - |
| HSV(B) | 272.54º | 0.99% | 0.8% | - |
| XYZ | 17.36 | 7.73 | 57.08 | - |
| YUV | 57.51 | 210.11 | 166.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 2 | 203 | 0.45 | 0.99 | 0 | 0.20 | 272.54 | 0.98 | 0.4 |
| Hex | 6F | 2 | CB | 2D | 63 | 0 | 14 | 111 | 62 | 28 |
| Octal | 157 | 2 | 313 | 55 | 143 | 0 | 24 | 421 | 142 | 50 |
| Binary | 1101111 | 10 | 11001011 | 101101 | 1100011 | 0 | 10100 | 100010001 | 1100010 | 101000 |
Color Harmonies of #6F02CB
Complementary color
Monochromatic Colors of #6F02CB
Black with #6F02CB
Text Example
Text Example
White with #6F02CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F02CB; }
p { color: rgb(111,2,203); }
H1.HeaderClassName
{
color: #6F02CB;
}
.AnyTagClassName
{
color: #6F02CB;
}
</style>
background-color css
<style>
a { background-color: #6F02CB; }
a { background-color: rgb(111,2,203); }
div.DivClassName
{
background-color: #6F02CB;
}
.BgClassName
{
background-color: #6F02CB;
}
</style>
border-color css
<style>
span { border-color: #6F02CB; }
span { border-color: rgb(111,2,203); }
td.TdClassName
{
border-color: #6F02CB;
}
.TagClassName
{
border-color: #6F02CB;
}
</style>