Shades of Eggplant #870056
Tints of Eggplant #870056
RGB
CMYK
RGB Variations
Color information
#870056 (or 0x870056) is known color: Eggplant. HEX triplet: 87, 00 and 56. RGB value is (135,0,86). Sum of RGB (Red+Green+Blue) = 135+0+86=221 (29% of max value = 765). Red value is 135 (53.12% from 255 or 61.09% from 221); Green value is 0 (0.39% from 255 or 0% from 221); Blue value is 86 (33.98% from 255 or 38.91% from 221); Max value from RGB is 135 - color contains mainly: red. Hex color #870056 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870056 is #78FFA9. Grayscale: #313131. Windows color (decimal): -7929770 or 5636231. OLE color: 5636231.
HSL color Cylindrical-coordinate representation of color #870056: hue angle of 321.78º 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 #870056 is Cyan = 0, Magento = 1, Yellow = 0.36 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 0 | 86 | - |
| CMYK | 0 | 1 | 0.36 | 0.47 |
| HSL | 321.78º | 1% | 0.26% | - |
| HSV(B) | 321.78º | 1% | 0.53% | - |
| XYZ | 11.67 | 5.82 | 9.31 | - |
| YUV | 50.17 | 148.23 | 188.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 0 | 86 | 0 | 1 | 0.36 | 0.47 | 321.78 | 1 | 0.26 |
| Hex | 87 | 0 | 56 | 0 | 64 | 24 | 2F | 142 | 64 | 1A |
| Octal | 207 | 0 | 126 | 0 | 144 | 44 | 57 | 502 | 144 | 32 |
| Binary | 10000111 | 0 | 1010110 | 0 | 1100100 | 100100 | 101111 | 101000010 | 1100100 | 11010 |
Color Harmonies of #870056
Complementary color
Monochromatic Colors of #870056
Black with #870056
Text Example
Text Example
White with #870056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870056; }
p { color: rgb(135,0,86); }
H1.HeaderClassName
{
color: #870056;
}
.AnyTagClassName
{
color: #870056;
}
</style>
background-color css
<style>
a { background-color: #870056; }
a { background-color: rgb(135,0,86); }
div.DivClassName
{
background-color: #870056;
}
.BgClassName
{
background-color: #870056;
}
</style>
border-color css
<style>
span { border-color: #870056; }
span { border-color: rgb(135,0,86); }
td.TdClassName
{
border-color: #870056;
}
.TagClassName
{
border-color: #870056;
}
</style>