Shades of Eggplant #7D105C
Tints of Eggplant #7D105C
RGB
CMYK
RGB Variations
Color information
#7D105C (or 0x7D105C) is known color: Eggplant. HEX triplet: 7D, 10 and 5C. RGB value is (125,16,92). Sum of RGB (Red+Green+Blue) = 125+16+92=233 (30% of max value = 765). Red value is 125 (49.22% from 255 or 53.65% from 233); Green value is 16 (6.64% from 255 or 6.87% from 233); Blue value is 92 (36.33% from 255 or 39.48% from 233); Max value from RGB is 125 - color contains mainly: red. Hex color #7D105C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D105C is #82EFA3. Grayscale: #393939. Windows color (decimal): -8581028 or 6033533. OLE color: 6033533.
HSL color Cylindrical-coordinate representation of color #7D105C: hue angle of 318.17º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7D105C is Cyan = 0, Magento = 0.87, Yellow = 0.26 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 16 | 92 | - |
| CMYK | 0 | 0.87 | 0.26 | 0.51 |
| HSL | 318.17º | 0.77% | 0.28% | - |
| HSV(B) | 318.17º | 0.87% | 0.49% | - |
| XYZ | 10.57 | 5.5 | 10.63 | - |
| YUV | 57.26 | 147.61 | 176.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 16 | 92 | 0 | 0.87 | 0.26 | 0.51 | 318.17 | 0.77 | 0.28 |
| Hex | 7D | 10 | 5C | 0 | 57 | 1A | 33 | 13E | 4D | 1C |
| Octal | 175 | 20 | 134 | 0 | 127 | 32 | 63 | 476 | 115 | 34 |
| Binary | 1111101 | 10000 | 1011100 | 0 | 1010111 | 11010 | 110011 | 100111110 | 1001101 | 11100 |
Color Harmonies of #7D105C
Complementary color
Monochromatic Colors of #7D105C
Black with #7D105C
Text Example
Text Example
White with #7D105C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D105C; }
p { color: rgb(125,16,92); }
H1.HeaderClassName
{
color: #7D105C;
}
.AnyTagClassName
{
color: #7D105C;
}
</style>
background-color css
<style>
a { background-color: #7D105C; }
a { background-color: rgb(125,16,92); }
div.DivClassName
{
background-color: #7D105C;
}
.BgClassName
{
background-color: #7D105C;
}
</style>
border-color css
<style>
span { border-color: #7D105C; }
span { border-color: rgb(125,16,92); }
td.TdClassName
{
border-color: #7D105C;
}
.TagClassName
{
border-color: #7D105C;
}
</style>