Shades of Eggplant #7D015B
Tints of Eggplant #7D015B
RGB
CMYK
RGB Variations
Color information
#7D015B (or 0x7D015B) is known color: Eggplant. HEX triplet: 7D, 01 and 5B. RGB value is (125,1,91). Sum of RGB (Red+Green+Blue) = 125+1+91=217 (28% of max value = 765). Red value is 125 (49.22% from 255 or 57.60% from 217); Green value is 1 (0.78% from 255 or 0.46% from 217); Blue value is 91 (35.94% from 255 or 41.94% from 217); Max value from RGB is 125 - color contains mainly: red. Hex color #7D015B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D015B is #82FEA4. Grayscale: #303030. Windows color (decimal): -8584869 or 5964157. OLE color: 5964157.
HSL color Cylindrical-coordinate representation of color #7D015B: hue angle of 316.45º 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 #7D015B is Cyan = 0, Magento = 0.99, Yellow = 0.27 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 1 | 91 | - |
| CMYK | 0 | 0.99 | 0.27 | 0.51 |
| HSL | 316.45º | 0.98% | 0.25% | - |
| HSV(B) | 316.45º | 0.99% | 0.49% | - |
| XYZ | 10.36 | 5.14 | 10.34 | - |
| YUV | 48.34 | 152.08 | 182.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 1 | 91 | 0 | 0.99 | 0.27 | 0.51 | 316.45 | 0.98 | 0.25 |
| Hex | 7D | 1 | 5B | 0 | 63 | 1B | 33 | 13C | 62 | 19 |
| Octal | 175 | 1 | 133 | 0 | 143 | 33 | 63 | 474 | 142 | 31 |
| Binary | 1111101 | 1 | 1011011 | 0 | 1100011 | 11011 | 110011 | 100111100 | 1100010 | 11001 |
Color Harmonies of #7D015B
Complementary color
Monochromatic Colors of #7D015B
Black with #7D015B
Text Example
Text Example
White with #7D015B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D015B; }
p { color: rgb(125,1,91); }
H1.HeaderClassName
{
color: #7D015B;
}
.AnyTagClassName
{
color: #7D015B;
}
</style>
background-color css
<style>
a { background-color: #7D015B; }
a { background-color: rgb(125,1,91); }
div.DivClassName
{
background-color: #7D015B;
}
.BgClassName
{
background-color: #7D015B;
}
</style>
border-color css
<style>
span { border-color: #7D015B; }
span { border-color: rgb(125,1,91); }
td.TdClassName
{
border-color: #7D015B;
}
.TagClassName
{
border-color: #7D015B;
}
</style>