Shades of Eggplant #870053
Tints of Eggplant #870053
RGB
CMYK
RGB Variations
Color information
#870053 (or 0x870053) is known color: Eggplant. HEX triplet: 87, 00 and 53. RGB value is (135,0,83). Sum of RGB (Red+Green+Blue) = 135+0+83=218 (28% of max value = 765). Red value is 135 (53.12% from 255 or 61.93% from 218); Green value is 0 (0.39% from 255 or 0% from 218); Blue value is 83 (32.81% from 255 or 38.07% from 218); Max value from RGB is 135 - color contains mainly: red. Hex color #870053 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870053 is #78FFAC. Grayscale: #313131. Windows color (decimal): -7929773 or 5439623. OLE color: 5439623.
HSL color Cylindrical-coordinate representation of color #870053: hue angle of 323.11º 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 #870053 is Cyan = 0, Magento = 1, Yellow = 0.39 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 0 | 83 | - |
| CMYK | 0 | 1 | 0.39 | 0.47 |
| HSL | 323.11º | 1% | 0.26% | - |
| HSV(B) | 323.11º | 1% | 0.53% | - |
| XYZ | 11.55 | 5.78 | 8.69 | - |
| YUV | 49.83 | 146.73 | 188.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 0 | 83 | 0 | 1 | 0.39 | 0.47 | 323.11 | 1 | 0.26 |
| Hex | 87 | 0 | 53 | 0 | 64 | 27 | 2F | 143 | 64 | 1A |
| Octal | 207 | 0 | 123 | 0 | 144 | 47 | 57 | 503 | 144 | 32 |
| Binary | 10000111 | 0 | 1010011 | 0 | 1100100 | 100111 | 101111 | 101000011 | 1100100 | 11010 |
Color Harmonies of #870053
Complementary color
Monochromatic Colors of #870053
Black with #870053
Text Example
Text Example
White with #870053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870053; }
p { color: rgb(135,0,83); }
H1.HeaderClassName
{
color: #870053;
}
.AnyTagClassName
{
color: #870053;
}
</style>
background-color css
<style>
a { background-color: #870053; }
a { background-color: rgb(135,0,83); }
div.DivClassName
{
background-color: #870053;
}
.BgClassName
{
background-color: #870053;
}
</style>
border-color css
<style>
span { border-color: #870053; }
span { border-color: rgb(135,0,83); }
td.TdClassName
{
border-color: #870053;
}
.TagClassName
{
border-color: #870053;
}
</style>