Shades of Eggplant #870568
Tints of Eggplant #870568
RGB
CMYK
RGB Variations
Color information
#870568 (or 0x870568) is known color: Eggplant. HEX triplet: 87, 05 and 68. RGB value is (135,5,104). Sum of RGB (Red+Green+Blue) = 135+5+104=244 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.33% from 244); Green value is 5 (2.34% from 255 or 2.05% from 244); Blue value is 104 (41.02% from 255 or 42.62% from 244); Max value from RGB is 135 - color contains mainly: red. Hex color #870568 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870568 is #78FA97. Grayscale: #363636. Windows color (decimal): -7928472 or 6817159. OLE color: 6817159.
HSL color Cylindrical-coordinate representation of color #870568: hue angle of 314.31º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #870568 is Cyan = 0, Magento = 0.96, Yellow = 0.23 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 5 | 104 | - |
| CMYK | 0 | 0.96 | 0.23 | 0.47 |
| HSL | 314.31º | 0.93% | 0.27% | - |
| HSV(B) | 314.31º | 0.96% | 0.53% | - |
| XYZ | 12.54 | 6.26 | 13.64 | - |
| YUV | 55.16 | 155.57 | 184.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 5 | 104 | 0 | 0.96 | 0.23 | 0.47 | 314.31 | 0.93 | 0.27 |
| Hex | 87 | 5 | 68 | 0 | 60 | 17 | 2F | 13A | 5D | 1B |
| Octal | 207 | 5 | 150 | 0 | 140 | 27 | 57 | 472 | 135 | 33 |
| Binary | 10000111 | 101 | 1101000 | 0 | 1100000 | 10111 | 101111 | 100111010 | 1011101 | 11011 |
Color Harmonies of #870568
Complementary color
Monochromatic Colors of #870568
Black with #870568
Text Example
Text Example
White with #870568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870568; }
p { color: rgb(135,5,104); }
H1.HeaderClassName
{
color: #870568;
}
.AnyTagClassName
{
color: #870568;
}
</style>
background-color css
<style>
a { background-color: #870568; }
a { background-color: rgb(135,5,104); }
div.DivClassName
{
background-color: #870568;
}
.BgClassName
{
background-color: #870568;
}
</style>
border-color css
<style>
span { border-color: #870568; }
span { border-color: rgb(135,5,104); }
td.TdClassName
{
border-color: #870568;
}
.TagClassName
{
border-color: #870568;
}
</style>