Shades of Eggplant #870A57
Tints of Eggplant #870A57
RGB
CMYK
RGB Variations
Color information
#870A57 (or 0x870A57) is known color: Eggplant. HEX triplet: 87, 0A and 57. RGB value is (135,10,87). Sum of RGB (Red+Green+Blue) = 135+10+87=232 (30% of max value = 765). Red value is 135 (53.12% from 255 or 58.19% from 232); Green value is 10 (4.30% from 255 or 4.31% from 232); Blue value is 87 (34.38% from 255 or 37.5% from 232); Max value from RGB is 135 - color contains mainly: red. Hex color #870A57 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870A57 is #78F5A8. Grayscale: #373737. Windows color (decimal): -7927209 or 5704327. OLE color: 5704327.
HSL color Cylindrical-coordinate representation of color #870A57: hue angle of 323.04º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #870A57 is Cyan = 0, Magento = 0.93, Yellow = 0.36 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 10 | 87 | - |
| CMYK | 0 | 0.93 | 0.36 | 0.47 |
| HSL | 323.04º | 0.86% | 0.28% | - |
| HSV(B) | 323.04º | 0.93% | 0.53% | - |
| XYZ | 11.82 | 6.06 | 9.56 | - |
| YUV | 56.15 | 145.41 | 184.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 10 | 87 | 0 | 0.93 | 0.36 | 0.47 | 323.04 | 0.86 | 0.28 |
| Hex | 87 | A | 57 | 0 | 5D | 24 | 2F | 143 | 56 | 1C |
| Octal | 207 | 12 | 127 | 0 | 135 | 44 | 57 | 503 | 126 | 34 |
| Binary | 10000111 | 1010 | 1010111 | 0 | 1011101 | 100100 | 101111 | 101000011 | 1010110 | 11100 |
Color Harmonies of #870A57
Complementary color
Monochromatic Colors of #870A57
Black with #870A57
Text Example
Text Example
White with #870A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870A57; }
p { color: rgb(135,10,87); }
H1.HeaderClassName
{
color: #870A57;
}
.AnyTagClassName
{
color: #870A57;
}
</style>
background-color css
<style>
a { background-color: #870A57; }
a { background-color: rgb(135,10,87); }
div.DivClassName
{
background-color: #870A57;
}
.BgClassName
{
background-color: #870A57;
}
</style>
border-color css
<style>
span { border-color: #870A57; }
span { border-color: rgb(135,10,87); }
td.TdClassName
{
border-color: #870A57;
}
.TagClassName
{
border-color: #870A57;
}
</style>