Shades of Eggplant #7B045C
Tints of Eggplant #7B045C
RGB
CMYK
RGB Variations
Color information
#7B045C (or 0x7B045C) is known color: Eggplant. HEX triplet: 7B, 04 and 5C. RGB value is (123,4,92). Sum of RGB (Red+Green+Blue) = 123+4+92=219 (29% of max value = 765). Red value is 123 (48.44% from 255 or 56.16% from 219); Green value is 4 (1.95% from 255 or 1.83% from 219); Blue value is 92 (36.33% from 255 or 42.01% from 219); Max value from RGB is 123 - color contains mainly: red. Hex color #7B045C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B045C is #84FBA3. Grayscale: #313131. Windows color (decimal): -8715172 or 6030459. OLE color: 6030459.
HSL color Cylindrical-coordinate representation of color #7B045C: hue angle of 315.63º 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 #7B045C is Cyan = 0, Magento = 0.97, Yellow = 0.25 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 4 | 92 | - |
| CMYK | 0 | 0.97 | 0.25 | 0.52 |
| HSL | 315.63º | 0.94% | 0.25% | - |
| HSV(B) | 315.63º | 0.97% | 0.48% | - |
| XYZ | 10.14 | 5.07 | 10.57 | - |
| YUV | 49.61 | 151.92 | 180.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 4 | 92 | 0 | 0.97 | 0.25 | 0.52 | 315.63 | 0.94 | 0.25 |
| Hex | 7B | 4 | 5C | 0 | 61 | 19 | 34 | 13C | 5E | 19 |
| Octal | 173 | 4 | 134 | 0 | 141 | 31 | 64 | 474 | 136 | 31 |
| Binary | 1111011 | 100 | 1011100 | 0 | 1100001 | 11001 | 110100 | 100111100 | 1011110 | 11001 |
Color Harmonies of #7B045C
Complementary color
Monochromatic Colors of #7B045C
Black with #7B045C
Text Example
Text Example
White with #7B045C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B045C; }
p { color: rgb(123,4,92); }
H1.HeaderClassName
{
color: #7B045C;
}
.AnyTagClassName
{
color: #7B045C;
}
</style>
background-color css
<style>
a { background-color: #7B045C; }
a { background-color: rgb(123,4,92); }
div.DivClassName
{
background-color: #7B045C;
}
.BgClassName
{
background-color: #7B045C;
}
</style>
border-color css
<style>
span { border-color: #7B045C; }
span { border-color: rgb(123,4,92); }
td.TdClassName
{
border-color: #7B045C;
}
.TagClassName
{
border-color: #7B045C;
}
</style>