Shades of Eggplant #870058
Tints of Eggplant #870058
RGB
CMYK
RGB Variations
Color information
#870058 (or 0x870058) is known color: Eggplant. HEX triplet: 87, 00 and 58. RGB value is (135,0,88). Sum of RGB (Red+Green+Blue) = 135+0+88=223 (29% of max value = 765). Red value is 135 (53.12% from 255 or 60.54% from 223); Green value is 0 (0.39% from 255 or 0% from 223); Blue value is 88 (34.77% from 255 or 39.46% from 223); Max value from RGB is 135 - color contains mainly: red. Hex color #870058 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870058 is #78FFA7. Grayscale: #323232. Windows color (decimal): -7929768 or 5767303. OLE color: 5767303.
HSL color Cylindrical-coordinate representation of color #870058: hue angle of 320.89º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #870058 is Cyan = 0, Magento = 1, Yellow = 0.35 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 0 | 88 | - |
| CMYK | 0 | 1 | 0.35 | 0.47 |
| HSL | 320.89º | 1% | 0.26% | - |
| HSV(B) | 320.89º | 1% | 0.53% | - |
| XYZ | 11.75 | 5.86 | 9.74 | - |
| YUV | 50.4 | 149.23 | 188.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 0 | 88 | 0 | 1 | 0.35 | 0.47 | 320.89 | 1 | 0.26 |
| Hex | 87 | 0 | 58 | 0 | 64 | 23 | 2F | 141 | 64 | 1A |
| Octal | 207 | 0 | 130 | 0 | 144 | 43 | 57 | 501 | 144 | 32 |
| Binary | 10000111 | 0 | 1011000 | 0 | 1100100 | 100011 | 101111 | 101000001 | 1100100 | 11010 |
Color Harmonies of #870058
Complementary color
Monochromatic Colors of #870058
Black with #870058
Text Example
Text Example
White with #870058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870058; }
p { color: rgb(135,0,88); }
H1.HeaderClassName
{
color: #870058;
}
.AnyTagClassName
{
color: #870058;
}
</style>
background-color css
<style>
a { background-color: #870058; }
a { background-color: rgb(135,0,88); }
div.DivClassName
{
background-color: #870058;
}
.BgClassName
{
background-color: #870058;
}
</style>
border-color css
<style>
span { border-color: #870058; }
span { border-color: rgb(135,0,88); }
td.TdClassName
{
border-color: #870058;
}
.TagClassName
{
border-color: #870058;
}
</style>