Shades of Dark Violet #7E0BDC
Tints of Dark Violet #7E0BDC
RGB
CMYK
RGB Variations
Color information
#7E0BDC (or 0x7E0BDC) is known color: Dark Violet. HEX triplet: 7E, 0B and DC. RGB value is (126,11,220). Sum of RGB (Red+Green+Blue) = 126+11+220=357 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.29% from 357); Green value is 11 (4.69% from 255 or 3.08% from 357); Blue value is 220 (86.33% from 255 or 61.62% from 357); Max value from RGB is 220 - color contains mainly: blue. Hex color #7E0BDC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7E0BDC is #81F423. Grayscale: #444444. Windows color (decimal): -8516644 or 14420862. OLE color: 14420862.
HSL color Cylindrical-coordinate representation of color #7E0BDC: hue angle of 273.01º 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 #7E0BDC is Cyan = 0.43, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 126 | 11 | 220 | - |
| CMYK | 0.43 | 0.95 | 0 | 0.14 |
| HSL | 273.01º | 0.9% | 0.45% | - |
| HSV(B) | 273.01º | 0.95% | 0.86% | - |
| XYZ | 21.64 | 9.84 | 68.47 | - |
| YUV | 69.21 | 213.1 | 168.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 11 | 220 | 0.43 | 0.95 | 0 | 0.14 | 273.01 | 0.9 | 0.45 |
| Hex | 7E | B | DC | 2B | 5F | 0 | E | 111 | 5A | 2D |
| Octal | 176 | 13 | 334 | 53 | 137 | 0 | 16 | 421 | 132 | 55 |
| Binary | 1111110 | 1011 | 11011100 | 101011 | 1011111 | 0 | 1110 | 100010001 | 1011010 | 101101 |
Color Harmonies of #7E0BDC
Complementary color
Monochromatic Colors of #7E0BDC
Black with #7E0BDC
Text Example
Text Example
White with #7E0BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E0BDC; }
p { color: rgb(126,11,220); }
H1.HeaderClassName
{
color: #7E0BDC;
}
.AnyTagClassName
{
color: #7E0BDC;
}
</style>
background-color css
<style>
a { background-color: #7E0BDC; }
a { background-color: rgb(126,11,220); }
div.DivClassName
{
background-color: #7E0BDC;
}
.BgClassName
{
background-color: #7E0BDC;
}
</style>
border-color css
<style>
span { border-color: #7E0BDC; }
span { border-color: rgb(126,11,220); }
td.TdClassName
{
border-color: #7E0BDC;
}
.TagClassName
{
border-color: #7E0BDC;
}
</style>