Shades of Eggplant #810052
Tints of Eggplant #810052
RGB
CMYK
RGB Variations
Color information
#810052 (or 0x810052) is known color: Eggplant. HEX triplet: 81, 00 and 52. RGB value is (129,0,82). Sum of RGB (Red+Green+Blue) = 129+0+82=211 (27% of max value = 765). Red value is 129 (50.78% from 255 or 61.14% from 211); Green value is 0 (0.39% from 255 or 0% from 211); Blue value is 82 (32.42% from 255 or 38.86% from 211); Max value from RGB is 129 - color contains mainly: red. Hex color #810052 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #810052 is #7EFFAD. Grayscale: #2F2F2F. Windows color (decimal): -8322990 or 5374081. OLE color: 5374081.
HSL color Cylindrical-coordinate representation of color #810052: hue angle of 321.86º 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 #810052 is Cyan = 0, Magento = 1, Yellow = 0.36 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 0 | 82 | - |
| CMYK | 0 | 1 | 0.36 | 0.49 |
| HSL | 321.86º | 1% | 0.25% | - |
| HSV(B) | 321.86º | 1% | 0.51% | - |
| XYZ | 10.58 | 5.28 | 8.44 | - |
| YUV | 47.92 | 147.24 | 185.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 0 | 82 | 0 | 1 | 0.36 | 0.49 | 321.86 | 1 | 0.25 |
| Hex | 81 | 0 | 52 | 0 | 64 | 24 | 31 | 142 | 64 | 19 |
| Octal | 201 | 0 | 122 | 0 | 144 | 44 | 61 | 502 | 144 | 31 |
| Binary | 10000001 | 0 | 1010010 | 0 | 1100100 | 100100 | 110001 | 101000010 | 1100100 | 11001 |
Color Harmonies of #810052
Complementary color
Monochromatic Colors of #810052
Black with #810052
Text Example
Text Example
White with #810052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810052; }
p { color: rgb(129,0,82); }
H1.HeaderClassName
{
color: #810052;
}
.AnyTagClassName
{
color: #810052;
}
</style>
background-color css
<style>
a { background-color: #810052; }
a { background-color: rgb(129,0,82); }
div.DivClassName
{
background-color: #810052;
}
.BgClassName
{
background-color: #810052;
}
</style>
border-color css
<style>
span { border-color: #810052; }
span { border-color: rgb(129,0,82); }
td.TdClassName
{
border-color: #810052;
}
.TagClassName
{
border-color: #810052;
}
</style>