Shades of Dark Violet #6F02CF
Tints of Dark Violet #6F02CF
RGB
CMYK
RGB Variations
Color information
#6F02CF (or 0x6F02CF) is known color: Dark Violet. HEX triplet: 6F, 02 and CF. RGB value is (111,2,207). Sum of RGB (Red+Green+Blue) = 111+2+207=320 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.69% from 320); Green value is 2 (1.17% from 255 or 0.62% from 320); Blue value is 207 (81.25% from 255 or 64.69% from 320); Max value from RGB is 207 - color contains mainly: blue. Hex color #6F02CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F02CF is #90FD30. Grayscale: #393939. Windows color (decimal): -9502001 or 13566575. OLE color: 13566575.
HSL color Cylindrical-coordinate representation of color #6F02CF: hue angle of 271.9º 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 #6F02CF is Cyan = 0.46, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 111 | 2 | 207 | - |
| CMYK | 0.46 | 0.99 | 0 | 0.19 |
| HSL | 271.9º | 0.98% | 0.41% | - |
| HSV(B) | 271.9º | 0.99% | 0.81% | - |
| XYZ | 17.84 | 7.93 | 59.62 | - |
| YUV | 57.96 | 212.11 | 165.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 2 | 207 | 0.46 | 0.99 | 0 | 0.19 | 271.9 | 0.98 | 0.41 |
| Hex | 6F | 2 | CF | 2E | 63 | 0 | 13 | 110 | 62 | 29 |
| Octal | 157 | 2 | 317 | 56 | 143 | 0 | 23 | 420 | 142 | 51 |
| Binary | 1101111 | 10 | 11001111 | 101110 | 1100011 | 0 | 10011 | 100010000 | 1100010 | 101001 |
Color Harmonies of #6F02CF
Complementary color
Monochromatic Colors of #6F02CF
Black with #6F02CF
Text Example
Text Example
White with #6F02CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F02CF; }
p { color: rgb(111,2,207); }
H1.HeaderClassName
{
color: #6F02CF;
}
.AnyTagClassName
{
color: #6F02CF;
}
</style>
background-color css
<style>
a { background-color: #6F02CF; }
a { background-color: rgb(111,2,207); }
div.DivClassName
{
background-color: #6F02CF;
}
.BgClassName
{
background-color: #6F02CF;
}
</style>
border-color css
<style>
span { border-color: #6F02CF; }
span { border-color: rgb(111,2,207); }
td.TdClassName
{
border-color: #6F02CF;
}
.TagClassName
{
border-color: #6F02CF;
}
</style>