Shades of Eggplant #7D015C
Tints of Eggplant #7D015C
RGB
CMYK
RGB Variations
Color information
#7D015C (or 0x7D015C) is known color: Eggplant. HEX triplet: 7D, 01 and 5C. RGB value is (125,1,92). Sum of RGB (Red+Green+Blue) = 125+1+92=218 (28% of max value = 765). Red value is 125 (49.22% from 255 or 57.34% from 218); Green value is 1 (0.78% from 255 or 0.46% from 218); Blue value is 92 (36.33% from 255 or 42.20% from 218); Max value from RGB is 125 - color contains mainly: red. Hex color #7D015C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D015C is #82FEA3. Grayscale: #303030. Windows color (decimal): -8584868 or 6029693. OLE color: 6029693.
HSL color Cylindrical-coordinate representation of color #7D015C: hue angle of 315.97º 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 #7D015C is Cyan = 0, Magento = 0.99, Yellow = 0.26 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 1 | 92 | - |
| CMYK | 0 | 0.99 | 0.26 | 0.51 |
| HSL | 315.97º | 0.98% | 0.25% | - |
| HSV(B) | 315.97º | 0.99% | 0.49% | - |
| XYZ | 10.4 | 5.15 | 10.57 | - |
| YUV | 48.45 | 152.58 | 182.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 1 | 92 | 0 | 0.99 | 0.26 | 0.51 | 315.97 | 0.98 | 0.25 |
| Hex | 7D | 1 | 5C | 0 | 63 | 1A | 33 | 13C | 62 | 19 |
| Octal | 175 | 1 | 134 | 0 | 143 | 32 | 63 | 474 | 142 | 31 |
| Binary | 1111101 | 1 | 1011100 | 0 | 1100011 | 11010 | 110011 | 100111100 | 1100010 | 11001 |
Color Harmonies of #7D015C
Complementary color
Monochromatic Colors of #7D015C
Black with #7D015C
Text Example
Text Example
White with #7D015C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D015C; }
p { color: rgb(125,1,92); }
H1.HeaderClassName
{
color: #7D015C;
}
.AnyTagClassName
{
color: #7D015C;
}
</style>
background-color css
<style>
a { background-color: #7D015C; }
a { background-color: rgb(125,1,92); }
div.DivClassName
{
background-color: #7D015C;
}
.BgClassName
{
background-color: #7D015C;
}
</style>
border-color css
<style>
span { border-color: #7D015C; }
span { border-color: rgb(125,1,92); }
td.TdClassName
{
border-color: #7D015C;
}
.TagClassName
{
border-color: #7D015C;
}
</style>