Shades of Eggplant #870757
Tints of Eggplant #870757
RGB
CMYK
RGB Variations
Color information
#870757 (or 0x870757) is known color: Eggplant. HEX triplet: 87, 07 and 57. RGB value is (135,7,87). Sum of RGB (Red+Green+Blue) = 135+7+87=229 (30% of max value = 765). Red value is 135 (53.12% from 255 or 58.95% from 229); Green value is 7 (3.12% from 255 or 3.06% from 229); Blue value is 87 (34.38% from 255 or 37.99% from 229); Max value from RGB is 135 - color contains mainly: red. Hex color #870757 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870757 is #78F8A8. Grayscale: #363636. Windows color (decimal): -7927977 or 5703559. OLE color: 5703559.
HSL color Cylindrical-coordinate representation of color #870757: hue angle of 322.5º 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 #870757 is Cyan = 0, Magento = 0.95, Yellow = 0.36 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 7 | 87 | - |
| CMYK | 0 | 0.95 | 0.36 | 0.47 |
| HSL | 322.5º | 0.9% | 0.28% | - |
| HSV(B) | 322.5º | 0.95% | 0.53% | - |
| XYZ | 11.79 | 5.99 | 9.55 | - |
| YUV | 54.39 | 146.41 | 185.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 7 | 87 | 0 | 0.95 | 0.36 | 0.47 | 322.5 | 0.9 | 0.28 |
| Hex | 87 | 7 | 57 | 0 | 5F | 24 | 2F | 142 | 5A | 1C |
| Octal | 207 | 7 | 127 | 0 | 137 | 44 | 57 | 502 | 132 | 34 |
| Binary | 10000111 | 111 | 1010111 | 0 | 1011111 | 100100 | 101111 | 101000010 | 1011010 | 11100 |
Color Harmonies of #870757
Complementary color
Monochromatic Colors of #870757
Black with #870757
Text Example
Text Example
White with #870757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870757; }
p { color: rgb(135,7,87); }
H1.HeaderClassName
{
color: #870757;
}
.AnyTagClassName
{
color: #870757;
}
</style>
background-color css
<style>
a { background-color: #870757; }
a { background-color: rgb(135,7,87); }
div.DivClassName
{
background-color: #870757;
}
.BgClassName
{
background-color: #870757;
}
</style>
border-color css
<style>
span { border-color: #870757; }
span { border-color: rgb(135,7,87); }
td.TdClassName
{
border-color: #870757;
}
.TagClassName
{
border-color: #870757;
}
</style>