Shades of Eggplant #7B0B5F
Tints of Eggplant #7B0B5F
RGB
CMYK
RGB Variations
Color information
#7B0B5F (or 0x7B0B5F) is known color: Eggplant. HEX triplet: 7B, 0B and 5F. RGB value is (123,11,95). Sum of RGB (Red+Green+Blue) = 123+11+95=229 (30% of max value = 765). Red value is 123 (48.44% from 255 or 53.71% from 229); Green value is 11 (4.69% from 255 or 4.80% from 229); Blue value is 95 (37.5% from 255 or 41.48% from 229); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0B5F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B0B5F is #84F4A0. Grayscale: #353535. Windows color (decimal): -8713377 or 6228859. OLE color: 6228859.
HSL color Cylindrical-coordinate representation of color #7B0B5F: hue angle of 315º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7B0B5F is Cyan = 0, Magento = 0.91, Yellow = 0.23 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 11 | 95 | - |
| CMYK | 0 | 0.91 | 0.23 | 0.52 |
| HSL | 315º | 0.84% | 0.26% | - |
| HSV(B) | 315º | 0.91% | 0.48% | - |
| XYZ | 10.35 | 5.28 | 11.3 | - |
| YUV | 54.06 | 151.11 | 177.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 11 | 95 | 0 | 0.91 | 0.23 | 0.52 | 315 | 0.84 | 0.26 |
| Hex | 7B | B | 5F | 0 | 5B | 17 | 34 | 13B | 54 | 1A |
| Octal | 173 | 13 | 137 | 0 | 133 | 27 | 64 | 473 | 124 | 32 |
| Binary | 1111011 | 1011 | 1011111 | 0 | 1011011 | 10111 | 110100 | 100111011 | 1010100 | 11010 |
Color Harmonies of #7B0B5F
Complementary color
Monochromatic Colors of #7B0B5F
Black with #7B0B5F
Text Example
Text Example
White with #7B0B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0B5F; }
p { color: rgb(123,11,95); }
H1.HeaderClassName
{
color: #7B0B5F;
}
.AnyTagClassName
{
color: #7B0B5F;
}
</style>
background-color css
<style>
a { background-color: #7B0B5F; }
a { background-color: rgb(123,11,95); }
div.DivClassName
{
background-color: #7B0B5F;
}
.BgClassName
{
background-color: #7B0B5F;
}
</style>
border-color css
<style>
span { border-color: #7B0B5F; }
span { border-color: rgb(123,11,95); }
td.TdClassName
{
border-color: #7B0B5F;
}
.TagClassName
{
border-color: #7B0B5F;
}
</style>