Shades of Eggplant #820452
Tints of Eggplant #820452
RGB
CMYK
RGB Variations
Color information
#820452 (or 0x820452) is known color: Eggplant. HEX triplet: 82, 04 and 52. RGB value is (130,4,82). Sum of RGB (Red+Green+Blue) = 130+4+82=216 (28% of max value = 765). Red value is 130 (51.17% from 255 or 60.19% from 216); Green value is 4 (1.95% from 255 or 1.85% from 216); Blue value is 82 (32.42% from 255 or 37.96% from 216); Max value from RGB is 130 - color contains mainly: red. Hex color #820452 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820452 is #7DFBAD. Grayscale: #323232. Windows color (decimal): -8256430 or 5375106. OLE color: 5375106.
HSL color Cylindrical-coordinate representation of color #820452: hue angle of 322.86º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #820452 is Cyan = 0, Magento = 0.97, Yellow = 0.37 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 4 | 82 | - |
| CMYK | 0 | 0.97 | 0.37 | 0.49 |
| HSL | 322.86º | 0.94% | 0.26% | - |
| HSV(B) | 322.86º | 0.97% | 0.51% | - |
| XYZ | 10.77 | 5.44 | 8.47 | - |
| YUV | 50.57 | 145.74 | 184.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 4 | 82 | 0 | 0.97 | 0.37 | 0.49 | 322.86 | 0.94 | 0.26 |
| Hex | 82 | 4 | 52 | 0 | 61 | 25 | 31 | 143 | 5E | 1A |
| Octal | 202 | 4 | 122 | 0 | 141 | 45 | 61 | 503 | 136 | 32 |
| Binary | 10000010 | 100 | 1010010 | 0 | 1100001 | 100101 | 110001 | 101000011 | 1011110 | 11010 |
Color Harmonies of #820452
Complementary color
Monochromatic Colors of #820452
Black with #820452
Text Example
Text Example
White with #820452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820452; }
p { color: rgb(130,4,82); }
H1.HeaderClassName
{
color: #820452;
}
.AnyTagClassName
{
color: #820452;
}
</style>
background-color css
<style>
a { background-color: #820452; }
a { background-color: rgb(130,4,82); }
div.DivClassName
{
background-color: #820452;
}
.BgClassName
{
background-color: #820452;
}
</style>
border-color css
<style>
span { border-color: #820452; }
span { border-color: rgb(130,4,82); }
td.TdClassName
{
border-color: #820452;
}
.TagClassName
{
border-color: #820452;
}
</style>