Shades of Eggplant #870059
Tints of Eggplant #870059
RGB
CMYK
RGB Variations
Color information
#870059 (or 0x870059) is known color: Eggplant. HEX triplet: 87, 00 and 59. RGB value is (135,0,89). Sum of RGB (Red+Green+Blue) = 135+0+89=224 (29% of max value = 765). Red value is 135 (53.12% from 255 or 60.27% from 224); Green value is 0 (0.39% from 255 or 0% from 224); Blue value is 89 (35.16% from 255 or 39.73% from 224); Max value from RGB is 135 - color contains mainly: red. Hex color #870059 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870059 is #78FFA6. Grayscale: #323232. Windows color (decimal): -7929767 or 5832839. OLE color: 5832839.
HSL color Cylindrical-coordinate representation of color #870059: hue angle of 320.44º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #870059 is Cyan = 0, Magento = 1, Yellow = 0.34 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 0 | 89 | - |
| CMYK | 0 | 1 | 0.34 | 0.47 |
| HSL | 320.44º | 1% | 0.26% | - |
| HSV(B) | 320.44º | 1% | 0.53% | - |
| XYZ | 11.79 | 5.87 | 9.96 | - |
| YUV | 50.51 | 149.73 | 188.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 0 | 89 | 0 | 1 | 0.34 | 0.47 | 320.44 | 1 | 0.26 |
| Hex | 87 | 0 | 59 | 0 | 64 | 22 | 2F | 140 | 64 | 1A |
| Octal | 207 | 0 | 131 | 0 | 144 | 42 | 57 | 500 | 144 | 32 |
| Binary | 10000111 | 0 | 1011001 | 0 | 1100100 | 100010 | 101111 | 101000000 | 1100100 | 11010 |
Color Harmonies of #870059
Complementary color
Monochromatic Colors of #870059
Black with #870059
Text Example
Text Example
White with #870059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870059; }
p { color: rgb(135,0,89); }
H1.HeaderClassName
{
color: #870059;
}
.AnyTagClassName
{
color: #870059;
}
</style>
background-color css
<style>
a { background-color: #870059; }
a { background-color: rgb(135,0,89); }
div.DivClassName
{
background-color: #870059;
}
.BgClassName
{
background-color: #870059;
}
</style>
border-color css
<style>
span { border-color: #870059; }
span { border-color: rgb(135,0,89); }
td.TdClassName
{
border-color: #870059;
}
.TagClassName
{
border-color: #870059;
}
</style>