Shades of Eggplant #870451
Tints of Eggplant #870451
RGB
CMYK
RGB Variations
Color information
#870451 (or 0x870451) is known color: Eggplant. HEX triplet: 87, 04 and 51. RGB value is (135,4,81). Sum of RGB (Red+Green+Blue) = 135+4+81=220 (29% of max value = 765). Red value is 135 (53.12% from 255 or 61.36% from 220); Green value is 4 (1.95% from 255 or 1.82% from 220); Blue value is 81 (32.03% from 255 or 36.82% from 220); Max value from RGB is 135 - color contains mainly: red. Hex color #870451 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870451 is #78FBAE. Grayscale: #333333. Windows color (decimal): -7928751 or 5309575. OLE color: 5309575.
HSL color Cylindrical-coordinate representation of color #870451: hue angle of 324.73º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #870451 is Cyan = 0, Magento = 0.97, Yellow = 0.40 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 4 | 81 | - |
| CMYK | 0 | 0.97 | 0.40 | 0.47 |
| HSL | 324.73º | 0.94% | 0.27% | - |
| HSV(B) | 324.73º | 0.97% | 0.53% | - |
| XYZ | 11.52 | 5.83 | 8.3 | - |
| YUV | 51.95 | 144.4 | 187.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 4 | 81 | 0 | 0.97 | 0.40 | 0.47 | 324.73 | 0.94 | 0.27 |
| Hex | 87 | 4 | 51 | 0 | 61 | 28 | 2F | 145 | 5E | 1B |
| Octal | 207 | 4 | 121 | 0 | 141 | 50 | 57 | 505 | 136 | 33 |
| Binary | 10000111 | 100 | 1010001 | 0 | 1100001 | 101000 | 101111 | 101000101 | 1011110 | 11011 |
Color Harmonies of #870451
Complementary color
Monochromatic Colors of #870451
Black with #870451
Text Example
Text Example
White with #870451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870451; }
p { color: rgb(135,4,81); }
H1.HeaderClassName
{
color: #870451;
}
.AnyTagClassName
{
color: #870451;
}
</style>
background-color css
<style>
a { background-color: #870451; }
a { background-color: rgb(135,4,81); }
div.DivClassName
{
background-color: #870451;
}
.BgClassName
{
background-color: #870451;
}
</style>
border-color css
<style>
span { border-color: #870451; }
span { border-color: rgb(135,4,81); }
td.TdClassName
{
border-color: #870451;
}
.TagClassName
{
border-color: #870451;
}
</style>