Shades of Eggplant #820060
Tints of Eggplant #820060
RGB
CMYK
RGB Variations
Color information
#820060 (or 0x820060) is known color: Eggplant. HEX triplet: 82, 00 and 60. RGB value is (130,0,96). Sum of RGB (Red+Green+Blue) = 130+0+96=226 (29% of max value = 765). Red value is 130 (51.17% from 255 or 57.52% from 226); Green value is 0 (0.39% from 255 or 0% from 226); Blue value is 96 (37.89% from 255 or 42.48% from 226); Max value from RGB is 130 - color contains mainly: red. Hex color #820060 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820060 is #7DFF9F. Grayscale: #313131. Windows color (decimal): -8257440 or 6291586. OLE color: 6291586.
HSL color Cylindrical-coordinate representation of color #820060: hue angle of 315.69º 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 #820060 is Cyan = 0, Magento = 1, Yellow = 0.26 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 0 | 96 | - |
| CMYK | 0 | 1 | 0.26 | 0.49 |
| HSL | 315.69º | 1% | 0.25% | - |
| HSV(B) | 315.69º | 1% | 0.51% | - |
| XYZ | 11.32 | 5.59 | 11.55 | - |
| YUV | 49.81 | 154.07 | 185.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 0 | 96 | 0 | 1 | 0.26 | 0.49 | 315.69 | 1 | 0.25 |
| Hex | 82 | 0 | 60 | 0 | 64 | 1A | 31 | 13C | 64 | 19 |
| Octal | 202 | 0 | 140 | 0 | 144 | 32 | 61 | 474 | 144 | 31 |
| Binary | 10000010 | 0 | 1100000 | 0 | 1100100 | 11010 | 110001 | 100111100 | 1100100 | 11001 |
Color Harmonies of #820060
Complementary color
Monochromatic Colors of #820060
Black with #820060
Text Example
Text Example
White with #820060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820060; }
p { color: rgb(130,0,96); }
H1.HeaderClassName
{
color: #820060;
}
.AnyTagClassName
{
color: #820060;
}
</style>
background-color css
<style>
a { background-color: #820060; }
a { background-color: rgb(130,0,96); }
div.DivClassName
{
background-color: #820060;
}
.BgClassName
{
background-color: #820060;
}
</style>
border-color css
<style>
span { border-color: #820060; }
span { border-color: rgb(130,0,96); }
td.TdClassName
{
border-color: #820060;
}
.TagClassName
{
border-color: #820060;
}
</style>