Shades of Dark Violet #7F05DB
Tints of Dark Violet #7F05DB
RGB
CMYK
RGB Variations
Color information
#7F05DB (or 0x7F05DB) is known color: Dark Violet. HEX triplet: 7F, 05 and DB. RGB value is (127,5,219). Sum of RGB (Red+Green+Blue) = 127+5+219=351 (46% of max value = 765). Red value is 127 (50% from 255 or 36.18% from 351); Green value is 5 (2.34% from 255 or 1.42% from 351); Blue value is 219 (85.94% from 255 or 62.39% from 351); Max value from RGB is 219 - color contains mainly: blue. Hex color #7F05DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7F05DB is #80FA24. Grayscale: #414141. Windows color (decimal): -8452645 or 14353791. OLE color: 14353791.
HSL color Cylindrical-coordinate representation of color #7F05DB: hue angle of 274.21º 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 #7F05DB is Cyan = 0.42, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 127 | 5 | 219 | - |
| CMYK | 0.42 | 0.98 | 0 | 0.14 |
| HSL | 274.21º | 0.96% | 0.44% | - |
| HSV(B) | 274.21º | 0.98% | 0.86% | - |
| XYZ | 21.59 | 9.74 | 67.76 | - |
| YUV | 65.87 | 214.42 | 171.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 5 | 219 | 0.42 | 0.98 | 0 | 0.14 | 274.21 | 0.96 | 0.44 |
| Hex | 7F | 5 | DB | 2A | 62 | 0 | E | 112 | 60 | 2C |
| Octal | 177 | 5 | 333 | 52 | 142 | 0 | 16 | 422 | 140 | 54 |
| Binary | 1111111 | 101 | 11011011 | 101010 | 1100010 | 0 | 1110 | 100010010 | 1100000 | 101100 |
Color Harmonies of #7F05DB
Complementary color
Monochromatic Colors of #7F05DB
Black with #7F05DB
Text Example
Text Example
White with #7F05DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F05DB; }
p { color: rgb(127,5,219); }
H1.HeaderClassName
{
color: #7F05DB;
}
.AnyTagClassName
{
color: #7F05DB;
}
</style>
background-color css
<style>
a { background-color: #7F05DB; }
a { background-color: rgb(127,5,219); }
div.DivClassName
{
background-color: #7F05DB;
}
.BgClassName
{
background-color: #7F05DB;
}
</style>
border-color css
<style>
span { border-color: #7F05DB; }
span { border-color: rgb(127,5,219); }
td.TdClassName
{
border-color: #7F05DB;
}
.TagClassName
{
border-color: #7F05DB;
}
</style>