Shades of Dark Violet #6F04CC
Tints of Dark Violet #6F04CC
RGB
CMYK
RGB Variations
Color information
#6F04CC (or 0x6F04CC) is known color: Dark Violet. HEX triplet: 6F, 04 and CC. RGB value is (111,4,204). Sum of RGB (Red+Green+Blue) = 111+4+204=319 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.80% from 319); Green value is 4 (1.95% from 255 or 1.25% from 319); Blue value is 204 (80.08% from 255 or 63.95% from 319); Max value from RGB is 204 - color contains mainly: blue. Hex color #6F04CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F04CC is #90FB33. Grayscale: #3A3A3A. Windows color (decimal): -9501492 or 13370479. OLE color: 13370479.
HSL color Cylindrical-coordinate representation of color #6F04CC: hue angle of 272.1º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6F04CC is Cyan = 0.46, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 111 | 4 | 204 | - |
| CMYK | 0.46 | 0.98 | 0 | 0.2 |
| HSL | 272.1º | 0.96% | 0.41% | - |
| HSV(B) | 272.1º | 0.98% | 0.8% | - |
| XYZ | 17.5 | 7.83 | 57.72 | - |
| YUV | 58.79 | 209.95 | 165.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 4 | 204 | 0.46 | 0.98 | 0 | 0.2 | 272.1 | 0.96 | 0.41 |
| Hex | 6F | 4 | CC | 2E | 62 | 0 | 14 | 110 | 60 | 29 |
| Octal | 157 | 4 | 314 | 56 | 142 | 0 | 24 | 420 | 140 | 51 |
| Binary | 1101111 | 100 | 11001100 | 101110 | 1100010 | 0 | 10100 | 100010000 | 1100000 | 101001 |
Color Harmonies of #6F04CC
Complementary color
Monochromatic Colors of #6F04CC
Black with #6F04CC
Text Example
Text Example
White with #6F04CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F04CC; }
p { color: rgb(111,4,204); }
H1.HeaderClassName
{
color: #6F04CC;
}
.AnyTagClassName
{
color: #6F04CC;
}
</style>
background-color css
<style>
a { background-color: #6F04CC; }
a { background-color: rgb(111,4,204); }
div.DivClassName
{
background-color: #6F04CC;
}
.BgClassName
{
background-color: #6F04CC;
}
</style>
border-color css
<style>
span { border-color: #6F04CC; }
span { border-color: rgb(111,4,204); }
td.TdClassName
{
border-color: #6F04CC;
}
.TagClassName
{
border-color: #6F04CC;
}
</style>