Shades of Eggplant #870655
Tints of Eggplant #870655
RGB
CMYK
RGB Variations
Color information
#870655 (or 0x870655) is known color: Eggplant. HEX triplet: 87, 06 and 55. RGB value is (135,6,85). Sum of RGB (Red+Green+Blue) = 135+6+85=226 (29% of max value = 765). Red value is 135 (53.12% from 255 or 59.73% from 226); Green value is 6 (2.73% from 255 or 2.65% from 226); Blue value is 85 (33.59% from 255 or 37.61% from 226); Max value from RGB is 135 - color contains mainly: red. Hex color #870655 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870655 is #78F9AA. Grayscale: #353535. Windows color (decimal): -7928235 or 5572231. OLE color: 5572231.
HSL color Cylindrical-coordinate representation of color #870655: hue angle of 323.26º degrees, saturation: 0.91, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #870655 is Cyan = 0, Magento = 0.96, Yellow = 0.37 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 6 | 85 | - |
| CMYK | 0 | 0.96 | 0.37 | 0.47 |
| HSL | 323.26º | 0.91% | 0.28% | - |
| HSV(B) | 323.26º | 0.96% | 0.53% | - |
| XYZ | 11.7 | 5.94 | 9.12 | - |
| YUV | 53.58 | 145.74 | 186.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 6 | 85 | 0 | 0.96 | 0.37 | 0.47 | 323.26 | 0.91 | 0.28 |
| Hex | 87 | 6 | 55 | 0 | 60 | 25 | 2F | 143 | 5B | 1C |
| Octal | 207 | 6 | 125 | 0 | 140 | 45 | 57 | 503 | 133 | 34 |
| Binary | 10000111 | 110 | 1010101 | 0 | 1100000 | 100101 | 101111 | 101000011 | 1011011 | 11100 |
Color Harmonies of #870655
Complementary color
Monochromatic Colors of #870655
Black with #870655
Text Example
Text Example
White with #870655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870655; }
p { color: rgb(135,6,85); }
H1.HeaderClassName
{
color: #870655;
}
.AnyTagClassName
{
color: #870655;
}
</style>
background-color css
<style>
a { background-color: #870655; }
a { background-color: rgb(135,6,85); }
div.DivClassName
{
background-color: #870655;
}
.BgClassName
{
background-color: #870655;
}
</style>
border-color css
<style>
span { border-color: #870655; }
span { border-color: rgb(135,6,85); }
td.TdClassName
{
border-color: #870655;
}
.TagClassName
{
border-color: #870655;
}
</style>