Shades of Eggplant #7B045F
Tints of Eggplant #7B045F
RGB
CMYK
RGB Variations
Color information
#7B045F (or 0x7B045F) is known color: Eggplant. HEX triplet: 7B, 04 and 5F. RGB value is (123,4,95). Sum of RGB (Red+Green+Blue) = 123+4+95=222 (29% of max value = 765). Red value is 123 (48.44% from 255 or 55.41% from 222); Green value is 4 (1.95% from 255 or 1.80% from 222); Blue value is 95 (37.5% from 255 or 42.79% from 222); Max value from RGB is 123 - color contains mainly: red. Hex color #7B045F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B045F is #84FBA0. Grayscale: #313131. Windows color (decimal): -8715169 or 6227067. OLE color: 6227067.
HSL color Cylindrical-coordinate representation of color #7B045F: hue angle of 314.12º 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 #7B045F is Cyan = 0, Magento = 0.97, Yellow = 0.23 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 4 | 95 | - |
| CMYK | 0 | 0.97 | 0.23 | 0.52 |
| HSL | 314.12º | 0.94% | 0.25% | - |
| HSV(B) | 314.12º | 0.97% | 0.48% | - |
| XYZ | 10.28 | 5.12 | 11.27 | - |
| YUV | 49.96 | 153.42 | 180.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 4 | 95 | 0 | 0.97 | 0.23 | 0.52 | 314.12 | 0.94 | 0.25 |
| Hex | 7B | 4 | 5F | 0 | 61 | 17 | 34 | 13A | 5E | 19 |
| Octal | 173 | 4 | 137 | 0 | 141 | 27 | 64 | 472 | 136 | 31 |
| Binary | 1111011 | 100 | 1011111 | 0 | 1100001 | 10111 | 110100 | 100111010 | 1011110 | 11001 |
Color Harmonies of #7B045F
Complementary color
Monochromatic Colors of #7B045F
Black with #7B045F
Text Example
Text Example
White with #7B045F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B045F; }
p { color: rgb(123,4,95); }
H1.HeaderClassName
{
color: #7B045F;
}
.AnyTagClassName
{
color: #7B045F;
}
</style>
background-color css
<style>
a { background-color: #7B045F; }
a { background-color: rgb(123,4,95); }
div.DivClassName
{
background-color: #7B045F;
}
.BgClassName
{
background-color: #7B045F;
}
</style>
border-color css
<style>
span { border-color: #7B045F; }
span { border-color: rgb(123,4,95); }
td.TdClassName
{
border-color: #7B045F;
}
.TagClassName
{
border-color: #7B045F;
}
</style>