Shades of Eggplant #7E125B
Tints of Eggplant #7E125B
RGB
CMYK
RGB Variations
Color information
#7E125B (or 0x7E125B) is known color: Eggplant. HEX triplet: 7E, 12 and 5B. RGB value is (126,18,91). Sum of RGB (Red+Green+Blue) = 126+18+91=235 (31% of max value = 765). Red value is 126 (49.61% from 255 or 53.62% from 235); Green value is 18 (7.42% from 255 or 7.66% from 235); Blue value is 91 (35.94% from 255 or 38.72% from 235); Max value from RGB is 126 - color contains mainly: red. Hex color #7E125B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E125B is #81EDA4. Grayscale: #3A3A3A. Windows color (decimal): -8514981 or 5968510. OLE color: 5968510.
HSL color Cylindrical-coordinate representation of color #7E125B: hue angle of 319.44º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7E125B is Cyan = 0, Magento = 0.86, Yellow = 0.28 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 18 | 91 | - |
| CMYK | 0 | 0.86 | 0.28 | 0.51 |
| HSL | 319.44º | 0.75% | 0.28% | - |
| HSV(B) | 319.44º | 0.86% | 0.49% | - |
| XYZ | 10.71 | 5.62 | 10.42 | - |
| YUV | 58.61 | 146.28 | 176.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 18 | 91 | 0 | 0.86 | 0.28 | 0.51 | 319.44 | 0.75 | 0.28 |
| Hex | 7E | 12 | 5B | 0 | 56 | 1C | 33 | 13F | 4B | 1C |
| Octal | 176 | 22 | 133 | 0 | 126 | 34 | 63 | 477 | 113 | 34 |
| Binary | 1111110 | 10010 | 1011011 | 0 | 1010110 | 11100 | 110011 | 100111111 | 1001011 | 11100 |
Color Harmonies of #7E125B
Complementary color
Monochromatic Colors of #7E125B
Black with #7E125B
Text Example
Text Example
White with #7E125B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E125B; }
p { color: rgb(126,18,91); }
H1.HeaderClassName
{
color: #7E125B;
}
.AnyTagClassName
{
color: #7E125B;
}
</style>
background-color css
<style>
a { background-color: #7E125B; }
a { background-color: rgb(126,18,91); }
div.DivClassName
{
background-color: #7E125B;
}
.BgClassName
{
background-color: #7E125B;
}
</style>
border-color css
<style>
span { border-color: #7E125B; }
span { border-color: rgb(126,18,91); }
td.TdClassName
{
border-color: #7E125B;
}
.TagClassName
{
border-color: #7E125B;
}
</style>