Shades of Eggplant #870368
Tints of Eggplant #870368
RGB
CMYK
RGB Variations
Color information
#870368 (or 0x870368) is known color: Eggplant. HEX triplet: 87, 03 and 68. RGB value is (135,3,104). Sum of RGB (Red+Green+Blue) = 135+3+104=242 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.79% from 242); Green value is 3 (1.56% from 255 or 1.24% from 242); Blue value is 104 (41.02% from 255 or 42.98% from 242); Max value from RGB is 135 - color contains mainly: red. Hex color #870368 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870368 is #78FC97. Grayscale: #353535. Windows color (decimal): -7928984 or 6816647. OLE color: 6816647.
HSL color Cylindrical-coordinate representation of color #870368: hue angle of 314.09º 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 #870368 is Cyan = 0, Magento = 0.98, Yellow = 0.23 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 3 | 104 | - |
| CMYK | 0 | 0.98 | 0.23 | 0.47 |
| HSL | 314.09º | 0.96% | 0.27% | - |
| HSV(B) | 314.09º | 0.98% | 0.53% | - |
| XYZ | 12.52 | 6.22 | 13.64 | - |
| YUV | 53.98 | 156.23 | 185.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 3 | 104 | 0 | 0.98 | 0.23 | 0.47 | 314.09 | 0.96 | 0.27 |
| Hex | 87 | 3 | 68 | 0 | 62 | 17 | 2F | 13A | 60 | 1B |
| Octal | 207 | 3 | 150 | 0 | 142 | 27 | 57 | 472 | 140 | 33 |
| Binary | 10000111 | 11 | 1101000 | 0 | 1100010 | 10111 | 101111 | 100111010 | 1100000 | 11011 |
Color Harmonies of #870368
Complementary color
Monochromatic Colors of #870368
Black with #870368
Text Example
Text Example
White with #870368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870368; }
p { color: rgb(135,3,104); }
H1.HeaderClassName
{
color: #870368;
}
.AnyTagClassName
{
color: #870368;
}
</style>
background-color css
<style>
a { background-color: #870368; }
a { background-color: rgb(135,3,104); }
div.DivClassName
{
background-color: #870368;
}
.BgClassName
{
background-color: #870368;
}
</style>
border-color css
<style>
span { border-color: #870368; }
span { border-color: rgb(135,3,104); }
td.TdClassName
{
border-color: #870368;
}
.TagClassName
{
border-color: #870368;
}
</style>