Shades of Eggplant #870468
Tints of Eggplant #870468
RGB
CMYK
RGB Variations
Color information
#870468 (or 0x870468) is known color: Eggplant. HEX triplet: 87, 04 and 68. RGB value is (135,4,104). Sum of RGB (Red+Green+Blue) = 135+4+104=243 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.56% from 243); Green value is 4 (1.95% from 255 or 1.65% from 243); Blue value is 104 (41.02% from 255 or 42.80% from 243); Max value from RGB is 135 - color contains mainly: red. Hex color #870468 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870468 is #78FB97. Grayscale: #363636. Windows color (decimal): -7928728 or 6816903. OLE color: 6816903.
HSL color Cylindrical-coordinate representation of color #870468: hue angle of 314.2º 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 #870468 is Cyan = 0, Magento = 0.97, Yellow = 0.23 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 4 | 104 | - |
| CMYK | 0 | 0.97 | 0.23 | 0.47 |
| HSL | 314.2º | 0.94% | 0.27% | - |
| HSV(B) | 314.2º | 0.97% | 0.53% | - |
| XYZ | 12.53 | 6.24 | 13.64 | - |
| YUV | 54.57 | 155.9 | 185.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 4 | 104 | 0 | 0.97 | 0.23 | 0.47 | 314.2 | 0.94 | 0.27 |
| Hex | 87 | 4 | 68 | 0 | 61 | 17 | 2F | 13A | 5E | 1B |
| Octal | 207 | 4 | 150 | 0 | 141 | 27 | 57 | 472 | 136 | 33 |
| Binary | 10000111 | 100 | 1101000 | 0 | 1100001 | 10111 | 101111 | 100111010 | 1011110 | 11011 |
Color Harmonies of #870468
Complementary color
Monochromatic Colors of #870468
Black with #870468
Text Example
Text Example
White with #870468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870468; }
p { color: rgb(135,4,104); }
H1.HeaderClassName
{
color: #870468;
}
.AnyTagClassName
{
color: #870468;
}
</style>
background-color css
<style>
a { background-color: #870468; }
a { background-color: rgb(135,4,104); }
div.DivClassName
{
background-color: #870468;
}
.BgClassName
{
background-color: #870468;
}
</style>
border-color css
<style>
span { border-color: #870468; }
span { border-color: rgb(135,4,104); }
td.TdClassName
{
border-color: #870468;
}
.TagClassName
{
border-color: #870468;
}
</style>