Shades of Eggplant #7D0163
Tints of Eggplant #7D0163
RGB
CMYK
RGB Variations
Color information
#7D0163 (or 0x7D0163) is known color: Eggplant. HEX triplet: 7D, 01 and 63. RGB value is (125,1,99). Sum of RGB (Red+Green+Blue) = 125+1+99=225 (29% of max value = 765). Red value is 125 (49.22% from 255 or 55.56% from 225); Green value is 1 (0.78% from 255 or 0.44% from 225); Blue value is 99 (39.06% from 255 or 44% from 225); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0163 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D0163 is #82FE9C. Grayscale: #303030. Windows color (decimal): -8584861 or 6488445. OLE color: 6488445.
HSL color Cylindrical-coordinate representation of color #7D0163: hue angle of 312.58º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7D0163 is Cyan = 0, Magento = 0.99, Yellow = 0.21 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 1 | 99 | - |
| CMYK | 0 | 0.99 | 0.21 | 0.51 |
| HSL | 312.58º | 0.98% | 0.25% | - |
| HSV(B) | 312.58º | 0.99% | 0.49% | - |
| XYZ | 10.72 | 5.28 | 12.26 | - |
| YUV | 49.25 | 156.08 | 182.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 1 | 99 | 0 | 0.99 | 0.21 | 0.51 | 312.58 | 0.98 | 0.25 |
| Hex | 7D | 1 | 63 | 0 | 63 | 15 | 33 | 139 | 62 | 19 |
| Octal | 175 | 1 | 143 | 0 | 143 | 25 | 63 | 471 | 142 | 31 |
| Binary | 1111101 | 1 | 1100011 | 0 | 1100011 | 10101 | 110011 | 100111001 | 1100010 | 11001 |
Color Harmonies of #7D0163
Complementary color
Monochromatic Colors of #7D0163
Black with #7D0163
Text Example
Text Example
White with #7D0163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D0163; }
p { color: rgb(125,1,99); }
H1.HeaderClassName
{
color: #7D0163;
}
.AnyTagClassName
{
color: #7D0163;
}
</style>
background-color css
<style>
a { background-color: #7D0163; }
a { background-color: rgb(125,1,99); }
div.DivClassName
{
background-color: #7D0163;
}
.BgClassName
{
background-color: #7D0163;
}
</style>
border-color css
<style>
span { border-color: #7D0163; }
span { border-color: rgb(125,1,99); }
td.TdClassName
{
border-color: #7D0163;
}
.TagClassName
{
border-color: #7D0163;
}
</style>