Shades of Eggplant #7D025B
Tints of Eggplant #7D025B
RGB
CMYK
RGB Variations
Color information
#7D025B (or 0x7D025B) is known color: Eggplant. HEX triplet: 7D, 02 and 5B. RGB value is (125,2,91). Sum of RGB (Red+Green+Blue) = 125+2+91=218 (28% of max value = 765). Red value is 125 (49.22% from 255 or 57.34% from 218); Green value is 2 (1.17% from 255 or 0.92% from 218); Blue value is 91 (35.94% from 255 or 41.74% from 218); Max value from RGB is 125 - color contains mainly: red. Hex color #7D025B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D025B is #82FDA4. Grayscale: #303030. Windows color (decimal): -8584613 or 5964413. OLE color: 5964413.
HSL color Cylindrical-coordinate representation of color #7D025B: hue angle of 316.59º 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 #7D025B is Cyan = 0, Magento = 0.98, Yellow = 0.27 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 2 | 91 | - |
| CMYK | 0 | 0.98 | 0.27 | 0.51 |
| HSL | 316.59º | 0.97% | 0.25% | - |
| HSV(B) | 316.59º | 0.98% | 0.49% | - |
| XYZ | 10.37 | 5.16 | 10.35 | - |
| YUV | 48.92 | 151.75 | 182.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 2 | 91 | 0 | 0.98 | 0.27 | 0.51 | 316.59 | 0.97 | 0.25 |
| Hex | 7D | 2 | 5B | 0 | 62 | 1B | 33 | 13D | 61 | 19 |
| Octal | 175 | 2 | 133 | 0 | 142 | 33 | 63 | 475 | 141 | 31 |
| Binary | 1111101 | 10 | 1011011 | 0 | 1100010 | 11011 | 110011 | 100111101 | 1100001 | 11001 |
Color Harmonies of #7D025B
Complementary color
Monochromatic Colors of #7D025B
Black with #7D025B
Text Example
Text Example
White with #7D025B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D025B; }
p { color: rgb(125,2,91); }
H1.HeaderClassName
{
color: #7D025B;
}
.AnyTagClassName
{
color: #7D025B;
}
</style>
background-color css
<style>
a { background-color: #7D025B; }
a { background-color: rgb(125,2,91); }
div.DivClassName
{
background-color: #7D025B;
}
.BgClassName
{
background-color: #7D025B;
}
</style>
border-color css
<style>
span { border-color: #7D025B; }
span { border-color: rgb(125,2,91); }
td.TdClassName
{
border-color: #7D025B;
}
.TagClassName
{
border-color: #7D025B;
}
</style>