Shades of Eggplant #870755
Tints of Eggplant #870755
RGB
CMYK
RGB Variations
Color information
#870755 (or 0x870755) is known color: Eggplant. HEX triplet: 87, 07 and 55. RGB value is (135,7,85). Sum of RGB (Red+Green+Blue) = 135+7+85=227 (30% of max value = 765). Red value is 135 (53.12% from 255 or 59.47% from 227); Green value is 7 (3.12% from 255 or 3.08% from 227); Blue value is 85 (33.59% from 255 or 37.44% from 227); Max value from RGB is 135 - color contains mainly: red. Hex color #870755 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870755 is #78F8AA. Grayscale: #353535. Windows color (decimal): -7927979 or 5572487. OLE color: 5572487.
HSL color Cylindrical-coordinate representation of color #870755: hue angle of 323.44º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #870755 is Cyan = 0, Magento = 0.95, Yellow = 0.37 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 7 | 85 | - |
| CMYK | 0 | 0.95 | 0.37 | 0.47 |
| HSL | 323.44º | 0.9% | 0.28% | - |
| HSV(B) | 323.44º | 0.95% | 0.53% | - |
| XYZ | 11.71 | 5.96 | 9.13 | - |
| YUV | 54.16 | 145.41 | 185.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 7 | 85 | 0 | 0.95 | 0.37 | 0.47 | 323.44 | 0.9 | 0.28 |
| Hex | 87 | 7 | 55 | 0 | 5F | 25 | 2F | 143 | 5A | 1C |
| Octal | 207 | 7 | 125 | 0 | 137 | 45 | 57 | 503 | 132 | 34 |
| Binary | 10000111 | 111 | 1010101 | 0 | 1011111 | 100101 | 101111 | 101000011 | 1011010 | 11100 |
Color Harmonies of #870755
Complementary color
Monochromatic Colors of #870755
Black with #870755
Text Example
Text Example
White with #870755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870755; }
p { color: rgb(135,7,85); }
H1.HeaderClassName
{
color: #870755;
}
.AnyTagClassName
{
color: #870755;
}
</style>
background-color css
<style>
a { background-color: #870755; }
a { background-color: rgb(135,7,85); }
div.DivClassName
{
background-color: #870755;
}
.BgClassName
{
background-color: #870755;
}
</style>
border-color css
<style>
span { border-color: #870755; }
span { border-color: rgb(135,7,85); }
td.TdClassName
{
border-color: #870755;
}
.TagClassName
{
border-color: #870755;
}
</style>