Shades of Dark Violet #7E0DBE
Tints of Dark Violet #7E0DBE
RGB
CMYK
RGB Variations
Color information
#7E0DBE (or 0x7E0DBE) is known color: Dark Violet. HEX triplet: 7E, 0D and BE. RGB value is (126,13,190). Sum of RGB (Red+Green+Blue) = 126+13+190=329 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.30% from 329); Green value is 13 (5.47% from 255 or 3.95% from 329); Blue value is 190 (74.61% from 255 or 57.75% from 329); Max value from RGB is 190 - color contains mainly: blue. Hex color #7E0DBE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7E0DBE is #81F241. Grayscale: #424242. Windows color (decimal): -8516162 or 12455294. OLE color: 12455294.
HSL color Cylindrical-coordinate representation of color #7E0DBE: hue angle of 278.31º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7E0DBE is Cyan = 0.34, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 126 | 13 | 190 | - |
| CMYK | 0.34 | 0.93 | 0 | 0.25 |
| HSL | 278.31º | 0.87% | 0.4% | - |
| HSV(B) | 278.31º | 0.93% | 0.75% | - |
| XYZ | 18.04 | 8.44 | 49.39 | - |
| YUV | 66.97 | 197.44 | 170.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 13 | 190 | 0.34 | 0.93 | 0 | 0.25 | 278.31 | 0.87 | 0.4 |
| Hex | 7E | D | BE | 22 | 5D | 0 | 19 | 116 | 57 | 28 |
| Octal | 176 | 15 | 276 | 42 | 135 | 0 | 31 | 426 | 127 | 50 |
| Binary | 1111110 | 1101 | 10111110 | 100010 | 1011101 | 0 | 11001 | 100010110 | 1010111 | 101000 |
Color Harmonies of #7E0DBE
Complementary color
Monochromatic Colors of #7E0DBE
Black with #7E0DBE
Text Example
Text Example
White with #7E0DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E0DBE; }
p { color: rgb(126,13,190); }
H1.HeaderClassName
{
color: #7E0DBE;
}
.AnyTagClassName
{
color: #7E0DBE;
}
</style>
background-color css
<style>
a { background-color: #7E0DBE; }
a { background-color: rgb(126,13,190); }
div.DivClassName
{
background-color: #7E0DBE;
}
.BgClassName
{
background-color: #7E0DBE;
}
</style>
border-color css
<style>
span { border-color: #7E0DBE; }
span { border-color: rgb(126,13,190); }
td.TdClassName
{
border-color: #7E0DBE;
}
.TagClassName
{
border-color: #7E0DBE;
}
</style>