Shades of Eggplant #810058
Tints of Eggplant #810058
RGB
CMYK
RGB Variations
Color information
#810058 (or 0x810058) is known color: Eggplant. HEX triplet: 81, 00 and 58. RGB value is (129,0,88). Sum of RGB (Red+Green+Blue) = 129+0+88=217 (28% of max value = 765). Red value is 129 (50.78% from 255 or 59.45% from 217); Green value is 0 (0.39% from 255 or 0% from 217); Blue value is 88 (34.77% from 255 or 40.55% from 217); Max value from RGB is 129 - color contains mainly: red. Hex color #810058 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #810058 is #7EFFA7. Grayscale: #303030. Windows color (decimal): -8322984 or 5767297. OLE color: 5767297.
HSL color Cylindrical-coordinate representation of color #810058: hue angle of 319.07º 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 #810058 is Cyan = 0, Magento = 1, Yellow = 0.32 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 0 | 88 | - |
| CMYK | 0 | 1 | 0.32 | 0.49 |
| HSL | 319.07º | 1% | 0.25% | - |
| HSV(B) | 319.07º | 1% | 0.51% | - |
| XYZ | 10.81 | 5.37 | 9.7 | - |
| YUV | 48.6 | 150.24 | 185.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 0 | 88 | 0 | 1 | 0.32 | 0.49 | 319.07 | 1 | 0.25 |
| Hex | 81 | 0 | 58 | 0 | 64 | 20 | 31 | 13F | 64 | 19 |
| Octal | 201 | 0 | 130 | 0 | 144 | 40 | 61 | 477 | 144 | 31 |
| Binary | 10000001 | 0 | 1011000 | 0 | 1100100 | 100000 | 110001 | 100111111 | 1100100 | 11001 |
Color Harmonies of #810058
Complementary color
Monochromatic Colors of #810058
Black with #810058
Text Example
Text Example
White with #810058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810058; }
p { color: rgb(129,0,88); }
H1.HeaderClassName
{
color: #810058;
}
.AnyTagClassName
{
color: #810058;
}
</style>
background-color css
<style>
a { background-color: #810058; }
a { background-color: rgb(129,0,88); }
div.DivClassName
{
background-color: #810058;
}
.BgClassName
{
background-color: #810058;
}
</style>
border-color css
<style>
span { border-color: #810058; }
span { border-color: rgb(129,0,88); }
td.TdClassName
{
border-color: #810058;
}
.TagClassName
{
border-color: #810058;
}
</style>