Shades of Eggplant #7E025A
Tints of Eggplant #7E025A
RGB
CMYK
RGB Variations
Color information
#7E025A (or 0x7E025A) is known color: Eggplant. HEX triplet: 7E, 02 and 5A. RGB value is (126,2,90). Sum of RGB (Red+Green+Blue) = 126+2+90=218 (28% of max value = 765). Red value is 126 (49.61% from 255 or 57.80% from 218); Green value is 2 (1.17% from 255 or 0.92% from 218); Blue value is 90 (35.55% from 255 or 41.28% from 218); Max value from RGB is 126 - color contains mainly: red. Hex color #7E025A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E025A is #81FDA5. Grayscale: #303030. Windows color (decimal): -8519078 or 5898878. OLE color: 5898878.
HSL color Cylindrical-coordinate representation of color #7E025A: hue angle of 317.42º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7E025A is Cyan = 0, Magento = 0.98, Yellow = 0.29 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 2 | 90 | - |
| CMYK | 0 | 0.98 | 0.29 | 0.51 |
| HSL | 317.42º | 0.97% | 0.25% | - |
| HSV(B) | 317.42º | 0.98% | 0.49% | - |
| XYZ | 10.47 | 5.22 | 10.13 | - |
| YUV | 49.11 | 151.08 | 182.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 2 | 90 | 0 | 0.98 | 0.29 | 0.51 | 317.42 | 0.97 | 0.25 |
| Hex | 7E | 2 | 5A | 0 | 62 | 1D | 33 | 13D | 61 | 19 |
| Octal | 176 | 2 | 132 | 0 | 142 | 35 | 63 | 475 | 141 | 31 |
| Binary | 1111110 | 10 | 1011010 | 0 | 1100010 | 11101 | 110011 | 100111101 | 1100001 | 11001 |
Color Harmonies of #7E025A
Complementary color
Monochromatic Colors of #7E025A
Black with #7E025A
Text Example
Text Example
White with #7E025A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E025A; }
p { color: rgb(126,2,90); }
H1.HeaderClassName
{
color: #7E025A;
}
.AnyTagClassName
{
color: #7E025A;
}
</style>
background-color css
<style>
a { background-color: #7E025A; }
a { background-color: rgb(126,2,90); }
div.DivClassName
{
background-color: #7E025A;
}
.BgClassName
{
background-color: #7E025A;
}
</style>
border-color css
<style>
span { border-color: #7E025A; }
span { border-color: rgb(126,2,90); }
td.TdClassName
{
border-color: #7E025A;
}
.TagClassName
{
border-color: #7E025A;
}
</style>