Shades of Eggplant #7D0357
Tints of Eggplant #7D0357
RGB
CMYK
RGB Variations
Color information
#7D0357 (or 0x7D0357) is known color: Eggplant. HEX triplet: 7D, 03 and 57. RGB value is (125,3,87). Sum of RGB (Red+Green+Blue) = 125+3+87=215 (28% of max value = 765). Red value is 125 (49.22% from 255 or 58.14% from 215); Green value is 3 (1.56% from 255 or 1.40% from 215); Blue value is 87 (34.38% from 255 or 40.47% from 215); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0357 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D0357 is #82FCA8. Grayscale: #303030. Windows color (decimal): -8584361 or 5702525. OLE color: 5702525.
HSL color Cylindrical-coordinate representation of color #7D0357: hue angle of 318.69º degrees, saturation: 0.95, 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 #7D0357 is Cyan = 0, Magento = 0.98, Yellow = 0.30 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 3 | 87 | - |
| CMYK | 0 | 0.98 | 0.30 | 0.51 |
| HSL | 318.69º | 0.95% | 0.25% | - |
| HSV(B) | 318.69º | 0.98% | 0.49% | - |
| XYZ | 10.21 | 5.11 | 9.47 | - |
| YUV | 49.05 | 149.42 | 182.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 3 | 87 | 0 | 0.98 | 0.30 | 0.51 | 318.69 | 0.95 | 0.25 |
| Hex | 7D | 3 | 57 | 0 | 62 | 1E | 33 | 13F | 5F | 19 |
| Octal | 175 | 3 | 127 | 0 | 142 | 36 | 63 | 477 | 137 | 31 |
| Binary | 1111101 | 11 | 1010111 | 0 | 1100010 | 11110 | 110011 | 100111111 | 1011111 | 11001 |
Color Harmonies of #7D0357
Complementary color
Monochromatic Colors of #7D0357
Black with #7D0357
Text Example
Text Example
White with #7D0357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D0357; }
p { color: rgb(125,3,87); }
H1.HeaderClassName
{
color: #7D0357;
}
.AnyTagClassName
{
color: #7D0357;
}
</style>
background-color css
<style>
a { background-color: #7D0357; }
a { background-color: rgb(125,3,87); }
div.DivClassName
{
background-color: #7D0357;
}
.BgClassName
{
background-color: #7D0357;
}
</style>
border-color css
<style>
span { border-color: #7D0357; }
span { border-color: rgb(125,3,87); }
td.TdClassName
{
border-color: #7D0357;
}
.TagClassName
{
border-color: #7D0357;
}
</style>