Shades of Eggplant #820053
Tints of Eggplant #820053
RGB
CMYK
RGB Variations
Color information
#820053 (or 0x820053) is known color: Eggplant. HEX triplet: 82, 00 and 53. RGB value is (130,0,83). Sum of RGB (Red+Green+Blue) = 130+0+83=213 (28% of max value = 765). Red value is 130 (51.17% from 255 or 61.03% from 213); Green value is 0 (0.39% from 255 or 0% from 213); Blue value is 83 (32.81% from 255 or 38.97% from 213); Max value from RGB is 130 - color contains mainly: red. Hex color #820053 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820053 is #7DFFAC. Grayscale: #303030. Windows color (decimal): -8257453 or 5439618. OLE color: 5439618.
HSL color Cylindrical-coordinate representation of color #820053: hue angle of 321.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 #820053 is Cyan = 0, Magento = 1, Yellow = 0.36 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 0 | 83 | - |
| CMYK | 0 | 1 | 0.36 | 0.49 |
| HSL | 321.69º | 1% | 0.25% | - |
| HSV(B) | 321.69º | 1% | 0.51% | - |
| XYZ | 10.77 | 5.37 | 8.65 | - |
| YUV | 48.33 | 147.57 | 186.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 0 | 83 | 0 | 1 | 0.36 | 0.49 | 321.69 | 1 | 0.25 |
| Hex | 82 | 0 | 53 | 0 | 64 | 24 | 31 | 142 | 64 | 19 |
| Octal | 202 | 0 | 123 | 0 | 144 | 44 | 61 | 502 | 144 | 31 |
| Binary | 10000010 | 0 | 1010011 | 0 | 1100100 | 100100 | 110001 | 101000010 | 1100100 | 11001 |
Color Harmonies of #820053
Complementary color
Monochromatic Colors of #820053
Black with #820053
Text Example
Text Example
White with #820053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820053; }
p { color: rgb(130,0,83); }
H1.HeaderClassName
{
color: #820053;
}
.AnyTagClassName
{
color: #820053;
}
</style>
background-color css
<style>
a { background-color: #820053; }
a { background-color: rgb(130,0,83); }
div.DivClassName
{
background-color: #820053;
}
.BgClassName
{
background-color: #820053;
}
</style>
border-color css
<style>
span { border-color: #820053; }
span { border-color: rgb(130,0,83); }
td.TdClassName
{
border-color: #820053;
}
.TagClassName
{
border-color: #820053;
}
</style>