Shades of Eggplant #870751
Tints of Eggplant #870751
RGB
CMYK
RGB Variations
Color information
#870751 (or 0x870751) is known color: Eggplant. HEX triplet: 87, 07 and 51. RGB value is (135,7,81). Sum of RGB (Red+Green+Blue) = 135+7+81=223 (29% of max value = 765). Red value is 135 (53.12% from 255 or 60.54% from 223); Green value is 7 (3.12% from 255 or 3.14% from 223); Blue value is 81 (32.03% from 255 or 36.32% from 223); Max value from RGB is 135 - color contains mainly: red. Hex color #870751 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870751 is #78F8AE. Grayscale: #353535. Windows color (decimal): -7927983 or 5310343. OLE color: 5310343.
HSL color Cylindrical-coordinate representation of color #870751: hue angle of 325.31º 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 #870751 is Cyan = 0, Magento = 0.95, Yellow = 0.40 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 7 | 81 | - |
| CMYK | 0 | 0.95 | 0.40 | 0.47 |
| HSL | 325.31º | 0.9% | 0.28% | - |
| HSV(B) | 325.31º | 0.95% | 0.53% | - |
| XYZ | 11.55 | 5.9 | 8.31 | - |
| YUV | 53.71 | 143.41 | 185.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 7 | 81 | 0 | 0.95 | 0.40 | 0.47 | 325.31 | 0.9 | 0.28 |
| Hex | 87 | 7 | 51 | 0 | 5F | 28 | 2F | 145 | 5A | 1C |
| Octal | 207 | 7 | 121 | 0 | 137 | 50 | 57 | 505 | 132 | 34 |
| Binary | 10000111 | 111 | 1010001 | 0 | 1011111 | 101000 | 101111 | 101000101 | 1011010 | 11100 |
Color Harmonies of #870751
Complementary color
Monochromatic Colors of #870751
Black with #870751
Text Example
Text Example
White with #870751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870751; }
p { color: rgb(135,7,81); }
H1.HeaderClassName
{
color: #870751;
}
.AnyTagClassName
{
color: #870751;
}
</style>
background-color css
<style>
a { background-color: #870751; }
a { background-color: rgb(135,7,81); }
div.DivClassName
{
background-color: #870751;
}
.BgClassName
{
background-color: #870751;
}
</style>
border-color css
<style>
span { border-color: #870751; }
span { border-color: rgb(135,7,81); }
td.TdClassName
{
border-color: #870751;
}
.TagClassName
{
border-color: #870751;
}
</style>