Shades of Eggplant #870358
Tints of Eggplant #870358
RGB
CMYK
RGB Variations
Color information
#870358 (or 0x870358) is known color: Eggplant. HEX triplet: 87, 03 and 58. RGB value is (135,3,88). Sum of RGB (Red+Green+Blue) = 135+3+88=226 (29% of max value = 765). Red value is 135 (53.12% from 255 or 59.73% from 226); Green value is 3 (1.56% from 255 or 1.33% from 226); Blue value is 88 (34.77% from 255 or 38.94% from 226); Max value from RGB is 135 - color contains mainly: red. Hex color #870358 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870358 is #78FCA7. Grayscale: #333333. Windows color (decimal): -7929000 or 5768071. OLE color: 5768071.
HSL color Cylindrical-coordinate representation of color #870358: hue angle of 321.36º 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 #870358 is Cyan = 0, Magento = 0.98, Yellow = 0.35 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 3 | 88 | - |
| CMYK | 0 | 0.98 | 0.35 | 0.47 |
| HSL | 321.36º | 0.96% | 0.27% | - |
| HSV(B) | 321.36º | 0.98% | 0.53% | - |
| XYZ | 11.79 | 5.92 | 9.75 | - |
| YUV | 52.16 | 148.23 | 187.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 3 | 88 | 0 | 0.98 | 0.35 | 0.47 | 321.36 | 0.96 | 0.27 |
| Hex | 87 | 3 | 58 | 0 | 62 | 23 | 2F | 141 | 60 | 1B |
| Octal | 207 | 3 | 130 | 0 | 142 | 43 | 57 | 501 | 140 | 33 |
| Binary | 10000111 | 11 | 1011000 | 0 | 1100010 | 100011 | 101111 | 101000001 | 1100000 | 11011 |
Color Harmonies of #870358
Complementary color
Monochromatic Colors of #870358
Black with #870358
Text Example
Text Example
White with #870358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870358; }
p { color: rgb(135,3,88); }
H1.HeaderClassName
{
color: #870358;
}
.AnyTagClassName
{
color: #870358;
}
</style>
background-color css
<style>
a { background-color: #870358; }
a { background-color: rgb(135,3,88); }
div.DivClassName
{
background-color: #870358;
}
.BgClassName
{
background-color: #870358;
}
</style>
border-color css
<style>
span { border-color: #870358; }
span { border-color: rgb(135,3,88); }
td.TdClassName
{
border-color: #870358;
}
.TagClassName
{
border-color: #870358;
}
</style>