Shades of Eggplant #870362
Tints of Eggplant #870362
RGB
CMYK
RGB Variations
Color information
#870362 (or 0x870362) is known color: Eggplant. HEX triplet: 87, 03 and 62. RGB value is (135,3,98). Sum of RGB (Red+Green+Blue) = 135+3+98=236 (31% of max value = 765). Red value is 135 (53.12% from 255 or 57.20% from 236); Green value is 3 (1.56% from 255 or 1.27% from 236); Blue value is 98 (38.67% from 255 or 41.53% from 236); Max value from RGB is 135 - color contains mainly: red. Hex color #870362 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870362 is #78FC9D. Grayscale: #353535. Windows color (decimal): -7928990 or 6423431. OLE color: 6423431.
HSL color Cylindrical-coordinate representation of color #870362: hue angle of 316.82º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #870362 is Cyan = 0, Magento = 0.98, Yellow = 0.27 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 3 | 98 | - |
| CMYK | 0 | 0.98 | 0.27 | 0.47 |
| HSL | 316.82º | 0.96% | 0.27% | - |
| HSV(B) | 316.82º | 0.98% | 0.53% | - |
| XYZ | 12.23 | 6.1 | 12.09 | - |
| YUV | 53.3 | 153.23 | 186.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 3 | 98 | 0 | 0.98 | 0.27 | 0.47 | 316.82 | 0.96 | 0.27 |
| Hex | 87 | 3 | 62 | 0 | 62 | 1B | 2F | 13D | 60 | 1B |
| Octal | 207 | 3 | 142 | 0 | 142 | 33 | 57 | 475 | 140 | 33 |
| Binary | 10000111 | 11 | 1100010 | 0 | 1100010 | 11011 | 101111 | 100111101 | 1100000 | 11011 |
Color Harmonies of #870362
Complementary color
Monochromatic Colors of #870362
Black with #870362
Text Example
Text Example
White with #870362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870362; }
p { color: rgb(135,3,98); }
H1.HeaderClassName
{
color: #870362;
}
.AnyTagClassName
{
color: #870362;
}
</style>
background-color css
<style>
a { background-color: #870362; }
a { background-color: rgb(135,3,98); }
div.DivClassName
{
background-color: #870362;
}
.BgClassName
{
background-color: #870362;
}
</style>
border-color css
<style>
span { border-color: #870362; }
span { border-color: rgb(135,3,98); }
td.TdClassName
{
border-color: #870362;
}
.TagClassName
{
border-color: #870362;
}
</style>