Shades of Dark Violet #6F07CE
Tints of Dark Violet #6F07CE
RGB
CMYK
RGB Variations
Color information
#6F07CE (or 0x6F07CE) is known color: Dark Violet. HEX triplet: 6F, 07 and CE. RGB value is (111,7,206). Sum of RGB (Red+Green+Blue) = 111+7+206=324 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.26% from 324); Green value is 7 (3.12% from 255 or 2.16% from 324); Blue value is 206 (80.86% from 255 or 63.58% from 324); Max value from RGB is 206 - color contains mainly: blue. Hex color #6F07CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F07CE is #90F831. Grayscale: #3C3C3C. Windows color (decimal): -9500722 or 13502319. OLE color: 13502319.
HSL color Cylindrical-coordinate representation of color #6F07CE: hue angle of 271.36º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6F07CE is Cyan = 0.46, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 111 | 7 | 206 | - |
| CMYK | 0.46 | 0.97 | 0 | 0.19 |
| HSL | 271.36º | 0.93% | 0.42% | - |
| HSV(B) | 271.36º | 0.97% | 0.81% | - |
| XYZ | 17.77 | 7.99 | 59 | - |
| YUV | 60.78 | 209.96 | 163.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 7 | 206 | 0.46 | 0.97 | 0 | 0.19 | 271.36 | 0.93 | 0.42 |
| Hex | 6F | 7 | CE | 2E | 61 | 0 | 13 | 10F | 5D | 2A |
| Octal | 157 | 7 | 316 | 56 | 141 | 0 | 23 | 417 | 135 | 52 |
| Binary | 1101111 | 111 | 11001110 | 101110 | 1100001 | 0 | 10011 | 100001111 | 1011101 | 101010 |
Color Harmonies of #6F07CE
Complementary color
Monochromatic Colors of #6F07CE
Black with #6F07CE
Text Example
Text Example
White with #6F07CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F07CE; }
p { color: rgb(111,7,206); }
H1.HeaderClassName
{
color: #6F07CE;
}
.AnyTagClassName
{
color: #6F07CE;
}
</style>
background-color css
<style>
a { background-color: #6F07CE; }
a { background-color: rgb(111,7,206); }
div.DivClassName
{
background-color: #6F07CE;
}
.BgClassName
{
background-color: #6F07CE;
}
</style>
border-color css
<style>
span { border-color: #6F07CE; }
span { border-color: rgb(111,7,206); }
td.TdClassName
{
border-color: #6F07CE;
}
.TagClassName
{
border-color: #6F07CE;
}
</style>