Shades of Dark Violet #7E0DB1
Tints of Dark Violet #7E0DB1
RGB
CMYK
RGB Variations
Color information
#7E0DB1 (or 0x7E0DB1) is known color: Dark Violet. HEX triplet: 7E, 0D and B1. RGB value is (126,13,177). Sum of RGB (Red+Green+Blue) = 126+13+177=316 (41% of max value = 765). Red value is 126 (49.61% from 255 or 39.87% from 316); Green value is 13 (5.47% from 255 or 4.11% from 316); Blue value is 177 (69.53% from 255 or 56.01% from 316); Max value from RGB is 177 - color contains mainly: blue. Hex color #7E0DB1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E0DB1 is #81F24E. Grayscale: #404040. Windows color (decimal): -8516175 or 11603326. OLE color: 11603326.
HSL color Cylindrical-coordinate representation of color #7E0DB1: hue angle of 281.34º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7E0DB1 is Cyan = 0.29, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 126 | 13 | 177 | - |
| CMYK | 0.29 | 0.93 | 0 | 0.31 |
| HSL | 281.34º | 0.86% | 0.37% | - |
| HSV(B) | 281.34º | 0.93% | 0.69% | - |
| XYZ | 16.68 | 7.9 | 42.24 | - |
| YUV | 65.48 | 190.94 | 171.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 13 | 177 | 0.29 | 0.93 | 0 | 0.31 | 281.34 | 0.86 | 0.37 |
| Hex | 7E | D | B1 | 1D | 5D | 0 | 1F | 119 | 56 | 25 |
| Octal | 176 | 15 | 261 | 35 | 135 | 0 | 37 | 431 | 126 | 45 |
| Binary | 1111110 | 1101 | 10110001 | 11101 | 1011101 | 0 | 11111 | 100011001 | 1010110 | 100101 |
Color Harmonies of #7E0DB1
Complementary color
Monochromatic Colors of #7E0DB1
Black with #7E0DB1
Text Example
Text Example
White with #7E0DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E0DB1; }
p { color: rgb(126,13,177); }
H1.HeaderClassName
{
color: #7E0DB1;
}
.AnyTagClassName
{
color: #7E0DB1;
}
</style>
background-color css
<style>
a { background-color: #7E0DB1; }
a { background-color: rgb(126,13,177); }
div.DivClassName
{
background-color: #7E0DB1;
}
.BgClassName
{
background-color: #7E0DB1;
}
</style>
border-color css
<style>
span { border-color: #7E0DB1; }
span { border-color: rgb(126,13,177); }
td.TdClassName
{
border-color: #7E0DB1;
}
.TagClassName
{
border-color: #7E0DB1;
}
</style>