Shades of Eggplant #870561
Tints of Eggplant #870561
RGB
CMYK
RGB Variations
Color information
#870561 (or 0x870561) is known color: Eggplant. HEX triplet: 87, 05 and 61. RGB value is (135,5,97). Sum of RGB (Red+Green+Blue) = 135+5+97=237 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.96% from 237); Green value is 5 (2.34% from 255 or 2.11% from 237); Blue value is 97 (38.28% from 255 or 40.93% from 237); Max value from RGB is 135 - color contains mainly: red. Hex color #870561 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870561 is #78FA9E. Grayscale: #363636. Windows color (decimal): -7928479 or 6358407. OLE color: 6358407.
HSL color Cylindrical-coordinate representation of color #870561: hue angle of 317.54º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #870561 is Cyan = 0, Magento = 0.96, Yellow = 0.28 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 5 | 97 | - |
| CMYK | 0 | 0.96 | 0.28 | 0.47 |
| HSL | 317.54º | 0.93% | 0.27% | - |
| HSV(B) | 317.54º | 0.96% | 0.53% | - |
| XYZ | 12.2 | 6.12 | 11.85 | - |
| YUV | 54.36 | 152.07 | 185.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 5 | 97 | 0 | 0.96 | 0.28 | 0.47 | 317.54 | 0.93 | 0.27 |
| Hex | 87 | 5 | 61 | 0 | 60 | 1C | 2F | 13E | 5D | 1B |
| Octal | 207 | 5 | 141 | 0 | 140 | 34 | 57 | 476 | 135 | 33 |
| Binary | 10000111 | 101 | 1100001 | 0 | 1100000 | 11100 | 101111 | 100111110 | 1011101 | 11011 |
Color Harmonies of #870561
Complementary color
Monochromatic Colors of #870561
Black with #870561
Text Example
Text Example
White with #870561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870561; }
p { color: rgb(135,5,97); }
H1.HeaderClassName
{
color: #870561;
}
.AnyTagClassName
{
color: #870561;
}
</style>
background-color css
<style>
a { background-color: #870561; }
a { background-color: rgb(135,5,97); }
div.DivClassName
{
background-color: #870561;
}
.BgClassName
{
background-color: #870561;
}
</style>
border-color css
<style>
span { border-color: #870561; }
span { border-color: rgb(135,5,97); }
td.TdClassName
{
border-color: #870561;
}
.TagClassName
{
border-color: #870561;
}
</style>