Shades of Dark Violet #7E05DB
Tints of Dark Violet #7E05DB
RGB
CMYK
RGB Variations
Color information
#7E05DB (or 0x7E05DB) is known color: Dark Violet. HEX triplet: 7E, 05 and DB. RGB value is (126,5,219). Sum of RGB (Red+Green+Blue) = 126+5+219=350 (46% of max value = 765). Red value is 126 (49.61% from 255 or 36% from 350); Green value is 5 (2.34% from 255 or 1.43% from 350); Blue value is 219 (85.94% from 255 or 62.57% from 350); Max value from RGB is 219 - color contains mainly: blue. Hex color #7E05DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7E05DB is #81FA24. Grayscale: #404040. Windows color (decimal): -8518181 or 14353790. OLE color: 14353790.
HSL color Cylindrical-coordinate representation of color #7E05DB: hue angle of 273.93º 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 #7E05DB is Cyan = 0.42, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 126 | 5 | 219 | - |
| CMYK | 0.42 | 0.98 | 0 | 0.14 |
| HSL | 273.93º | 0.96% | 0.44% | - |
| HSV(B) | 273.93º | 0.98% | 0.86% | - |
| XYZ | 21.44 | 9.66 | 67.75 | - |
| YUV | 65.58 | 214.59 | 171.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 5 | 219 | 0.42 | 0.98 | 0 | 0.14 | 273.93 | 0.96 | 0.44 |
| Hex | 7E | 5 | DB | 2A | 62 | 0 | E | 112 | 60 | 2C |
| Octal | 176 | 5 | 333 | 52 | 142 | 0 | 16 | 422 | 140 | 54 |
| Binary | 1111110 | 101 | 11011011 | 101010 | 1100010 | 0 | 1110 | 100010010 | 1100000 | 101100 |
Color Harmonies of #7E05DB
Complementary color
Monochromatic Colors of #7E05DB
Black with #7E05DB
Text Example
Text Example
White with #7E05DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E05DB; }
p { color: rgb(126,5,219); }
H1.HeaderClassName
{
color: #7E05DB;
}
.AnyTagClassName
{
color: #7E05DB;
}
</style>
background-color css
<style>
a { background-color: #7E05DB; }
a { background-color: rgb(126,5,219); }
div.DivClassName
{
background-color: #7E05DB;
}
.BgClassName
{
background-color: #7E05DB;
}
</style>
border-color css
<style>
span { border-color: #7E05DB; }
span { border-color: rgb(126,5,219); }
td.TdClassName
{
border-color: #7E05DB;
}
.TagClassName
{
border-color: #7E05DB;
}
</style>