Shades of Eggplant #870055
Tints of Eggplant #870055
RGB
CMYK
RGB Variations
Color information
#870055 (or 0x870055) is known color: Eggplant. HEX triplet: 87, 00 and 55. RGB value is (135,0,85). Sum of RGB (Red+Green+Blue) = 135+0+85=220 (29% of max value = 765). Red value is 135 (53.12% from 255 or 61.36% from 220); Green value is 0 (0.39% from 255 or 0% from 220); Blue value is 85 (33.59% from 255 or 38.64% from 220); Max value from RGB is 135 - color contains mainly: red. Hex color #870055 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870055 is #78FFAA. Grayscale: #313131. Windows color (decimal): -7929771 or 5570695. OLE color: 5570695.
HSL color Cylindrical-coordinate representation of color #870055: hue angle of 322.22º 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 #870055 is Cyan = 0, Magento = 1, Yellow = 0.37 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 0 | 85 | - |
| CMYK | 0 | 1 | 0.37 | 0.47 |
| HSL | 322.22º | 1% | 0.26% | - |
| HSV(B) | 322.22º | 1% | 0.53% | - |
| XYZ | 11.63 | 5.81 | 9.1 | - |
| YUV | 50.06 | 147.73 | 188.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 0 | 85 | 0 | 1 | 0.37 | 0.47 | 322.22 | 1 | 0.26 |
| Hex | 87 | 0 | 55 | 0 | 64 | 25 | 2F | 142 | 64 | 1A |
| Octal | 207 | 0 | 125 | 0 | 144 | 45 | 57 | 502 | 144 | 32 |
| Binary | 10000111 | 0 | 1010101 | 0 | 1100100 | 100101 | 101111 | 101000010 | 1100100 | 11010 |
Color Harmonies of #870055
Complementary color
Monochromatic Colors of #870055
Black with #870055
Text Example
Text Example
White with #870055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870055; }
p { color: rgb(135,0,85); }
H1.HeaderClassName
{
color: #870055;
}
.AnyTagClassName
{
color: #870055;
}
</style>
background-color css
<style>
a { background-color: #870055; }
a { background-color: rgb(135,0,85); }
div.DivClassName
{
background-color: #870055;
}
.BgClassName
{
background-color: #870055;
}
</style>
border-color css
<style>
span { border-color: #870055; }
span { border-color: rgb(135,0,85); }
td.TdClassName
{
border-color: #870055;
}
.TagClassName
{
border-color: #870055;
}
</style>