Shades of Eggplant #820751
Tints of Eggplant #820751
RGB
CMYK
RGB Variations
Color information
#820751 (or 0x820751) is known color: Eggplant. HEX triplet: 82, 07 and 51. RGB value is (130,7,81). Sum of RGB (Red+Green+Blue) = 130+7+81=218 (28% of max value = 765). Red value is 130 (51.17% from 255 or 59.63% from 218); Green value is 7 (3.12% from 255 or 3.21% from 218); Blue value is 81 (32.03% from 255 or 37.16% from 218); Max value from RGB is 130 - color contains mainly: red. Hex color #820751 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820751 is #7DF8AE. Grayscale: #343434. Windows color (decimal): -8255663 or 5310338. OLE color: 5310338.
HSL color Cylindrical-coordinate representation of color #820751: hue angle of 323.9º 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 #820751 is Cyan = 0, Magento = 0.95, Yellow = 0.38 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 7 | 81 | - |
| CMYK | 0 | 0.95 | 0.38 | 0.49 |
| HSL | 323.9º | 0.9% | 0.27% | - |
| HSV(B) | 323.9º | 0.95% | 0.51% | - |
| XYZ | 10.77 | 5.49 | 8.28 | - |
| YUV | 52.21 | 144.25 | 183.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 7 | 81 | 0 | 0.95 | 0.38 | 0.49 | 323.9 | 0.9 | 0.27 |
| Hex | 82 | 7 | 51 | 0 | 5F | 26 | 31 | 144 | 5A | 1B |
| Octal | 202 | 7 | 121 | 0 | 137 | 46 | 61 | 504 | 132 | 33 |
| Binary | 10000010 | 111 | 1010001 | 0 | 1011111 | 100110 | 110001 | 101000100 | 1011010 | 11011 |
Color Harmonies of #820751
Complementary color
Monochromatic Colors of #820751
Black with #820751
Text Example
Text Example
White with #820751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820751; }
p { color: rgb(130,7,81); }
H1.HeaderClassName
{
color: #820751;
}
.AnyTagClassName
{
color: #820751;
}
</style>
background-color css
<style>
a { background-color: #820751; }
a { background-color: rgb(130,7,81); }
div.DivClassName
{
background-color: #820751;
}
.BgClassName
{
background-color: #820751;
}
</style>
border-color css
<style>
span { border-color: #820751; }
span { border-color: rgb(130,7,81); }
td.TdClassName
{
border-color: #820751;
}
.TagClassName
{
border-color: #820751;
}
</style>