Shades of Eggplant #830752
Tints of Eggplant #830752
RGB
CMYK
RGB Variations
Color information
#830752 (or 0x830752) is known color: Eggplant. HEX triplet: 83, 07 and 52. RGB value is (131,7,82). Sum of RGB (Red+Green+Blue) = 131+7+82=220 (29% of max value = 765). Red value is 131 (51.56% from 255 or 59.55% from 220); Green value is 7 (3.12% from 255 or 3.18% from 220); Blue value is 82 (32.42% from 255 or 37.27% from 220); Max value from RGB is 131 - color contains mainly: red. Hex color #830752 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830752 is #7CF8AD. Grayscale: #343434. Windows color (decimal): -8190126 or 5375875. OLE color: 5375875.
HSL color Cylindrical-coordinate representation of color #830752: hue angle of 323.71º 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 #830752 is Cyan = 0, Magento = 0.95, Yellow = 0.37 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 7 | 82 | - |
| CMYK | 0 | 0.95 | 0.37 | 0.49 |
| HSL | 323.71º | 0.9% | 0.27% | - |
| HSV(B) | 323.71º | 0.95% | 0.51% | - |
| XYZ | 10.96 | 5.59 | 8.48 | - |
| YUV | 52.63 | 144.58 | 183.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 7 | 82 | 0 | 0.95 | 0.37 | 0.49 | 323.71 | 0.9 | 0.27 |
| Hex | 83 | 7 | 52 | 0 | 5F | 25 | 31 | 144 | 5A | 1B |
| Octal | 203 | 7 | 122 | 0 | 137 | 45 | 61 | 504 | 132 | 33 |
| Binary | 10000011 | 111 | 1010010 | 0 | 1011111 | 100101 | 110001 | 101000100 | 1011010 | 11011 |
Color Harmonies of #830752
Complementary color
Monochromatic Colors of #830752
Black with #830752
Text Example
Text Example
White with #830752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830752; }
p { color: rgb(131,7,82); }
H1.HeaderClassName
{
color: #830752;
}
.AnyTagClassName
{
color: #830752;
}
</style>
background-color css
<style>
a { background-color: #830752; }
a { background-color: rgb(131,7,82); }
div.DivClassName
{
background-color: #830752;
}
.BgClassName
{
background-color: #830752;
}
</style>
border-color css
<style>
span { border-color: #830752; }
span { border-color: rgb(131,7,82); }
td.TdClassName
{
border-color: #830752;
}
.TagClassName
{
border-color: #830752;
}
</style>