Shades of Eggplant #7D105B
Tints of Eggplant #7D105B
RGB
CMYK
RGB Variations
Color information
#7D105B (or 0x7D105B) is known color: Eggplant. HEX triplet: 7D, 10 and 5B. RGB value is (125,16,91). Sum of RGB (Red+Green+Blue) = 125+16+91=232 (30% of max value = 765). Red value is 125 (49.22% from 255 or 53.88% from 232); Green value is 16 (6.64% from 255 or 6.90% from 232); Blue value is 91 (35.94% from 255 or 39.22% from 232); Max value from RGB is 125 - color contains mainly: red. Hex color #7D105B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D105B is #82EFA4. Grayscale: #383838. Windows color (decimal): -8581029 or 5967997. OLE color: 5967997.
HSL color Cylindrical-coordinate representation of color #7D105B: hue angle of 318.72º 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 #7D105B is Cyan = 0, Magento = 0.87, Yellow = 0.27 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 16 | 91 | - |
| CMYK | 0 | 0.87 | 0.27 | 0.51 |
| HSL | 318.72º | 0.77% | 0.28% | - |
| HSV(B) | 318.72º | 0.87% | 0.49% | - |
| XYZ | 10.53 | 5.49 | 10.4 | - |
| YUV | 57.14 | 147.11 | 176.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 16 | 91 | 0 | 0.87 | 0.27 | 0.51 | 318.72 | 0.77 | 0.28 |
| Hex | 7D | 10 | 5B | 0 | 57 | 1B | 33 | 13F | 4D | 1C |
| Octal | 175 | 20 | 133 | 0 | 127 | 33 | 63 | 477 | 115 | 34 |
| Binary | 1111101 | 10000 | 1011011 | 0 | 1010111 | 11011 | 110011 | 100111111 | 1001101 | 11100 |
Color Harmonies of #7D105B
Complementary color
Monochromatic Colors of #7D105B
Black with #7D105B
Text Example
Text Example
White with #7D105B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D105B; }
p { color: rgb(125,16,91); }
H1.HeaderClassName
{
color: #7D105B;
}
.AnyTagClassName
{
color: #7D105B;
}
</style>
background-color css
<style>
a { background-color: #7D105B; }
a { background-color: rgb(125,16,91); }
div.DivClassName
{
background-color: #7D105B;
}
.BgClassName
{
background-color: #7D105B;
}
</style>
border-color css
<style>
span { border-color: #7D105B; }
span { border-color: rgb(125,16,91); }
td.TdClassName
{
border-color: #7D105B;
}
.TagClassName
{
border-color: #7D105B;
}
</style>