Shades of Eggplant #870758
Tints of Eggplant #870758
RGB
CMYK
RGB Variations
Color information
#870758 (or 0x870758) is known color: Eggplant. HEX triplet: 87, 07 and 58. RGB value is (135,7,88). Sum of RGB (Red+Green+Blue) = 135+7+88=230 (30% of max value = 765). Red value is 135 (53.12% from 255 or 58.70% from 230); Green value is 7 (3.12% from 255 or 3.04% from 230); Blue value is 88 (34.77% from 255 or 38.26% from 230); Max value from RGB is 135 - color contains mainly: red. Hex color #870758 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870758 is #78F8A7. Grayscale: #363636. Windows color (decimal): -7927976 or 5769095. OLE color: 5769095.
HSL color Cylindrical-coordinate representation of color #870758: hue angle of 322.03º 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 #870758 is Cyan = 0, Magento = 0.95, Yellow = 0.35 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 7 | 88 | - |
| CMYK | 0 | 0.95 | 0.35 | 0.47 |
| HSL | 322.03º | 0.9% | 0.28% | - |
| HSV(B) | 322.03º | 0.95% | 0.53% | - |
| XYZ | 11.83 | 6.01 | 9.77 | - |
| YUV | 54.51 | 146.91 | 185.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 7 | 88 | 0 | 0.95 | 0.35 | 0.47 | 322.03 | 0.9 | 0.28 |
| Hex | 87 | 7 | 58 | 0 | 5F | 23 | 2F | 142 | 5A | 1C |
| Octal | 207 | 7 | 130 | 0 | 137 | 43 | 57 | 502 | 132 | 34 |
| Binary | 10000111 | 111 | 1011000 | 0 | 1011111 | 100011 | 101111 | 101000010 | 1011010 | 11100 |
Color Harmonies of #870758
Complementary color
Monochromatic Colors of #870758
Black with #870758
Text Example
Text Example
White with #870758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870758; }
p { color: rgb(135,7,88); }
H1.HeaderClassName
{
color: #870758;
}
.AnyTagClassName
{
color: #870758;
}
</style>
background-color css
<style>
a { background-color: #870758; }
a { background-color: rgb(135,7,88); }
div.DivClassName
{
background-color: #870758;
}
.BgClassName
{
background-color: #870758;
}
</style>
border-color css
<style>
span { border-color: #870758; }
span { border-color: rgb(135,7,88); }
td.TdClassName
{
border-color: #870758;
}
.TagClassName
{
border-color: #870758;
}
</style>