Shades of Eggplant #870765
Tints of Eggplant #870765
RGB
CMYK
RGB Variations
Color information
#870765 (or 0x870765) is known color: Eggplant. HEX triplet: 87, 07 and 65. RGB value is (135,7,101). Sum of RGB (Red+Green+Blue) = 135+7+101=243 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.56% from 243); Green value is 7 (3.12% from 255 or 2.88% from 243); Blue value is 101 (39.84% from 255 or 41.56% from 243); Max value from RGB is 135 - color contains mainly: red. Hex color #870765 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870765 is #78F89A. Grayscale: #373737. Windows color (decimal): -7927963 or 6621063. OLE color: 6621063.
HSL color Cylindrical-coordinate representation of color #870765: hue angle of 315.94º 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 #870765 is Cyan = 0, Magento = 0.95, Yellow = 0.25 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 7 | 101 | - |
| CMYK | 0 | 0.95 | 0.25 | 0.47 |
| HSL | 315.94º | 0.9% | 0.28% | - |
| HSV(B) | 315.94º | 0.95% | 0.53% | - |
| XYZ | 12.42 | 6.24 | 12.86 | - |
| YUV | 55.99 | 153.41 | 184.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 7 | 101 | 0 | 0.95 | 0.25 | 0.47 | 315.94 | 0.9 | 0.28 |
| Hex | 87 | 7 | 65 | 0 | 5F | 19 | 2F | 13C | 5A | 1C |
| Octal | 207 | 7 | 145 | 0 | 137 | 31 | 57 | 474 | 132 | 34 |
| Binary | 10000111 | 111 | 1100101 | 0 | 1011111 | 11001 | 101111 | 100111100 | 1011010 | 11100 |
Color Harmonies of #870765
Complementary color
Monochromatic Colors of #870765
Black with #870765
Text Example
Text Example
White with #870765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870765; }
p { color: rgb(135,7,101); }
H1.HeaderClassName
{
color: #870765;
}
.AnyTagClassName
{
color: #870765;
}
</style>
background-color css
<style>
a { background-color: #870765; }
a { background-color: rgb(135,7,101); }
div.DivClassName
{
background-color: #870765;
}
.BgClassName
{
background-color: #870765;
}
</style>
border-color css
<style>
span { border-color: #870765; }
span { border-color: rgb(135,7,101); }
td.TdClassName
{
border-color: #870765;
}
.TagClassName
{
border-color: #870765;
}
</style>