Shades of Eggplant #810755
Tints of Eggplant #810755
RGB
CMYK
RGB Variations
Color information
#810755 (or 0x810755) is known color: Eggplant. HEX triplet: 81, 07 and 55. RGB value is (129,7,85). Sum of RGB (Red+Green+Blue) = 129+7+85=221 (29% of max value = 765). Red value is 129 (50.78% from 255 or 58.37% from 221); Green value is 7 (3.12% from 255 or 3.17% from 221); Blue value is 85 (33.59% from 255 or 38.46% from 221); Max value from RGB is 129 - color contains mainly: red. Hex color #810755 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #810755 is #7EF8AA. Grayscale: #343434. Windows color (decimal): -8321195 or 5572481. OLE color: 5572481.
HSL color Cylindrical-coordinate representation of color #810755: hue angle of 321.64º 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 #810755 is Cyan = 0, Magento = 0.95, Yellow = 0.34 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 7 | 85 | - |
| CMYK | 0 | 0.95 | 0.34 | 0.49 |
| HSL | 321.64º | 0.9% | 0.27% | - |
| HSV(B) | 321.64º | 0.95% | 0.51% | - |
| XYZ | 10.77 | 5.47 | 9.08 | - |
| YUV | 52.37 | 146.42 | 182.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 7 | 85 | 0 | 0.95 | 0.34 | 0.49 | 321.64 | 0.9 | 0.27 |
| Hex | 81 | 7 | 55 | 0 | 5F | 22 | 31 | 142 | 5A | 1B |
| Octal | 201 | 7 | 125 | 0 | 137 | 42 | 61 | 502 | 132 | 33 |
| Binary | 10000001 | 111 | 1010101 | 0 | 1011111 | 100010 | 110001 | 101000010 | 1011010 | 11011 |
Color Harmonies of #810755
Complementary color
Monochromatic Colors of #810755
Black with #810755
Text Example
Text Example
White with #810755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810755; }
p { color: rgb(129,7,85); }
H1.HeaderClassName
{
color: #810755;
}
.AnyTagClassName
{
color: #810755;
}
</style>
background-color css
<style>
a { background-color: #810755; }
a { background-color: rgb(129,7,85); }
div.DivClassName
{
background-color: #810755;
}
.BgClassName
{
background-color: #810755;
}
</style>
border-color css
<style>
span { border-color: #810755; }
span { border-color: rgb(129,7,85); }
td.TdClassName
{
border-color: #810755;
}
.TagClassName
{
border-color: #810755;
}
</style>