Shades of Eggplant #820352
Tints of Eggplant #820352
RGB
CMYK
RGB Variations
Color information
#820352 (or 0x820352) is known color: Eggplant. HEX triplet: 82, 03 and 52. RGB value is (130,3,82). Sum of RGB (Red+Green+Blue) = 130+3+82=215 (28% of max value = 765). Red value is 130 (51.17% from 255 or 60.47% from 215); Green value is 3 (1.56% from 255 or 1.40% from 215); Blue value is 82 (32.42% from 255 or 38.14% from 215); Max value from RGB is 130 - color contains mainly: red. Hex color #820352 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820352 is #7DFCAD. Grayscale: #313131. Windows color (decimal): -8256686 or 5374850. OLE color: 5374850.
HSL color Cylindrical-coordinate representation of color #820352: hue angle of 322.68º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #820352 is Cyan = 0, Magento = 0.98, Yellow = 0.37 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 3 | 82 | - |
| CMYK | 0 | 0.98 | 0.37 | 0.49 |
| HSL | 322.68º | 0.95% | 0.26% | - |
| HSV(B) | 322.68º | 0.98% | 0.51% | - |
| XYZ | 10.76 | 5.42 | 8.46 | - |
| YUV | 49.98 | 146.08 | 185.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 3 | 82 | 0 | 0.98 | 0.37 | 0.49 | 322.68 | 0.95 | 0.26 |
| Hex | 82 | 3 | 52 | 0 | 62 | 25 | 31 | 143 | 5F | 1A |
| Octal | 202 | 3 | 122 | 0 | 142 | 45 | 61 | 503 | 137 | 32 |
| Binary | 10000010 | 11 | 1010010 | 0 | 1100010 | 100101 | 110001 | 101000011 | 1011111 | 11010 |
Color Harmonies of #820352
Complementary color
Monochromatic Colors of #820352
Black with #820352
Text Example
Text Example
White with #820352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820352; }
p { color: rgb(130,3,82); }
H1.HeaderClassName
{
color: #820352;
}
.AnyTagClassName
{
color: #820352;
}
</style>
background-color css
<style>
a { background-color: #820352; }
a { background-color: rgb(130,3,82); }
div.DivClassName
{
background-color: #820352;
}
.BgClassName
{
background-color: #820352;
}
</style>
border-color css
<style>
span { border-color: #820352; }
span { border-color: rgb(130,3,82); }
td.TdClassName
{
border-color: #820352;
}
.TagClassName
{
border-color: #820352;
}
</style>