Shades of Eggplant #820059
Tints of Eggplant #820059
RGB
CMYK
RGB Variations
Color information
#820059 (or 0x820059) is known color: Eggplant. HEX triplet: 82, 00 and 59. RGB value is (130,0,89). Sum of RGB (Red+Green+Blue) = 130+0+89=219 (29% of max value = 765). Red value is 130 (51.17% from 255 or 59.36% from 219); Green value is 0 (0.39% from 255 or 0% from 219); Blue value is 89 (35.16% from 255 or 40.64% from 219); Max value from RGB is 130 - color contains mainly: red. Hex color #820059 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820059 is #7DFFA6. Grayscale: #303030. Windows color (decimal): -8257447 or 5832834. OLE color: 5832834.
HSL color Cylindrical-coordinate representation of color #820059: hue angle of 318.92º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #820059 is Cyan = 0, Magento = 1, Yellow = 0.32 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 0 | 89 | - |
| CMYK | 0 | 1 | 0.32 | 0.49 |
| HSL | 318.92º | 1% | 0.25% | - |
| HSV(B) | 318.92º | 1% | 0.51% | - |
| XYZ | 11.01 | 5.47 | 9.93 | - |
| YUV | 49.02 | 150.57 | 185.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 0 | 89 | 0 | 1 | 0.32 | 0.49 | 318.92 | 1 | 0.25 |
| Hex | 82 | 0 | 59 | 0 | 64 | 20 | 31 | 13F | 64 | 19 |
| Octal | 202 | 0 | 131 | 0 | 144 | 40 | 61 | 477 | 144 | 31 |
| Binary | 10000010 | 0 | 1011001 | 0 | 1100100 | 100000 | 110001 | 100111111 | 1100100 | 11001 |
Color Harmonies of #820059
Complementary color
Monochromatic Colors of #820059
Black with #820059
Text Example
Text Example
White with #820059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820059; }
p { color: rgb(130,0,89); }
H1.HeaderClassName
{
color: #820059;
}
.AnyTagClassName
{
color: #820059;
}
</style>
background-color css
<style>
a { background-color: #820059; }
a { background-color: rgb(130,0,89); }
div.DivClassName
{
background-color: #820059;
}
.BgClassName
{
background-color: #820059;
}
</style>
border-color css
<style>
span { border-color: #820059; }
span { border-color: rgb(130,0,89); }
td.TdClassName
{
border-color: #820059;
}
.TagClassName
{
border-color: #820059;
}
</style>