Shades of Dark Violet #6F05CC
Tints of Dark Violet #6F05CC
RGB
CMYK
RGB Variations
Color information
#6F05CC (or 0x6F05CC) is known color: Dark Violet. HEX triplet: 6F, 05 and CC. RGB value is (111,5,204). Sum of RGB (Red+Green+Blue) = 111+5+204=320 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.69% from 320); Green value is 5 (2.34% from 255 or 1.56% from 320); Blue value is 204 (80.08% from 255 or 63.75% from 320); Max value from RGB is 204 - color contains mainly: blue. Hex color #6F05CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F05CC is #90FA33. Grayscale: #3A3A3A. Windows color (decimal): -9501236 or 13370735. OLE color: 13370735.
HSL color Cylindrical-coordinate representation of color #6F05CC: hue angle of 271.96º degrees, saturation: 0.95, 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 #6F05CC is Cyan = 0.46, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 111 | 5 | 204 | - |
| CMYK | 0.46 | 0.98 | 0 | 0.2 |
| HSL | 271.96º | 0.95% | 0.41% | - |
| HSV(B) | 271.96º | 0.98% | 0.8% | - |
| XYZ | 17.51 | 7.85 | 57.72 | - |
| YUV | 59.38 | 209.62 | 164.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 5 | 204 | 0.46 | 0.98 | 0 | 0.2 | 271.96 | 0.95 | 0.41 |
| Hex | 6F | 5 | CC | 2E | 62 | 0 | 14 | 110 | 5F | 29 |
| Octal | 157 | 5 | 314 | 56 | 142 | 0 | 24 | 420 | 137 | 51 |
| Binary | 1101111 | 101 | 11001100 | 101110 | 1100010 | 0 | 10100 | 100010000 | 1011111 | 101001 |
Color Harmonies of #6F05CC
Complementary color
Monochromatic Colors of #6F05CC
Black with #6F05CC
Text Example
Text Example
White with #6F05CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F05CC; }
p { color: rgb(111,5,204); }
H1.HeaderClassName
{
color: #6F05CC;
}
.AnyTagClassName
{
color: #6F05CC;
}
</style>
background-color css
<style>
a { background-color: #6F05CC; }
a { background-color: rgb(111,5,204); }
div.DivClassName
{
background-color: #6F05CC;
}
.BgClassName
{
background-color: #6F05CC;
}
</style>
border-color css
<style>
span { border-color: #6F05CC; }
span { border-color: rgb(111,5,204); }
td.TdClassName
{
border-color: #6F05CC;
}
.TagClassName
{
border-color: #6F05CC;
}
</style>