Shades of Eggplant #870067
Tints of Eggplant #870067
RGB
CMYK
RGB Variations
Color information
#870067 (or 0x870067) is known color: Eggplant. HEX triplet: 87, 00 and 67. RGB value is (135,0,103). Sum of RGB (Red+Green+Blue) = 135+0+103=238 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.72% from 238); Green value is 0 (0.39% from 255 or 0% from 238); Blue value is 103 (40.62% from 255 or 43.28% from 238); Max value from RGB is 135 - color contains mainly: red. Hex color #870067 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870067 is #78FF98. Grayscale: #333333. Windows color (decimal): -7929753 or 6750343. OLE color: 6750343.
HSL color Cylindrical-coordinate representation of color #870067: hue angle of 314.22º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #870067 is Cyan = 0, Magento = 1, Yellow = 0.24 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 0 | 103 | - |
| CMYK | 0 | 1 | 0.24 | 0.47 |
| HSL | 314.22º | 1% | 0.26% | - |
| HSV(B) | 314.22º | 1% | 0.53% | - |
| XYZ | 12.44 | 6.13 | 13.36 | - |
| YUV | 52.11 | 156.73 | 187.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 0 | 103 | 0 | 1 | 0.24 | 0.47 | 314.22 | 1 | 0.26 |
| Hex | 87 | 0 | 67 | 0 | 64 | 18 | 2F | 13A | 64 | 1A |
| Octal | 207 | 0 | 147 | 0 | 144 | 30 | 57 | 472 | 144 | 32 |
| Binary | 10000111 | 0 | 1100111 | 0 | 1100100 | 11000 | 101111 | 100111010 | 1100100 | 11010 |
Color Harmonies of #870067
Complementary color
Monochromatic Colors of #870067
Black with #870067
Text Example
Text Example
White with #870067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870067; }
p { color: rgb(135,0,103); }
H1.HeaderClassName
{
color: #870067;
}
.AnyTagClassName
{
color: #870067;
}
</style>
background-color css
<style>
a { background-color: #870067; }
a { background-color: rgb(135,0,103); }
div.DivClassName
{
background-color: #870067;
}
.BgClassName
{
background-color: #870067;
}
</style>
border-color css
<style>
span { border-color: #870067; }
span { border-color: rgb(135,0,103); }
td.TdClassName
{
border-color: #870067;
}
.TagClassName
{
border-color: #870067;
}
</style>