Shades of Eggplant #7D0860
Tints of Eggplant #7D0860
RGB
CMYK
RGB Variations
Color information
#7D0860 (or 0x7D0860) is known color: Eggplant. HEX triplet: 7D, 08 and 60. RGB value is (125,8,96). Sum of RGB (Red+Green+Blue) = 125+8+96=229 (30% of max value = 765). Red value is 125 (49.22% from 255 or 54.59% from 229); Green value is 8 (3.52% from 255 or 3.49% from 229); Blue value is 96 (37.89% from 255 or 41.92% from 229); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0860 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D0860 is #82F79F. Grayscale: #343434. Windows color (decimal): -8583072 or 6293629. OLE color: 6293629.
HSL color Cylindrical-coordinate representation of color #7D0860: hue angle of 314.87º 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 #7D0860 is Cyan = 0, Magento = 0.94, Yellow = 0.23 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 8 | 96 | - |
| CMYK | 0 | 0.94 | 0.23 | 0.51 |
| HSL | 314.87º | 0.88% | 0.26% | - |
| HSV(B) | 314.87º | 0.94% | 0.49% | - |
| XYZ | 10.66 | 5.38 | 11.54 | - |
| YUV | 53.02 | 152.26 | 179.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 8 | 96 | 0 | 0.94 | 0.23 | 0.51 | 314.87 | 0.88 | 0.26 |
| Hex | 7D | 8 | 60 | 0 | 5E | 17 | 33 | 13B | 58 | 1A |
| Octal | 175 | 10 | 140 | 0 | 136 | 27 | 63 | 473 | 130 | 32 |
| Binary | 1111101 | 1000 | 1100000 | 0 | 1011110 | 10111 | 110011 | 100111011 | 1011000 | 11010 |
Color Harmonies of #7D0860
Complementary color
Monochromatic Colors of #7D0860
Black with #7D0860
Text Example
Text Example
White with #7D0860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D0860; }
p { color: rgb(125,8,96); }
H1.HeaderClassName
{
color: #7D0860;
}
.AnyTagClassName
{
color: #7D0860;
}
</style>
background-color css
<style>
a { background-color: #7D0860; }
a { background-color: rgb(125,8,96); }
div.DivClassName
{
background-color: #7D0860;
}
.BgClassName
{
background-color: #7D0860;
}
</style>
border-color css
<style>
span { border-color: #7D0860; }
span { border-color: rgb(125,8,96); }
td.TdClassName
{
border-color: #7D0860;
}
.TagClassName
{
border-color: #7D0860;
}
</style>