Shades of Eggplant #7D0854
Tints of Eggplant #7D0854
RGB
CMYK
RGB Variations
Color information
#7D0854 (or 0x7D0854) is known color: Eggplant. HEX triplet: 7D, 08 and 54. RGB value is (125,8,84). Sum of RGB (Red+Green+Blue) = 125+8+84=217 (28% of max value = 765). Red value is 125 (49.22% from 255 or 57.60% from 217); Green value is 8 (3.52% from 255 or 3.69% from 217); Blue value is 84 (33.20% from 255 or 38.71% from 217); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0854 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D0854 is #82F7AB. Grayscale: #333333. Windows color (decimal): -8583084 or 5507197. OLE color: 5507197.
HSL color Cylindrical-coordinate representation of color #7D0854: hue angle of 321.03º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7D0854 is Cyan = 0, Magento = 0.94, Yellow = 0.33 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 8 | 84 | - |
| CMYK | 0 | 0.94 | 0.33 | 0.51 |
| HSL | 321.03º | 0.88% | 0.26% | - |
| HSV(B) | 321.03º | 0.94% | 0.49% | - |
| XYZ | 10.14 | 5.17 | 8.85 | - |
| YUV | 51.65 | 146.26 | 180.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 8 | 84 | 0 | 0.94 | 0.33 | 0.51 | 321.03 | 0.88 | 0.26 |
| Hex | 7D | 8 | 54 | 0 | 5E | 21 | 33 | 141 | 58 | 1A |
| Octal | 175 | 10 | 124 | 0 | 136 | 41 | 63 | 501 | 130 | 32 |
| Binary | 1111101 | 1000 | 1010100 | 0 | 1011110 | 100001 | 110011 | 101000001 | 1011000 | 11010 |
Color Harmonies of #7D0854
Complementary color
Monochromatic Colors of #7D0854
Black with #7D0854
Text Example
Text Example
White with #7D0854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D0854; }
p { color: rgb(125,8,84); }
H1.HeaderClassName
{
color: #7D0854;
}
.AnyTagClassName
{
color: #7D0854;
}
</style>
background-color css
<style>
a { background-color: #7D0854; }
a { background-color: rgb(125,8,84); }
div.DivClassName
{
background-color: #7D0854;
}
.BgClassName
{
background-color: #7D0854;
}
</style>
border-color css
<style>
span { border-color: #7D0854; }
span { border-color: rgb(125,8,84); }
td.TdClassName
{
border-color: #7D0854;
}
.TagClassName
{
border-color: #7D0854;
}
</style>