Shades of Eggplant #871357
Tints of Eggplant #871357
RGB
CMYK
RGB Variations
Color information
#871357 (or 0x871357) is known color: Eggplant. HEX triplet: 87, 13 and 57. RGB value is (135,19,87). Sum of RGB (Red+Green+Blue) = 135+19+87=241 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.02% from 241); Green value is 19 (7.81% from 255 or 7.88% from 241); Blue value is 87 (34.38% from 255 or 36.10% from 241); Max value from RGB is 135 - color contains mainly: red. Hex color #871357 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #871357 is #78ECA8. Grayscale: #3D3D3D. Windows color (decimal): -7924905 or 5706631. OLE color: 5706631.
HSL color Cylindrical-coordinate representation of color #871357: hue angle of 324.83º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #871357 is Cyan = 0, Magento = 0.86, Yellow = 0.36 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 19 | 87 | - |
| CMYK | 0 | 0.86 | 0.36 | 0.47 |
| HSL | 324.83º | 0.75% | 0.3% | - |
| HSV(B) | 324.83º | 0.86% | 0.53% | - |
| XYZ | 11.94 | 6.3 | 9.6 | - |
| YUV | 61.44 | 142.43 | 180.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 19 | 87 | 0 | 0.86 | 0.36 | 0.47 | 324.83 | 0.75 | 0.3 |
| Hex | 87 | 13 | 57 | 0 | 56 | 24 | 2F | 145 | 4B | 1E |
| Octal | 207 | 23 | 127 | 0 | 126 | 44 | 57 | 505 | 113 | 36 |
| Binary | 10000111 | 10011 | 1010111 | 0 | 1010110 | 100100 | 101111 | 101000101 | 1001011 | 11110 |
Color Harmonies of #871357
Complementary color
Monochromatic Colors of #871357
Black with #871357
Text Example
Text Example
White with #871357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871357; }
p { color: rgb(135,19,87); }
H1.HeaderClassName
{
color: #871357;
}
.AnyTagClassName
{
color: #871357;
}
</style>
background-color css
<style>
a { background-color: #871357; }
a { background-color: rgb(135,19,87); }
div.DivClassName
{
background-color: #871357;
}
.BgClassName
{
background-color: #871357;
}
</style>
border-color css
<style>
span { border-color: #871357; }
span { border-color: rgb(135,19,87); }
td.TdClassName
{
border-color: #871357;
}
.TagClassName
{
border-color: #871357;
}
</style>