Shades of Eggplant #82075E
Tints of Eggplant #82075E
RGB
CMYK
RGB Variations
Color information
#82075E (or 0x82075E) is known color: Eggplant. HEX triplet: 82, 07 and 5E. RGB value is (130,7,94). Sum of RGB (Red+Green+Blue) = 130+7+94=231 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.28% from 231); Green value is 7 (3.12% from 255 or 3.03% from 231); Blue value is 94 (37.11% from 255 or 40.69% from 231); Max value from RGB is 130 - color contains mainly: red. Hex color #82075E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82075E is #7DF8A1. Grayscale: #353535. Windows color (decimal): -8255650 or 6162306. OLE color: 6162306.
HSL color Cylindrical-coordinate representation of color #82075E: hue angle of 317.56º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #82075E is Cyan = 0, Magento = 0.95, Yellow = 0.28 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 7 | 94 | - |
| CMYK | 0 | 0.95 | 0.28 | 0.49 |
| HSL | 317.56º | 0.9% | 0.27% | - |
| HSV(B) | 317.56º | 0.95% | 0.51% | - |
| XYZ | 11.3 | 5.71 | 11.1 | - |
| YUV | 53.7 | 150.75 | 182.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 7 | 94 | 0 | 0.95 | 0.28 | 0.49 | 317.56 | 0.9 | 0.27 |
| Hex | 82 | 7 | 5E | 0 | 5F | 1C | 31 | 13E | 5A | 1B |
| Octal | 202 | 7 | 136 | 0 | 137 | 34 | 61 | 476 | 132 | 33 |
| Binary | 10000010 | 111 | 1011110 | 0 | 1011111 | 11100 | 110001 | 100111110 | 1011010 | 11011 |
Color Harmonies of #82075E
Complementary color
Monochromatic Colors of #82075E
Black with #82075E
Text Example
Text Example
White with #82075E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82075E; }
p { color: rgb(130,7,94); }
H1.HeaderClassName
{
color: #82075E;
}
.AnyTagClassName
{
color: #82075E;
}
</style>
background-color css
<style>
a { background-color: #82075E; }
a { background-color: rgb(130,7,94); }
div.DivClassName
{
background-color: #82075E;
}
.BgClassName
{
background-color: #82075E;
}
</style>
border-color css
<style>
span { border-color: #82075E; }
span { border-color: rgb(130,7,94); }
td.TdClassName
{
border-color: #82075E;
}
.TagClassName
{
border-color: #82075E;
}
</style>