Shades of Eggplant #7E0860
Tints of Eggplant #7E0860
RGB
CMYK
RGB Variations
Color information
#7E0860 (or 0x7E0860) is known color: Eggplant. HEX triplet: 7E, 08 and 60. RGB value is (126,8,96). Sum of RGB (Red+Green+Blue) = 126+8+96=230 (30% of max value = 765). Red value is 126 (49.61% from 255 or 54.78% from 230); Green value is 8 (3.52% from 255 or 3.48% from 230); Blue value is 96 (37.89% from 255 or 41.74% from 230); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0860 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E0860 is #81F79F. Grayscale: #353535. Windows color (decimal): -8517536 or 6293630. OLE color: 6293630.
HSL color Cylindrical-coordinate representation of color #7E0860: hue angle of 315.25º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7E0860 is Cyan = 0, Magento = 0.94, Yellow = 0.24 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 8 | 96 | - |
| CMYK | 0 | 0.94 | 0.24 | 0.51 |
| HSL | 315.25º | 0.88% | 0.26% | - |
| HSV(B) | 315.25º | 0.94% | 0.49% | - |
| XYZ | 10.8 | 5.45 | 11.55 | - |
| YUV | 53.31 | 152.09 | 179.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 8 | 96 | 0 | 0.94 | 0.24 | 0.51 | 315.25 | 0.88 | 0.26 |
| Hex | 7E | 8 | 60 | 0 | 5E | 18 | 33 | 13B | 58 | 1A |
| Octal | 176 | 10 | 140 | 0 | 136 | 30 | 63 | 473 | 130 | 32 |
| Binary | 1111110 | 1000 | 1100000 | 0 | 1011110 | 11000 | 110011 | 100111011 | 1011000 | 11010 |
Color Harmonies of #7E0860
Complementary color
Monochromatic Colors of #7E0860
Black with #7E0860
Text Example
Text Example
White with #7E0860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E0860; }
p { color: rgb(126,8,96); }
H1.HeaderClassName
{
color: #7E0860;
}
.AnyTagClassName
{
color: #7E0860;
}
</style>
background-color css
<style>
a { background-color: #7E0860; }
a { background-color: rgb(126,8,96); }
div.DivClassName
{
background-color: #7E0860;
}
.BgClassName
{
background-color: #7E0860;
}
</style>
border-color css
<style>
span { border-color: #7E0860; }
span { border-color: rgb(126,8,96); }
td.TdClassName
{
border-color: #7E0860;
}
.TagClassName
{
border-color: #7E0860;
}
</style>