Shades of Eggplant #7D0363
Tints of Eggplant #7D0363
RGB
CMYK
RGB Variations
Color information
#7D0363 (or 0x7D0363) is known color: Eggplant. HEX triplet: 7D, 03 and 63. RGB value is (125,3,99). Sum of RGB (Red+Green+Blue) = 125+3+99=227 (30% of max value = 765). Red value is 125 (49.22% from 255 or 55.07% from 227); Green value is 3 (1.56% from 255 or 1.32% from 227); Blue value is 99 (39.06% from 255 or 43.61% from 227); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0363 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D0363 is #82FC9C. Grayscale: #323232. Windows color (decimal): -8584349 or 6488957. OLE color: 6488957.
HSL color Cylindrical-coordinate representation of color #7D0363: hue angle of 312.79º 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 #7D0363 is Cyan = 0, Magento = 0.98, Yellow = 0.21 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 3 | 99 | - |
| CMYK | 0 | 0.98 | 0.21 | 0.51 |
| HSL | 312.79º | 0.95% | 0.25% | - |
| HSV(B) | 312.79º | 0.98% | 0.49% | - |
| XYZ | 10.74 | 5.33 | 12.27 | - |
| YUV | 50.42 | 155.42 | 181.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 3 | 99 | 0 | 0.98 | 0.21 | 0.51 | 312.79 | 0.95 | 0.25 |
| Hex | 7D | 3 | 63 | 0 | 62 | 15 | 33 | 139 | 5F | 19 |
| Octal | 175 | 3 | 143 | 0 | 142 | 25 | 63 | 471 | 137 | 31 |
| Binary | 1111101 | 11 | 1100011 | 0 | 1100010 | 10101 | 110011 | 100111001 | 1011111 | 11001 |
Color Harmonies of #7D0363
Complementary color
Monochromatic Colors of #7D0363
Black with #7D0363
Text Example
Text Example
White with #7D0363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D0363; }
p { color: rgb(125,3,99); }
H1.HeaderClassName
{
color: #7D0363;
}
.AnyTagClassName
{
color: #7D0363;
}
</style>
background-color css
<style>
a { background-color: #7D0363; }
a { background-color: rgb(125,3,99); }
div.DivClassName
{
background-color: #7D0363;
}
.BgClassName
{
background-color: #7D0363;
}
</style>
border-color css
<style>
span { border-color: #7D0363; }
span { border-color: rgb(125,3,99); }
td.TdClassName
{
border-color: #7D0363;
}
.TagClassName
{
border-color: #7D0363;
}
</style>