Shades of Dark Purple #7E0E73
Tints of Dark Purple #7E0E73
RGB
CMYK
RGB Variations
Color information
#7E0E73 (or 0x7E0E73) is known color: Dark Purple. HEX triplet: 7E, 0E and 73. RGB value is (126,14,115). Sum of RGB (Red+Green+Blue) = 126+14+115=255 (33% of max value = 765). Red value is 126 (49.61% from 255 or 49.41% from 255); Green value is 14 (5.86% from 255 or 5.49% from 255); Blue value is 115 (45.31% from 255 or 45.10% from 255); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0E73 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E0E73 is #81F18C. Grayscale: #3A3A3A. Windows color (decimal): -8515981 or 7540350. OLE color: 7540350.
HSL color Cylindrical-coordinate representation of color #7E0E73: hue angle of 305.89º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7E0E73 is Cyan = 0, Magento = 0.89, Yellow = 0.09 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 14 | 115 | - |
| CMYK | 0 | 0.89 | 0.09 | 0.51 |
| HSL | 305.89º | 0.8% | 0.27% | - |
| HSV(B) | 305.89º | 0.89% | 0.49% | - |
| XYZ | 11.86 | 5.99 | 16.75 | - |
| YUV | 59 | 159.61 | 175.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 14 | 115 | 0 | 0.89 | 0.09 | 0.51 | 305.89 | 0.8 | 0.27 |
| Hex | 7E | E | 73 | 0 | 59 | 9 | 33 | 132 | 50 | 1B |
| Octal | 176 | 16 | 163 | 0 | 131 | 11 | 63 | 462 | 120 | 33 |
| Binary | 1111110 | 1110 | 1110011 | 0 | 1011001 | 1001 | 110011 | 100110010 | 1010000 | 11011 |
Color Harmonies of #7E0E73
Complementary color
Monochromatic Colors of #7E0E73
Black with #7E0E73
Text Example
Text Example
White with #7E0E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E0E73; }
p { color: rgb(126,14,115); }
H1.HeaderClassName
{
color: #7E0E73;
}
.AnyTagClassName
{
color: #7E0E73;
}
</style>
background-color css
<style>
a { background-color: #7E0E73; }
a { background-color: rgb(126,14,115); }
div.DivClassName
{
background-color: #7E0E73;
}
.BgClassName
{
background-color: #7E0E73;
}
</style>
border-color css
<style>
span { border-color: #7E0E73; }
span { border-color: rgb(126,14,115); }
td.TdClassName
{
border-color: #7E0E73;
}
.TagClassName
{
border-color: #7E0E73;
}
</style>