Shades of Eggplant #7E0459
Tints of Eggplant #7E0459
RGB
CMYK
RGB Variations
Color information
#7E0459 (or 0x7E0459) is known color: Eggplant. HEX triplet: 7E, 04 and 59. RGB value is (126,4,89). Sum of RGB (Red+Green+Blue) = 126+4+89=219 (29% of max value = 765). Red value is 126 (49.61% from 255 or 57.53% from 219); Green value is 4 (1.95% from 255 or 1.83% from 219); Blue value is 89 (35.16% from 255 or 40.64% from 219); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0459 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E0459 is #81FBA6. Grayscale: #313131. Windows color (decimal): -8518567 or 5833854. OLE color: 5833854.
HSL color Cylindrical-coordinate representation of color #7E0459: hue angle of 318.2º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7E0459 is Cyan = 0, Magento = 0.97, Yellow = 0.29 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 4 | 89 | - |
| CMYK | 0 | 0.97 | 0.29 | 0.51 |
| HSL | 318.2º | 0.94% | 0.25% | - |
| HSV(B) | 318.2º | 0.97% | 0.49% | - |
| XYZ | 10.45 | 5.24 | 9.91 | - |
| YUV | 50.17 | 149.92 | 182.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 4 | 89 | 0 | 0.97 | 0.29 | 0.51 | 318.2 | 0.94 | 0.25 |
| Hex | 7E | 4 | 59 | 0 | 61 | 1D | 33 | 13E | 5E | 19 |
| Octal | 176 | 4 | 131 | 0 | 141 | 35 | 63 | 476 | 136 | 31 |
| Binary | 1111110 | 100 | 1011001 | 0 | 1100001 | 11101 | 110011 | 100111110 | 1011110 | 11001 |
Color Harmonies of #7E0459
Complementary color
Monochromatic Colors of #7E0459
Black with #7E0459
Text Example
Text Example
White with #7E0459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E0459; }
p { color: rgb(126,4,89); }
H1.HeaderClassName
{
color: #7E0459;
}
.AnyTagClassName
{
color: #7E0459;
}
</style>
background-color css
<style>
a { background-color: #7E0459; }
a { background-color: rgb(126,4,89); }
div.DivClassName
{
background-color: #7E0459;
}
.BgClassName
{
background-color: #7E0459;
}
</style>
border-color css
<style>
span { border-color: #7E0459; }
span { border-color: rgb(126,4,89); }
td.TdClassName
{
border-color: #7E0459;
}
.TagClassName
{
border-color: #7E0459;
}
</style>