Shades of Dark Violet #7E0CDB
Tints of Dark Violet #7E0CDB
RGB
CMYK
RGB Variations
Color information
#7E0CDB (or 0x7E0CDB) is known color: Dark Violet. HEX triplet: 7E, 0C and DB. RGB value is (126,12,219). Sum of RGB (Red+Green+Blue) = 126+12+219=357 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.29% from 357); Green value is 12 (5.08% from 255 or 3.36% from 357); Blue value is 219 (85.94% from 255 or 61.34% from 357); Max value from RGB is 219 - color contains mainly: blue. Hex color #7E0CDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7E0CDB is #81F324. Grayscale: #444444. Windows color (decimal): -8516389 or 14355582. OLE color: 14355582.
HSL color Cylindrical-coordinate representation of color #7E0CDB: hue angle of 273.04º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7E0CDB is Cyan = 0.42, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 126 | 12 | 219 | - |
| CMYK | 0.42 | 0.95 | 0 | 0.14 |
| HSL | 273.04º | 0.9% | 0.45% | - |
| HSV(B) | 273.04º | 0.95% | 0.86% | - |
| XYZ | 21.52 | 9.81 | 67.78 | - |
| YUV | 69.68 | 212.27 | 168.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 12 | 219 | 0.42 | 0.95 | 0 | 0.14 | 273.04 | 0.9 | 0.45 |
| Hex | 7E | C | DB | 2A | 5F | 0 | E | 111 | 5A | 2D |
| Octal | 176 | 14 | 333 | 52 | 137 | 0 | 16 | 421 | 132 | 55 |
| Binary | 1111110 | 1100 | 11011011 | 101010 | 1011111 | 0 | 1110 | 100010001 | 1011010 | 101101 |
Color Harmonies of #7E0CDB
Complementary color
Monochromatic Colors of #7E0CDB
Black with #7E0CDB
Text Example
Text Example
White with #7E0CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E0CDB; }
p { color: rgb(126,12,219); }
H1.HeaderClassName
{
color: #7E0CDB;
}
.AnyTagClassName
{
color: #7E0CDB;
}
</style>
background-color css
<style>
a { background-color: #7E0CDB; }
a { background-color: rgb(126,12,219); }
div.DivClassName
{
background-color: #7E0CDB;
}
.BgClassName
{
background-color: #7E0CDB;
}
</style>
border-color css
<style>
span { border-color: #7E0CDB; }
span { border-color: rgb(126,12,219); }
td.TdClassName
{
border-color: #7E0CDB;
}
.TagClassName
{
border-color: #7E0CDB;
}
</style>