Shades of Eggplant #83074F
Tints of Eggplant #83074F
RGB
CMYK
RGB Variations
Color information
#83074F (or 0x83074F) is known color: Eggplant. HEX triplet: 83, 07 and 4F. RGB value is (131,7,79). Sum of RGB (Red+Green+Blue) = 131+7+79=217 (28% of max value = 765). Red value is 131 (51.56% from 255 or 60.37% from 217); Green value is 7 (3.12% from 255 or 3.23% from 217); Blue value is 79 (31.25% from 255 or 36.41% from 217); Max value from RGB is 131 - color contains mainly: red. Hex color #83074F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83074F is #7CF8B0. Grayscale: #343434. Windows color (decimal): -8190129 or 5179267. OLE color: 5179267.
HSL color Cylindrical-coordinate representation of color #83074F: hue angle of 325.16º 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 #83074F is Cyan = 0, Magento = 0.95, Yellow = 0.40 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 7 | 79 | - |
| CMYK | 0 | 0.95 | 0.40 | 0.49 |
| HSL | 325.16º | 0.9% | 0.27% | - |
| HSV(B) | 325.16º | 0.95% | 0.51% | - |
| XYZ | 10.85 | 5.54 | 7.9 | - |
| YUV | 52.28 | 143.08 | 184.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 7 | 79 | 0 | 0.95 | 0.40 | 0.49 | 325.16 | 0.9 | 0.27 |
| Hex | 83 | 7 | 4F | 0 | 5F | 28 | 31 | 145 | 5A | 1B |
| Octal | 203 | 7 | 117 | 0 | 137 | 50 | 61 | 505 | 132 | 33 |
| Binary | 10000011 | 111 | 1001111 | 0 | 1011111 | 101000 | 110001 | 101000101 | 1011010 | 11011 |
Color Harmonies of #83074F
Complementary color
Monochromatic Colors of #83074F
Black with #83074F
Text Example
Text Example
White with #83074F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83074F; }
p { color: rgb(131,7,79); }
H1.HeaderClassName
{
color: #83074F;
}
.AnyTagClassName
{
color: #83074F;
}
</style>
background-color css
<style>
a { background-color: #83074F; }
a { background-color: rgb(131,7,79); }
div.DivClassName
{
background-color: #83074F;
}
.BgClassName
{
background-color: #83074F;
}
</style>
border-color css
<style>
span { border-color: #83074F; }
span { border-color: rgb(131,7,79); }
td.TdClassName
{
border-color: #83074F;
}
.TagClassName
{
border-color: #83074F;
}
</style>