Shades of Eggplant #82044F
Tints of Eggplant #82044F
RGB
CMYK
RGB Variations
Color information
#82044F (or 0x82044F) is known color: Eggplant. HEX triplet: 82, 04 and 4F. RGB value is (130,4,79). Sum of RGB (Red+Green+Blue) = 130+4+79=213 (28% of max value = 765). Red value is 130 (51.17% from 255 or 61.03% from 213); Green value is 4 (1.95% from 255 or 1.88% from 213); Blue value is 79 (31.25% from 255 or 37.09% from 213); Max value from RGB is 130 - color contains mainly: red. Hex color #82044F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82044F is #7DFBB0. Grayscale: #323232. Windows color (decimal): -8256433 or 5178498. OLE color: 5178498.
HSL color Cylindrical-coordinate representation of color #82044F: hue angle of 324.29º 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 #82044F is Cyan = 0, Magento = 0.97, Yellow = 0.39 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 4 | 79 | - |
| CMYK | 0 | 0.97 | 0.39 | 0.49 |
| HSL | 324.29º | 0.94% | 0.26% | - |
| HSV(B) | 324.29º | 0.97% | 0.51% | - |
| XYZ | 10.66 | 5.4 | 7.88 | - |
| YUV | 50.22 | 144.24 | 184.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 4 | 79 | 0 | 0.97 | 0.39 | 0.49 | 324.29 | 0.94 | 0.26 |
| Hex | 82 | 4 | 4F | 0 | 61 | 27 | 31 | 144 | 5E | 1A |
| Octal | 202 | 4 | 117 | 0 | 141 | 47 | 61 | 504 | 136 | 32 |
| Binary | 10000010 | 100 | 1001111 | 0 | 1100001 | 100111 | 110001 | 101000100 | 1011110 | 11010 |
Color Harmonies of #82044F
Complementary color
Monochromatic Colors of #82044F
Black with #82044F
Text Example
Text Example
White with #82044F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82044F; }
p { color: rgb(130,4,79); }
H1.HeaderClassName
{
color: #82044F;
}
.AnyTagClassName
{
color: #82044F;
}
</style>
background-color css
<style>
a { background-color: #82044F; }
a { background-color: rgb(130,4,79); }
div.DivClassName
{
background-color: #82044F;
}
.BgClassName
{
background-color: #82044F;
}
</style>
border-color css
<style>
span { border-color: #82044F; }
span { border-color: rgb(130,4,79); }
td.TdClassName
{
border-color: #82044F;
}
.TagClassName
{
border-color: #82044F;
}
</style>