Shades of Eggplant #870566
Tints of Eggplant #870566
RGB
CMYK
RGB Variations
Color information
#870566 (or 0x870566) is known color: Eggplant. HEX triplet: 87, 05 and 66. RGB value is (135,5,102). Sum of RGB (Red+Green+Blue) = 135+5+102=242 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.79% from 242); Green value is 5 (2.34% from 255 or 2.07% from 242); Blue value is 102 (40.23% from 255 or 42.15% from 242); Max value from RGB is 135 - color contains mainly: red. Hex color #870566 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870566 is #78FA99. Grayscale: #363636. Windows color (decimal): -7928474 or 6686087. OLE color: 6686087.
HSL color Cylindrical-coordinate representation of color #870566: hue angle of 315.23º 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 #870566 is Cyan = 0, Magento = 0.96, Yellow = 0.24 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 5 | 102 | - |
| CMYK | 0 | 0.96 | 0.24 | 0.47 |
| HSL | 315.23º | 0.93% | 0.27% | - |
| HSV(B) | 315.23º | 0.96% | 0.53% | - |
| XYZ | 12.44 | 6.22 | 13.11 | - |
| YUV | 54.93 | 154.57 | 185.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 5 | 102 | 0 | 0.96 | 0.24 | 0.47 | 315.23 | 0.93 | 0.27 |
| Hex | 87 | 5 | 66 | 0 | 60 | 18 | 2F | 13B | 5D | 1B |
| Octal | 207 | 5 | 146 | 0 | 140 | 30 | 57 | 473 | 135 | 33 |
| Binary | 10000111 | 101 | 1100110 | 0 | 1100000 | 11000 | 101111 | 100111011 | 1011101 | 11011 |
Color Harmonies of #870566
Complementary color
Monochromatic Colors of #870566
Black with #870566
Text Example
Text Example
White with #870566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870566; }
p { color: rgb(135,5,102); }
H1.HeaderClassName
{
color: #870566;
}
.AnyTagClassName
{
color: #870566;
}
</style>
background-color css
<style>
a { background-color: #870566; }
a { background-color: rgb(135,5,102); }
div.DivClassName
{
background-color: #870566;
}
.BgClassName
{
background-color: #870566;
}
</style>
border-color css
<style>
span { border-color: #870566; }
span { border-color: rgb(135,5,102); }
td.TdClassName
{
border-color: #870566;
}
.TagClassName
{
border-color: #870566;
}
</style>