Shades of Eggplant #7D0254
Tints of Eggplant #7D0254
RGB
CMYK
RGB Variations
Color information
#7D0254 (or 0x7D0254) is known color: Eggplant. HEX triplet: 7D, 02 and 54. RGB value is (125,2,84). Sum of RGB (Red+Green+Blue) = 125+2+84=211 (27% of max value = 765). Red value is 125 (49.22% from 255 or 59.24% from 211); Green value is 2 (1.17% from 255 or 0.95% from 211); Blue value is 84 (33.20% from 255 or 39.81% from 211); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0254 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D0254 is #82FDAB. Grayscale: #2F2F2F. Windows color (decimal): -8584620 or 5505661. OLE color: 5505661.
HSL color Cylindrical-coordinate representation of color #7D0254: hue angle of 320º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7D0254 is Cyan = 0, Magento = 0.98, Yellow = 0.33 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 2 | 84 | - |
| CMYK | 0 | 0.98 | 0.33 | 0.51 |
| HSL | 320º | 0.97% | 0.25% | - |
| HSV(B) | 320º | 0.98% | 0.49% | - |
| XYZ | 10.08 | 5.04 | 8.83 | - |
| YUV | 48.13 | 148.25 | 182.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 2 | 84 | 0 | 0.98 | 0.33 | 0.51 | 320 | 0.97 | 0.25 |
| Hex | 7D | 2 | 54 | 0 | 62 | 21 | 33 | 140 | 61 | 19 |
| Octal | 175 | 2 | 124 | 0 | 142 | 41 | 63 | 500 | 141 | 31 |
| Binary | 1111101 | 10 | 1010100 | 0 | 1100010 | 100001 | 110011 | 101000000 | 1100001 | 11001 |
Color Harmonies of #7D0254
Complementary color
Monochromatic Colors of #7D0254
Black with #7D0254
Text Example
Text Example
White with #7D0254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D0254; }
p { color: rgb(125,2,84); }
H1.HeaderClassName
{
color: #7D0254;
}
.AnyTagClassName
{
color: #7D0254;
}
</style>
background-color css
<style>
a { background-color: #7D0254; }
a { background-color: rgb(125,2,84); }
div.DivClassName
{
background-color: #7D0254;
}
.BgClassName
{
background-color: #7D0254;
}
</style>
border-color css
<style>
span { border-color: #7D0254; }
span { border-color: rgb(125,2,84); }
td.TdClassName
{
border-color: #7D0254;
}
.TagClassName
{
border-color: #7D0254;
}
</style>