Shades of Dark Violet #6F04CE
Tints of Dark Violet #6F04CE
RGB
CMYK
RGB Variations
Color information
#6F04CE (or 0x6F04CE) is known color: Dark Violet. HEX triplet: 6F, 04 and CE. RGB value is (111,4,206). Sum of RGB (Red+Green+Blue) = 111+4+206=321 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.58% from 321); Green value is 4 (1.95% from 255 or 1.25% from 321); Blue value is 206 (80.86% from 255 or 64.17% from 321); Max value from RGB is 206 - color contains mainly: blue. Hex color #6F04CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F04CE is #90FB31. Grayscale: #3A3A3A. Windows color (decimal): -9501490 or 13501551. OLE color: 13501551.
HSL color Cylindrical-coordinate representation of color #6F04CE: hue angle of 271.78º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6F04CE is Cyan = 0.46, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 111 | 4 | 206 | - |
| CMYK | 0.46 | 0.98 | 0 | 0.19 |
| HSL | 271.78º | 0.96% | 0.41% | - |
| HSV(B) | 271.78º | 0.98% | 0.81% | - |
| XYZ | 17.74 | 7.92 | 58.99 | - |
| YUV | 59.02 | 210.95 | 165.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 4 | 206 | 0.46 | 0.98 | 0 | 0.19 | 271.78 | 0.96 | 0.41 |
| Hex | 6F | 4 | CE | 2E | 62 | 0 | 13 | 110 | 60 | 29 |
| Octal | 157 | 4 | 316 | 56 | 142 | 0 | 23 | 420 | 140 | 51 |
| Binary | 1101111 | 100 | 11001110 | 101110 | 1100010 | 0 | 10011 | 100010000 | 1100000 | 101001 |
Color Harmonies of #6F04CE
Complementary color
Monochromatic Colors of #6F04CE
Black with #6F04CE
Text Example
Text Example
White with #6F04CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F04CE; }
p { color: rgb(111,4,206); }
H1.HeaderClassName
{
color: #6F04CE;
}
.AnyTagClassName
{
color: #6F04CE;
}
</style>
background-color css
<style>
a { background-color: #6F04CE; }
a { background-color: rgb(111,4,206); }
div.DivClassName
{
background-color: #6F04CE;
}
.BgClassName
{
background-color: #6F04CE;
}
</style>
border-color css
<style>
span { border-color: #6F04CE; }
span { border-color: rgb(111,4,206); }
td.TdClassName
{
border-color: #6F04CE;
}
.TagClassName
{
border-color: #6F04CE;
}
</style>