Shades of Dark Violet #6F04CF
Tints of Dark Violet #6F04CF
RGB
CMYK
RGB Variations
Color information
#6F04CF (or 0x6F04CF) is known color: Dark Violet. HEX triplet: 6F, 04 and CF. RGB value is (111,4,207). Sum of RGB (Red+Green+Blue) = 111+4+207=322 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.47% from 322); Green value is 4 (1.95% from 255 or 1.24% from 322); Blue value is 207 (81.25% from 255 or 64.29% from 322); Max value from RGB is 207 - color contains mainly: blue. Hex color #6F04CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F04CF is #90FB30. Grayscale: #3A3A3A. Windows color (decimal): -9501489 or 13567087. OLE color: 13567087.
HSL color Cylindrical-coordinate representation of color #6F04CF: hue angle of 271.63º 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 #6F04CF is Cyan = 0.46, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 111 | 4 | 207 | - |
| CMYK | 0.46 | 0.98 | 0 | 0.19 |
| HSL | 271.63º | 0.96% | 0.41% | - |
| HSV(B) | 271.63º | 0.98% | 0.81% | - |
| XYZ | 17.86 | 7.97 | 59.63 | - |
| YUV | 59.14 | 211.45 | 164.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 4 | 207 | 0.46 | 0.98 | 0 | 0.19 | 271.63 | 0.96 | 0.41 |
| Hex | 6F | 4 | CF | 2E | 62 | 0 | 13 | 110 | 60 | 29 |
| Octal | 157 | 4 | 317 | 56 | 142 | 0 | 23 | 420 | 140 | 51 |
| Binary | 1101111 | 100 | 11001111 | 101110 | 1100010 | 0 | 10011 | 100010000 | 1100000 | 101001 |
Color Harmonies of #6F04CF
Complementary color
Monochromatic Colors of #6F04CF
Black with #6F04CF
Text Example
Text Example
White with #6F04CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F04CF; }
p { color: rgb(111,4,207); }
H1.HeaderClassName
{
color: #6F04CF;
}
.AnyTagClassName
{
color: #6F04CF;
}
</style>
background-color css
<style>
a { background-color: #6F04CF; }
a { background-color: rgb(111,4,207); }
div.DivClassName
{
background-color: #6F04CF;
}
.BgClassName
{
background-color: #6F04CF;
}
</style>
border-color css
<style>
span { border-color: #6F04CF; }
span { border-color: rgb(111,4,207); }
td.TdClassName
{
border-color: #6F04CF;
}
.TagClassName
{
border-color: #6F04CF;
}
</style>