Shades of Eggplant #7D0B5A
Tints of Eggplant #7D0B5A
RGB
CMYK
RGB Variations
Color information
#7D0B5A (or 0x7D0B5A) is known color: Eggplant. HEX triplet: 7D, 0B and 5A. RGB value is (125,11,90). Sum of RGB (Red+Green+Blue) = 125+11+90=226 (29% of max value = 765). Red value is 125 (49.22% from 255 or 55.31% from 226); Green value is 11 (4.69% from 255 or 4.87% from 226); Blue value is 90 (35.55% from 255 or 39.82% from 226); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0B5A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D0B5A is #82F4A5. Grayscale: #353535. Windows color (decimal): -8582310 or 5901181. OLE color: 5901181.
HSL color Cylindrical-coordinate representation of color #7D0B5A: hue angle of 318.42º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7D0B5A is Cyan = 0, Magento = 0.91, Yellow = 0.28 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 11 | 90 | - |
| CMYK | 0 | 0.91 | 0.28 | 0.51 |
| HSL | 318.42º | 0.84% | 0.27% | - |
| HSV(B) | 318.42º | 0.91% | 0.49% | - |
| XYZ | 10.42 | 5.34 | 10.15 | - |
| YUV | 54.09 | 148.27 | 178.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 11 | 90 | 0 | 0.91 | 0.28 | 0.51 | 318.42 | 0.84 | 0.27 |
| Hex | 7D | B | 5A | 0 | 5B | 1C | 33 | 13E | 54 | 1B |
| Octal | 175 | 13 | 132 | 0 | 133 | 34 | 63 | 476 | 124 | 33 |
| Binary | 1111101 | 1011 | 1011010 | 0 | 1011011 | 11100 | 110011 | 100111110 | 1010100 | 11011 |
Color Harmonies of #7D0B5A
Complementary color
Monochromatic Colors of #7D0B5A
Black with #7D0B5A
Text Example
Text Example
White with #7D0B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D0B5A; }
p { color: rgb(125,11,90); }
H1.HeaderClassName
{
color: #7D0B5A;
}
.AnyTagClassName
{
color: #7D0B5A;
}
</style>
background-color css
<style>
a { background-color: #7D0B5A; }
a { background-color: rgb(125,11,90); }
div.DivClassName
{
background-color: #7D0B5A;
}
.BgClassName
{
background-color: #7D0B5A;
}
</style>
border-color css
<style>
span { border-color: #7D0B5A; }
span { border-color: rgb(125,11,90); }
td.TdClassName
{
border-color: #7D0B5A;
}
.TagClassName
{
border-color: #7D0B5A;
}
</style>