Shades of Eggplant #820755
Tints of Eggplant #820755
RGB
CMYK
RGB Variations
Color information
#820755 (or 0x820755) is known color: Eggplant. HEX triplet: 82, 07 and 55. RGB value is (130,7,85). Sum of RGB (Red+Green+Blue) = 130+7+85=222 (29% of max value = 765). Red value is 130 (51.17% from 255 or 58.56% from 222); Green value is 7 (3.12% from 255 or 3.15% from 222); Blue value is 85 (33.59% from 255 or 38.29% from 222); Max value from RGB is 130 - color contains mainly: red. Hex color #820755 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820755 is #7DF8AA. Grayscale: #343434. Windows color (decimal): -8255659 or 5572482. OLE color: 5572482.
HSL color Cylindrical-coordinate representation of color #820755: hue angle of 321.95º 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 #820755 is Cyan = 0, Magento = 0.95, Yellow = 0.35 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 7 | 85 | - |
| CMYK | 0 | 0.95 | 0.35 | 0.49 |
| HSL | 321.95º | 0.9% | 0.27% | - |
| HSV(B) | 321.95º | 0.95% | 0.51% | - |
| XYZ | 10.92 | 5.55 | 9.09 | - |
| YUV | 52.67 | 146.25 | 183.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 7 | 85 | 0 | 0.95 | 0.35 | 0.49 | 321.95 | 0.9 | 0.27 |
| Hex | 82 | 7 | 55 | 0 | 5F | 23 | 31 | 142 | 5A | 1B |
| Octal | 202 | 7 | 125 | 0 | 137 | 43 | 61 | 502 | 132 | 33 |
| Binary | 10000010 | 111 | 1010101 | 0 | 1011111 | 100011 | 110001 | 101000010 | 1011010 | 11011 |
Color Harmonies of #820755
Complementary color
Monochromatic Colors of #820755
Black with #820755
Text Example
Text Example
White with #820755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820755; }
p { color: rgb(130,7,85); }
H1.HeaderClassName
{
color: #820755;
}
.AnyTagClassName
{
color: #820755;
}
</style>
background-color css
<style>
a { background-color: #820755; }
a { background-color: rgb(130,7,85); }
div.DivClassName
{
background-color: #820755;
}
.BgClassName
{
background-color: #820755;
}
</style>
border-color css
<style>
span { border-color: #820755; }
span { border-color: rgb(130,7,85); }
td.TdClassName
{
border-color: #820755;
}
.TagClassName
{
border-color: #820755;
}
</style>