Shades of Eggplant #810763
Tints of Eggplant #810763
RGB
CMYK
RGB Variations
Color information
#810763 (or 0x810763) is known color: Eggplant. HEX triplet: 81, 07 and 63. RGB value is (129,7,99). Sum of RGB (Red+Green+Blue) = 129+7+99=235 (31% of max value = 765). Red value is 129 (50.78% from 255 or 54.89% from 235); Green value is 7 (3.12% from 255 or 2.98% from 235); Blue value is 99 (39.06% from 255 or 42.13% from 235); Max value from RGB is 129 - color contains mainly: red. Hex color #810763 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #810763 is #7EF89C. Grayscale: #353535. Windows color (decimal): -8321181 or 6489985. OLE color: 6489985.
HSL color Cylindrical-coordinate representation of color #810763: hue angle of 314.75º 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 #810763 is Cyan = 0, Magento = 0.95, Yellow = 0.23 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 7 | 99 | - |
| CMYK | 0 | 0.95 | 0.23 | 0.49 |
| HSL | 314.75º | 0.9% | 0.27% | - |
| HSV(B) | 314.75º | 0.95% | 0.51% | - |
| XYZ | 11.38 | 5.72 | 12.31 | - |
| YUV | 53.97 | 153.42 | 181.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 7 | 99 | 0 | 0.95 | 0.23 | 0.49 | 314.75 | 0.9 | 0.27 |
| Hex | 81 | 7 | 63 | 0 | 5F | 17 | 31 | 13B | 5A | 1B |
| Octal | 201 | 7 | 143 | 0 | 137 | 27 | 61 | 473 | 132 | 33 |
| Binary | 10000001 | 111 | 1100011 | 0 | 1011111 | 10111 | 110001 | 100111011 | 1011010 | 11011 |
Color Harmonies of #810763
Complementary color
Monochromatic Colors of #810763
Black with #810763
Text Example
Text Example
White with #810763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810763; }
p { color: rgb(129,7,99); }
H1.HeaderClassName
{
color: #810763;
}
.AnyTagClassName
{
color: #810763;
}
</style>
background-color css
<style>
a { background-color: #810763; }
a { background-color: rgb(129,7,99); }
div.DivClassName
{
background-color: #810763;
}
.BgClassName
{
background-color: #810763;
}
</style>
border-color css
<style>
span { border-color: #810763; }
span { border-color: rgb(129,7,99); }
td.TdClassName
{
border-color: #810763;
}
.TagClassName
{
border-color: #810763;
}
</style>