Shades of Eggplant #7B0D5A
Tints of Eggplant #7B0D5A
RGB
CMYK
RGB Variations
Color information
#7B0D5A (or 0x7B0D5A) is known color: Eggplant. HEX triplet: 7B, 0D and 5A. RGB value is (123,13,90). Sum of RGB (Red+Green+Blue) = 123+13+90=226 (29% of max value = 765). Red value is 123 (48.44% from 255 or 54.42% from 226); Green value is 13 (5.47% from 255 or 5.75% from 226); Blue value is 90 (35.55% from 255 or 39.82% from 226); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0D5A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B0D5A is #84F2A5. Grayscale: #363636. Windows color (decimal): -8712870 or 5901691. OLE color: 5901691.
HSL color Cylindrical-coordinate representation of color #7B0D5A: hue angle of 318º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7B0D5A is Cyan = 0, Magento = 0.89, Yellow = 0.27 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 13 | 90 | - |
| CMYK | 0 | 0.89 | 0.27 | 0.52 |
| HSL | 318º | 0.81% | 0.27% | - |
| HSV(B) | 318º | 0.89% | 0.48% | - |
| XYZ | 10.16 | 5.24 | 10.15 | - |
| YUV | 54.67 | 147.94 | 176.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 13 | 90 | 0 | 0.89 | 0.27 | 0.52 | 318 | 0.81 | 0.27 |
| Hex | 7B | D | 5A | 0 | 59 | 1B | 34 | 13E | 51 | 1B |
| Octal | 173 | 15 | 132 | 0 | 131 | 33 | 64 | 476 | 121 | 33 |
| Binary | 1111011 | 1101 | 1011010 | 0 | 1011001 | 11011 | 110100 | 100111110 | 1010001 | 11011 |
Color Harmonies of #7B0D5A
Complementary color
Monochromatic Colors of #7B0D5A
Black with #7B0D5A
Text Example
Text Example
White with #7B0D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0D5A; }
p { color: rgb(123,13,90); }
H1.HeaderClassName
{
color: #7B0D5A;
}
.AnyTagClassName
{
color: #7B0D5A;
}
</style>
background-color css
<style>
a { background-color: #7B0D5A; }
a { background-color: rgb(123,13,90); }
div.DivClassName
{
background-color: #7B0D5A;
}
.BgClassName
{
background-color: #7B0D5A;
}
</style>
border-color css
<style>
span { border-color: #7B0D5A; }
span { border-color: rgb(123,13,90); }
td.TdClassName
{
border-color: #7B0D5A;
}
.TagClassName
{
border-color: #7B0D5A;
}
</style>