Shades of Eggplant #870356
Tints of Eggplant #870356
RGB
CMYK
RGB Variations
Color information
#870356 (or 0x870356) is known color: Eggplant. HEX triplet: 87, 03 and 56. RGB value is (135,3,86). Sum of RGB (Red+Green+Blue) = 135+3+86=224 (29% of max value = 765). Red value is 135 (53.12% from 255 or 60.27% from 224); Green value is 3 (1.56% from 255 or 1.34% from 224); Blue value is 86 (33.98% from 255 or 38.39% from 224); Max value from RGB is 135 - color contains mainly: red. Hex color #870356 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870356 is #78FCA9. Grayscale: #333333. Windows color (decimal): -7929002 or 5636999. OLE color: 5636999.
HSL color Cylindrical-coordinate representation of color #870356: hue angle of 322.27º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #870356 is Cyan = 0, Magento = 0.98, Yellow = 0.36 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 3 | 86 | - |
| CMYK | 0 | 0.98 | 0.36 | 0.47 |
| HSL | 322.27º | 0.96% | 0.27% | - |
| HSV(B) | 322.27º | 0.98% | 0.53% | - |
| XYZ | 11.7 | 5.89 | 9.32 | - |
| YUV | 51.93 | 147.23 | 187.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 3 | 86 | 0 | 0.98 | 0.36 | 0.47 | 322.27 | 0.96 | 0.27 |
| Hex | 87 | 3 | 56 | 0 | 62 | 24 | 2F | 142 | 60 | 1B |
| Octal | 207 | 3 | 126 | 0 | 142 | 44 | 57 | 502 | 140 | 33 |
| Binary | 10000111 | 11 | 1010110 | 0 | 1100010 | 100100 | 101111 | 101000010 | 1100000 | 11011 |
Color Harmonies of #870356
Complementary color
Monochromatic Colors of #870356
Black with #870356
Text Example
Text Example
White with #870356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870356; }
p { color: rgb(135,3,86); }
H1.HeaderClassName
{
color: #870356;
}
.AnyTagClassName
{
color: #870356;
}
</style>
background-color css
<style>
a { background-color: #870356; }
a { background-color: rgb(135,3,86); }
div.DivClassName
{
background-color: #870356;
}
.BgClassName
{
background-color: #870356;
}
</style>
border-color css
<style>
span { border-color: #870356; }
span { border-color: rgb(135,3,86); }
td.TdClassName
{
border-color: #870356;
}
.TagClassName
{
border-color: #870356;
}
</style>