Shades of Eggplant #85074C
Tints of Eggplant #85074C
RGB
CMYK
RGB Variations
Color information
#85074C (or 0x85074C) is known color: Eggplant. HEX triplet: 85, 07 and 4C. RGB value is (133,7,76). Sum of RGB (Red+Green+Blue) = 133+7+76=216 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.57% from 216); Green value is 7 (3.12% from 255 or 3.24% from 216); Blue value is 76 (30.08% from 255 or 35.19% from 216); Max value from RGB is 133 - color contains mainly: red. Hex color #85074C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85074C is #7AF8B3. Grayscale: #343434. Windows color (decimal): -8059060 or 4982661. OLE color: 4982661.
HSL color Cylindrical-coordinate representation of color #85074C: hue angle of 327.14º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #85074C is Cyan = 0, Magento = 0.95, Yellow = 0.43 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 7 | 76 | - |
| CMYK | 0 | 0.95 | 0.43 | 0.48 |
| HSL | 327.14º | 0.9% | 0.27% | - |
| HSV(B) | 327.14º | 0.95% | 0.52% | - |
| XYZ | 11.05 | 5.66 | 7.35 | - |
| YUV | 52.54 | 141.24 | 185.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 7 | 76 | 0 | 0.95 | 0.43 | 0.48 | 327.14 | 0.9 | 0.27 |
| Hex | 85 | 7 | 4C | 0 | 5F | 2B | 30 | 147 | 5A | 1B |
| Octal | 205 | 7 | 114 | 0 | 137 | 53 | 60 | 507 | 132 | 33 |
| Binary | 10000101 | 111 | 1001100 | 0 | 1011111 | 101011 | 110000 | 101000111 | 1011010 | 11011 |
Color Harmonies of #85074C
Complementary color
Monochromatic Colors of #85074C
Black with #85074C
Text Example
Text Example
White with #85074C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85074C; }
p { color: rgb(133,7,76); }
H1.HeaderClassName
{
color: #85074C;
}
.AnyTagClassName
{
color: #85074C;
}
</style>
background-color css
<style>
a { background-color: #85074C; }
a { background-color: rgb(133,7,76); }
div.DivClassName
{
background-color: #85074C;
}
.BgClassName
{
background-color: #85074C;
}
</style>
border-color css
<style>
span { border-color: #85074C; }
span { border-color: rgb(133,7,76); }
td.TdClassName
{
border-color: #85074C;
}
.TagClassName
{
border-color: #85074C;
}
</style>