Shades of Eggplant #870E57
Tints of Eggplant #870E57
RGB
CMYK
RGB Variations
Color information
#870E57 (or 0x870E57) is known color: Eggplant. HEX triplet: 87, 0E and 57. RGB value is (135,14,87). Sum of RGB (Red+Green+Blue) = 135+14+87=236 (31% of max value = 765). Red value is 135 (53.12% from 255 or 57.20% from 236); Green value is 14 (5.86% from 255 or 5.93% from 236); Blue value is 87 (34.38% from 255 or 36.86% from 236); Max value from RGB is 135 - color contains mainly: red. Hex color #870E57 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870E57 is #78F1A8. Grayscale: #3A3A3A. Windows color (decimal): -7926185 or 5705351. OLE color: 5705351.
HSL color Cylindrical-coordinate representation of color #870E57: hue angle of 323.8º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #870E57 is Cyan = 0, Magento = 0.90, Yellow = 0.36 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 14 | 87 | - |
| CMYK | 0 | 0.90 | 0.36 | 0.47 |
| HSL | 323.8º | 0.81% | 0.29% | - |
| HSV(B) | 323.8º | 0.9% | 0.53% | - |
| XYZ | 11.87 | 6.15 | 9.58 | - |
| YUV | 58.5 | 144.09 | 182.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 14 | 87 | 0 | 0.90 | 0.36 | 0.47 | 323.8 | 0.81 | 0.29 |
| Hex | 87 | E | 57 | 0 | 5A | 24 | 2F | 144 | 51 | 1D |
| Octal | 207 | 16 | 127 | 0 | 132 | 44 | 57 | 504 | 121 | 35 |
| Binary | 10000111 | 1110 | 1010111 | 0 | 1011010 | 100100 | 101111 | 101000100 | 1010001 | 11101 |
Color Harmonies of #870E57
Complementary color
Monochromatic Colors of #870E57
Black with #870E57
Text Example
Text Example
White with #870E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870E57; }
p { color: rgb(135,14,87); }
H1.HeaderClassName
{
color: #870E57;
}
.AnyTagClassName
{
color: #870E57;
}
</style>
background-color css
<style>
a { background-color: #870E57; }
a { background-color: rgb(135,14,87); }
div.DivClassName
{
background-color: #870E57;
}
.BgClassName
{
background-color: #870E57;
}
</style>
border-color css
<style>
span { border-color: #870E57; }
span { border-color: rgb(135,14,87); }
td.TdClassName
{
border-color: #870E57;
}
.TagClassName
{
border-color: #870E57;
}
</style>