Shades of Eggplant #870061
Tints of Eggplant #870061
RGB
CMYK
RGB Variations
Color information
#870061 (or 0x870061) is known color: Eggplant. HEX triplet: 87, 00 and 61. RGB value is (135,0,97). Sum of RGB (Red+Green+Blue) = 135+0+97=232 (30% of max value = 765). Red value is 135 (53.12% from 255 or 58.19% from 232); Green value is 0 (0.39% from 255 or 0% from 232); Blue value is 97 (38.28% from 255 or 41.81% from 232); Max value from RGB is 135 - color contains mainly: red. Hex color #870061 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870061 is #78FF9E. Grayscale: #333333. Windows color (decimal): -7929759 or 6357127. OLE color: 6357127.
HSL color Cylindrical-coordinate representation of color #870061: hue angle of 316.89º 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 #870061 is Cyan = 0, Magento = 1, Yellow = 0.28 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 0 | 97 | - |
| CMYK | 0 | 1 | 0.28 | 0.47 |
| HSL | 316.89º | 1% | 0.26% | - |
| HSV(B) | 316.89º | 1% | 0.53% | - |
| XYZ | 12.15 | 6.01 | 11.83 | - |
| YUV | 51.42 | 153.73 | 187.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 0 | 97 | 0 | 1 | 0.28 | 0.47 | 316.89 | 1 | 0.26 |
| Hex | 87 | 0 | 61 | 0 | 64 | 1C | 2F | 13D | 64 | 1A |
| Octal | 207 | 0 | 141 | 0 | 144 | 34 | 57 | 475 | 144 | 32 |
| Binary | 10000111 | 0 | 1100001 | 0 | 1100100 | 11100 | 101111 | 100111101 | 1100100 | 11010 |
Color Harmonies of #870061
Complementary color
Monochromatic Colors of #870061
Black with #870061
Text Example
Text Example
White with #870061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870061; }
p { color: rgb(135,0,97); }
H1.HeaderClassName
{
color: #870061;
}
.AnyTagClassName
{
color: #870061;
}
</style>
background-color css
<style>
a { background-color: #870061; }
a { background-color: rgb(135,0,97); }
div.DivClassName
{
background-color: #870061;
}
.BgClassName
{
background-color: #870061;
}
</style>
border-color css
<style>
span { border-color: #870061; }
span { border-color: rgb(135,0,97); }
td.TdClassName
{
border-color: #870061;
}
.TagClassName
{
border-color: #870061;
}
</style>