Shades of Eggplant #870B52
Tints of Eggplant #870B52
RGB
CMYK
RGB Variations
Color information
#870B52 (or 0x870B52) is known color: Eggplant. HEX triplet: 87, 0B and 52. RGB value is (135,11,82). Sum of RGB (Red+Green+Blue) = 135+11+82=228 (30% of max value = 765). Red value is 135 (53.12% from 255 or 59.21% from 228); Green value is 11 (4.69% from 255 or 4.82% from 228); Blue value is 82 (32.42% from 255 or 35.96% from 228); Max value from RGB is 135 - color contains mainly: red. Hex color #870B52 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870B52 is #78F4AD. Grayscale: #383838. Windows color (decimal): -7926958 or 5376903. OLE color: 5376903.
HSL color Cylindrical-coordinate representation of color #870B52: hue angle of 325.65º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #870B52 is Cyan = 0, Magento = 0.92, Yellow = 0.39 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 11 | 82 | - |
| CMYK | 0 | 0.92 | 0.39 | 0.47 |
| HSL | 325.65º | 0.85% | 0.29% | - |
| HSV(B) | 325.65º | 0.92% | 0.53% | - |
| XYZ | 11.63 | 6 | 8.53 | - |
| YUV | 56.17 | 142.58 | 184.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 11 | 82 | 0 | 0.92 | 0.39 | 0.47 | 325.65 | 0.85 | 0.29 |
| Hex | 87 | B | 52 | 0 | 5C | 27 | 2F | 146 | 55 | 1D |
| Octal | 207 | 13 | 122 | 0 | 134 | 47 | 57 | 506 | 125 | 35 |
| Binary | 10000111 | 1011 | 1010010 | 0 | 1011100 | 100111 | 101111 | 101000110 | 1010101 | 11101 |
Color Harmonies of #870B52
Complementary color
Monochromatic Colors of #870B52
Black with #870B52
Text Example
Text Example
White with #870B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870B52; }
p { color: rgb(135,11,82); }
H1.HeaderClassName
{
color: #870B52;
}
.AnyTagClassName
{
color: #870B52;
}
</style>
background-color css
<style>
a { background-color: #870B52; }
a { background-color: rgb(135,11,82); }
div.DivClassName
{
background-color: #870B52;
}
.BgClassName
{
background-color: #870B52;
}
</style>
border-color css
<style>
span { border-color: #870B52; }
span { border-color: rgb(135,11,82); }
td.TdClassName
{
border-color: #870B52;
}
.TagClassName
{
border-color: #870B52;
}
</style>