Shades of Eggplant #7B045D
Tints of Eggplant #7B045D
RGB
CMYK
RGB Variations
Color information
#7B045D (or 0x7B045D) is known color: Eggplant. HEX triplet: 7B, 04 and 5D. RGB value is (123,4,93). Sum of RGB (Red+Green+Blue) = 123+4+93=220 (29% of max value = 765). Red value is 123 (48.44% from 255 or 55.91% from 220); Green value is 4 (1.95% from 255 or 1.82% from 220); Blue value is 93 (36.72% from 255 or 42.27% from 220); Max value from RGB is 123 - color contains mainly: red. Hex color #7B045D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B045D is #84FBA2. Grayscale: #313131. Windows color (decimal): -8715171 or 6095995. OLE color: 6095995.
HSL color Cylindrical-coordinate representation of color #7B045D: hue angle of 315.13º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7B045D is Cyan = 0, Magento = 0.97, Yellow = 0.24 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 4 | 93 | - |
| CMYK | 0 | 0.97 | 0.24 | 0.52 |
| HSL | 315.13º | 0.94% | 0.25% | - |
| HSV(B) | 315.13º | 0.97% | 0.48% | - |
| XYZ | 10.19 | 5.09 | 10.8 | - |
| YUV | 49.73 | 152.42 | 180.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 4 | 93 | 0 | 0.97 | 0.24 | 0.52 | 315.13 | 0.94 | 0.25 |
| Hex | 7B | 4 | 5D | 0 | 61 | 18 | 34 | 13B | 5E | 19 |
| Octal | 173 | 4 | 135 | 0 | 141 | 30 | 64 | 473 | 136 | 31 |
| Binary | 1111011 | 100 | 1011101 | 0 | 1100001 | 11000 | 110100 | 100111011 | 1011110 | 11001 |
Color Harmonies of #7B045D
Complementary color
Monochromatic Colors of #7B045D
Black with #7B045D
Text Example
Text Example
White with #7B045D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B045D; }
p { color: rgb(123,4,93); }
H1.HeaderClassName
{
color: #7B045D;
}
.AnyTagClassName
{
color: #7B045D;
}
</style>
background-color css
<style>
a { background-color: #7B045D; }
a { background-color: rgb(123,4,93); }
div.DivClassName
{
background-color: #7B045D;
}
.BgClassName
{
background-color: #7B045D;
}
</style>
border-color css
<style>
span { border-color: #7B045D; }
span { border-color: rgb(123,4,93); }
td.TdClassName
{
border-color: #7B045D;
}
.TagClassName
{
border-color: #7B045D;
}
</style>