Shades of Eggplant #870461
Tints of Eggplant #870461
RGB
CMYK
RGB Variations
Color information
#870461 (or 0x870461) is known color: Eggplant. HEX triplet: 87, 04 and 61. RGB value is (135,4,97). Sum of RGB (Red+Green+Blue) = 135+4+97=236 (31% of max value = 765). Red value is 135 (53.12% from 255 or 57.20% from 236); Green value is 4 (1.95% from 255 or 1.69% from 236); Blue value is 97 (38.28% from 255 or 41.10% from 236); Max value from RGB is 135 - color contains mainly: red. Hex color #870461 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870461 is #78FB9E. Grayscale: #353535. Windows color (decimal): -7928735 or 6358151. OLE color: 6358151.
HSL color Cylindrical-coordinate representation of color #870461: hue angle of 317.4º 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 #870461 is Cyan = 0, Magento = 0.97, Yellow = 0.28 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 4 | 97 | - |
| CMYK | 0 | 0.97 | 0.28 | 0.47 |
| HSL | 317.4º | 0.94% | 0.27% | - |
| HSV(B) | 317.4º | 0.97% | 0.53% | - |
| XYZ | 12.19 | 6.1 | 11.84 | - |
| YUV | 53.77 | 152.4 | 185.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 4 | 97 | 0 | 0.97 | 0.28 | 0.47 | 317.4 | 0.94 | 0.27 |
| Hex | 87 | 4 | 61 | 0 | 61 | 1C | 2F | 13D | 5E | 1B |
| Octal | 207 | 4 | 141 | 0 | 141 | 34 | 57 | 475 | 136 | 33 |
| Binary | 10000111 | 100 | 1100001 | 0 | 1100001 | 11100 | 101111 | 100111101 | 1011110 | 11011 |
Color Harmonies of #870461
Complementary color
Monochromatic Colors of #870461
Black with #870461
Text Example
Text Example
White with #870461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870461; }
p { color: rgb(135,4,97); }
H1.HeaderClassName
{
color: #870461;
}
.AnyTagClassName
{
color: #870461;
}
</style>
background-color css
<style>
a { background-color: #870461; }
a { background-color: rgb(135,4,97); }
div.DivClassName
{
background-color: #870461;
}
.BgClassName
{
background-color: #870461;
}
</style>
border-color css
<style>
span { border-color: #870461; }
span { border-color: rgb(135,4,97); }
td.TdClassName
{
border-color: #870461;
}
.TagClassName
{
border-color: #870461;
}
</style>