Shades of Dark Violet #7F05DC
Tints of Dark Violet #7F05DC
RGB
CMYK
RGB Variations
Color information
#7F05DC (or 0x7F05DC) is known color: Dark Violet. HEX triplet: 7F, 05 and DC. RGB value is (127,5,220). Sum of RGB (Red+Green+Blue) = 127+5+220=352 (46% of max value = 765). Red value is 127 (50% from 255 or 36.08% from 352); Green value is 5 (2.34% from 255 or 1.42% from 352); Blue value is 220 (86.33% from 255 or 62.5% from 352); Max value from RGB is 220 - color contains mainly: blue. Hex color #7F05DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7F05DC is #80FA23. Grayscale: #414141. Windows color (decimal): -8452644 or 14419327. OLE color: 14419327.
HSL color Cylindrical-coordinate representation of color #7F05DC: hue angle of 274.05º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7F05DC is Cyan = 0.42, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 127 | 5 | 220 | - |
| CMYK | 0.42 | 0.98 | 0 | 0.14 |
| HSL | 274.05º | 0.96% | 0.44% | - |
| HSV(B) | 274.05º | 0.98% | 0.86% | - |
| XYZ | 21.72 | 9.79 | 68.45 | - |
| YUV | 65.99 | 214.92 | 171.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 5 | 220 | 0.42 | 0.98 | 0 | 0.14 | 274.05 | 0.96 | 0.44 |
| Hex | 7F | 5 | DC | 2A | 62 | 0 | E | 112 | 60 | 2C |
| Octal | 177 | 5 | 334 | 52 | 142 | 0 | 16 | 422 | 140 | 54 |
| Binary | 1111111 | 101 | 11011100 | 101010 | 1100010 | 0 | 1110 | 100010010 | 1100000 | 101100 |
Color Harmonies of #7F05DC
Complementary color
Monochromatic Colors of #7F05DC
Black with #7F05DC
Text Example
Text Example
White with #7F05DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F05DC; }
p { color: rgb(127,5,220); }
H1.HeaderClassName
{
color: #7F05DC;
}
.AnyTagClassName
{
color: #7F05DC;
}
</style>
background-color css
<style>
a { background-color: #7F05DC; }
a { background-color: rgb(127,5,220); }
div.DivClassName
{
background-color: #7F05DC;
}
.BgClassName
{
background-color: #7F05DC;
}
</style>
border-color css
<style>
span { border-color: #7F05DC; }
span { border-color: rgb(127,5,220); }
td.TdClassName
{
border-color: #7F05DC;
}
.TagClassName
{
border-color: #7F05DC;
}
</style>