Shades of Dark Violet #7F06DC
Tints of Dark Violet #7F06DC
RGB
CMYK
RGB Variations
Color information
#7F06DC (or 0x7F06DC) is known color: Dark Violet. HEX triplet: 7F, 06 and DC. RGB value is (127,6,220). Sum of RGB (Red+Green+Blue) = 127+6+220=353 (46% of max value = 765). Red value is 127 (50% from 255 or 35.98% from 353); Green value is 6 (2.73% from 255 or 1.70% from 353); Blue value is 220 (86.33% from 255 or 62.32% from 353); Max value from RGB is 220 - color contains mainly: blue. Hex color #7F06DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7F06DC is #80F923. Grayscale: #414141. Windows color (decimal): -8452388 or 14419583. OLE color: 14419583.
HSL color Cylindrical-coordinate representation of color #7F06DC: hue angle of 273.93º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7F06DC is Cyan = 0.42, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 127 | 6 | 220 | - |
| CMYK | 0.42 | 0.97 | 0 | 0.14 |
| HSL | 273.93º | 0.95% | 0.44% | - |
| HSV(B) | 273.93º | 0.97% | 0.86% | - |
| XYZ | 21.74 | 9.81 | 68.46 | - |
| YUV | 66.58 | 214.59 | 171.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 6 | 220 | 0.42 | 0.97 | 0 | 0.14 | 273.93 | 0.95 | 0.44 |
| Hex | 7F | 6 | DC | 2A | 61 | 0 | E | 112 | 5F | 2C |
| Octal | 177 | 6 | 334 | 52 | 141 | 0 | 16 | 422 | 137 | 54 |
| Binary | 1111111 | 110 | 11011100 | 101010 | 1100001 | 0 | 1110 | 100010010 | 1011111 | 101100 |
Color Harmonies of #7F06DC
Complementary color
Monochromatic Colors of #7F06DC
Black with #7F06DC
Text Example
Text Example
White with #7F06DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F06DC; }
p { color: rgb(127,6,220); }
H1.HeaderClassName
{
color: #7F06DC;
}
.AnyTagClassName
{
color: #7F06DC;
}
</style>
background-color css
<style>
a { background-color: #7F06DC; }
a { background-color: rgb(127,6,220); }
div.DivClassName
{
background-color: #7F06DC;
}
.BgClassName
{
background-color: #7F06DC;
}
</style>
border-color css
<style>
span { border-color: #7F06DC; }
span { border-color: rgb(127,6,220); }
td.TdClassName
{
border-color: #7F06DC;
}
.TagClassName
{
border-color: #7F06DC;
}
</style>