Shades of Eggplant #870565
Tints of Eggplant #870565
RGB
CMYK
RGB Variations
Color information
#870565 (or 0x870565) is known color: Eggplant. HEX triplet: 87, 05 and 65. RGB value is (135,5,101). Sum of RGB (Red+Green+Blue) = 135+5+101=241 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.02% from 241); Green value is 5 (2.34% from 255 or 2.07% from 241); Blue value is 101 (39.84% from 255 or 41.91% from 241); Max value from RGB is 135 - color contains mainly: red. Hex color #870565 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870565 is #78FA9A. Grayscale: #363636. Windows color (decimal): -7928475 or 6620551. OLE color: 6620551.
HSL color Cylindrical-coordinate representation of color #870565: hue angle of 315.69º 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 #870565 is Cyan = 0, Magento = 0.96, Yellow = 0.25 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 5 | 101 | - |
| CMYK | 0 | 0.96 | 0.25 | 0.47 |
| HSL | 315.69º | 0.93% | 0.27% | - |
| HSV(B) | 315.69º | 0.96% | 0.53% | - |
| XYZ | 12.39 | 6.2 | 12.86 | - |
| YUV | 54.81 | 154.07 | 185.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 5 | 101 | 0 | 0.96 | 0.25 | 0.47 | 315.69 | 0.93 | 0.27 |
| Hex | 87 | 5 | 65 | 0 | 60 | 19 | 2F | 13C | 5D | 1B |
| Octal | 207 | 5 | 145 | 0 | 140 | 31 | 57 | 474 | 135 | 33 |
| Binary | 10000111 | 101 | 1100101 | 0 | 1100000 | 11001 | 101111 | 100111100 | 1011101 | 11011 |
Color Harmonies of #870565
Complementary color
Monochromatic Colors of #870565
Black with #870565
Text Example
Text Example
White with #870565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870565; }
p { color: rgb(135,5,101); }
H1.HeaderClassName
{
color: #870565;
}
.AnyTagClassName
{
color: #870565;
}
</style>
background-color css
<style>
a { background-color: #870565; }
a { background-color: rgb(135,5,101); }
div.DivClassName
{
background-color: #870565;
}
.BgClassName
{
background-color: #870565;
}
</style>
border-color css
<style>
span { border-color: #870565; }
span { border-color: rgb(135,5,101); }
td.TdClassName
{
border-color: #870565;
}
.TagClassName
{
border-color: #870565;
}
</style>