Shades of Eggplant #870063
Tints of Eggplant #870063
RGB
CMYK
RGB Variations
Color information
#870063 (or 0x870063) is known color: Eggplant. HEX triplet: 87, 00 and 63. RGB value is (135,0,99). Sum of RGB (Red+Green+Blue) = 135+0+99=234 (30% of max value = 765). Red value is 135 (53.12% from 255 or 57.69% from 234); Green value is 0 (0.39% from 255 or 0% from 234); Blue value is 99 (39.06% from 255 or 42.31% from 234); Max value from RGB is 135 - color contains mainly: red. Hex color #870063 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870063 is #78FF9C. Grayscale: #333333. Windows color (decimal): -7929757 or 6488199. OLE color: 6488199.
HSL color Cylindrical-coordinate representation of color #870063: hue angle of 316º 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 #870063 is Cyan = 0, Magento = 1, Yellow = 0.27 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 0 | 99 | - |
| CMYK | 0 | 1 | 0.27 | 0.47 |
| HSL | 316º | 1% | 0.26% | - |
| HSV(B) | 316º | 1% | 0.53% | - |
| XYZ | 12.24 | 6.05 | 12.33 | - |
| YUV | 51.65 | 154.73 | 187.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 0 | 99 | 0 | 1 | 0.27 | 0.47 | 316 | 1 | 0.26 |
| Hex | 87 | 0 | 63 | 0 | 64 | 1B | 2F | 13C | 64 | 1A |
| Octal | 207 | 0 | 143 | 0 | 144 | 33 | 57 | 474 | 144 | 32 |
| Binary | 10000111 | 0 | 1100011 | 0 | 1100100 | 11011 | 101111 | 100111100 | 1100100 | 11010 |
Color Harmonies of #870063
Complementary color
Monochromatic Colors of #870063
Black with #870063
Text Example
Text Example
White with #870063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870063; }
p { color: rgb(135,0,99); }
H1.HeaderClassName
{
color: #870063;
}
.AnyTagClassName
{
color: #870063;
}
</style>
background-color css
<style>
a { background-color: #870063; }
a { background-color: rgb(135,0,99); }
div.DivClassName
{
background-color: #870063;
}
.BgClassName
{
background-color: #870063;
}
</style>
border-color css
<style>
span { border-color: #870063; }
span { border-color: rgb(135,0,99); }
td.TdClassName
{
border-color: #870063;
}
.TagClassName
{
border-color: #870063;
}
</style>