Shades of Eggplant #7D0B5F
Tints of Eggplant #7D0B5F
RGB
CMYK
RGB Variations
Color information
#7D0B5F (or 0x7D0B5F) is known color: Eggplant. HEX triplet: 7D, 0B and 5F. RGB value is (125,11,95). Sum of RGB (Red+Green+Blue) = 125+11+95=231 (30% of max value = 765). Red value is 125 (49.22% from 255 or 54.11% from 231); Green value is 11 (4.69% from 255 or 4.76% from 231); Blue value is 95 (37.5% from 255 or 41.13% from 231); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0B5F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D0B5F is #82F4A0. Grayscale: #363636. Windows color (decimal): -8582305 or 6228861. OLE color: 6228861.
HSL color Cylindrical-coordinate representation of color #7D0B5F: hue angle of 315.79º 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 #7D0B5F is Cyan = 0, Magento = 0.91, Yellow = 0.24 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 11 | 95 | - |
| CMYK | 0 | 0.91 | 0.24 | 0.51 |
| HSL | 315.79º | 0.84% | 0.27% | - |
| HSV(B) | 315.79º | 0.91% | 0.49% | - |
| XYZ | 10.64 | 5.43 | 11.31 | - |
| YUV | 54.66 | 150.77 | 178.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 11 | 95 | 0 | 0.91 | 0.24 | 0.51 | 315.79 | 0.84 | 0.27 |
| Hex | 7D | B | 5F | 0 | 5B | 18 | 33 | 13C | 54 | 1B |
| Octal | 175 | 13 | 137 | 0 | 133 | 30 | 63 | 474 | 124 | 33 |
| Binary | 1111101 | 1011 | 1011111 | 0 | 1011011 | 11000 | 110011 | 100111100 | 1010100 | 11011 |
Color Harmonies of #7D0B5F
Complementary color
Monochromatic Colors of #7D0B5F
Black with #7D0B5F
Text Example
Text Example
White with #7D0B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D0B5F; }
p { color: rgb(125,11,95); }
H1.HeaderClassName
{
color: #7D0B5F;
}
.AnyTagClassName
{
color: #7D0B5F;
}
</style>
background-color css
<style>
a { background-color: #7D0B5F; }
a { background-color: rgb(125,11,95); }
div.DivClassName
{
background-color: #7D0B5F;
}
.BgClassName
{
background-color: #7D0B5F;
}
</style>
border-color css
<style>
span { border-color: #7D0B5F; }
span { border-color: rgb(125,11,95); }
td.TdClassName
{
border-color: #7D0B5F;
}
.TagClassName
{
border-color: #7D0B5F;
}
</style>