Shades of Eggplant #7E135A
Tints of Eggplant #7E135A
RGB
CMYK
RGB Variations
Color information
#7E135A (or 0x7E135A) is known color: Eggplant. HEX triplet: 7E, 13 and 5A. RGB value is (126,19,90). Sum of RGB (Red+Green+Blue) = 126+19+90=235 (31% of max value = 765). Red value is 126 (49.61% from 255 or 53.62% from 235); Green value is 19 (7.81% from 255 or 8.09% from 235); Blue value is 90 (35.55% from 255 or 38.30% from 235); Max value from RGB is 126 - color contains mainly: red. Hex color #7E135A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E135A is #81ECA5. Grayscale: #3A3A3A. Windows color (decimal): -8514726 or 5903230. OLE color: 5903230.
HSL color Cylindrical-coordinate representation of color #7E135A: hue angle of 320.19º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7E135A is Cyan = 0, Magento = 0.85, Yellow = 0.29 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 19 | 90 | - |
| CMYK | 0 | 0.85 | 0.29 | 0.51 |
| HSL | 320.19º | 0.74% | 0.28% | - |
| HSV(B) | 320.19º | 0.85% | 0.49% | - |
| XYZ | 10.68 | 5.64 | 10.2 | - |
| YUV | 59.09 | 145.45 | 175.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 19 | 90 | 0 | 0.85 | 0.29 | 0.51 | 320.19 | 0.74 | 0.28 |
| Hex | 7E | 13 | 5A | 0 | 55 | 1D | 33 | 140 | 4A | 1C |
| Octal | 176 | 23 | 132 | 0 | 125 | 35 | 63 | 500 | 112 | 34 |
| Binary | 1111110 | 10011 | 1011010 | 0 | 1010101 | 11101 | 110011 | 101000000 | 1001010 | 11100 |
Color Harmonies of #7E135A
Complementary color
Monochromatic Colors of #7E135A
Black with #7E135A
Text Example
Text Example
White with #7E135A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E135A; }
p { color: rgb(126,19,90); }
H1.HeaderClassName
{
color: #7E135A;
}
.AnyTagClassName
{
color: #7E135A;
}
</style>
background-color css
<style>
a { background-color: #7E135A; }
a { background-color: rgb(126,19,90); }
div.DivClassName
{
background-color: #7E135A;
}
.BgClassName
{
background-color: #7E135A;
}
</style>
border-color css
<style>
span { border-color: #7E135A; }
span { border-color: rgb(126,19,90); }
td.TdClassName
{
border-color: #7E135A;
}
.TagClassName
{
border-color: #7E135A;
}
</style>