Shades of Eggplant #810C52
Tints of Eggplant #810C52
RGB
CMYK
RGB Variations
Color information
#810C52 (or 0x810C52) is known color: Eggplant. HEX triplet: 81, 0C and 52. RGB value is (129,12,82). Sum of RGB (Red+Green+Blue) = 129+12+82=223 (29% of max value = 765). Red value is 129 (50.78% from 255 or 57.85% from 223); Green value is 12 (5.08% from 255 or 5.38% from 223); Blue value is 82 (32.42% from 255 or 36.77% from 223); Max value from RGB is 129 - color contains mainly: red. Hex color #810C52 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #810C52 is #7EF3AD. Grayscale: #363636. Windows color (decimal): -8319918 or 5377153. OLE color: 5377153.
HSL color Cylindrical-coordinate representation of color #810C52: hue angle of 324.1º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #810C52 is Cyan = 0, Magento = 0.91, Yellow = 0.36 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 12 | 82 | - |
| CMYK | 0 | 0.91 | 0.36 | 0.49 |
| HSL | 324.1º | 0.83% | 0.28% | - |
| HSV(B) | 324.1º | 0.91% | 0.51% | - |
| XYZ | 10.71 | 5.54 | 8.49 | - |
| YUV | 54.96 | 143.26 | 180.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 12 | 82 | 0 | 0.91 | 0.36 | 0.49 | 324.1 | 0.83 | 0.28 |
| Hex | 81 | C | 52 | 0 | 5B | 24 | 31 | 144 | 53 | 1C |
| Octal | 201 | 14 | 122 | 0 | 133 | 44 | 61 | 504 | 123 | 34 |
| Binary | 10000001 | 1100 | 1010010 | 0 | 1011011 | 100100 | 110001 | 101000100 | 1010011 | 11100 |
Color Harmonies of #810C52
Complementary color
Monochromatic Colors of #810C52
Black with #810C52
Text Example
Text Example
White with #810C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810C52; }
p { color: rgb(129,12,82); }
H1.HeaderClassName
{
color: #810C52;
}
.AnyTagClassName
{
color: #810C52;
}
</style>
background-color css
<style>
a { background-color: #810C52; }
a { background-color: rgb(129,12,82); }
div.DivClassName
{
background-color: #810C52;
}
.BgClassName
{
background-color: #810C52;
}
</style>
border-color css
<style>
span { border-color: #810C52; }
span { border-color: rgb(129,12,82); }
td.TdClassName
{
border-color: #810C52;
}
.TagClassName
{
border-color: #810C52;
}
</style>