Shades of Eggplant #7B005B
Tints of Eggplant #7B005B
RGB
CMYK
RGB Variations
Color information
#7B005B (or 0x7B005B) is known color: Eggplant. HEX triplet: 7B, 00 and 5B. RGB value is (123,0,91). Sum of RGB (Red+Green+Blue) = 123+0+91=214 (28% of max value = 765). Red value is 123 (48.44% from 255 or 57.48% from 214); Green value is 0 (0.39% from 255 or 0% from 214); Blue value is 91 (35.94% from 255 or 42.52% from 214); Max value from RGB is 123 - color contains mainly: red. Hex color #7B005B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B005B is #84FFA4. Grayscale: #2E2E2E. Windows color (decimal): -8716197 or 5963899. OLE color: 5963899.
HSL color Cylindrical-coordinate representation of color #7B005B: hue angle of 315.61º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7B005B is Cyan = 0, Magento = 1, Yellow = 0.26 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 0 | 91 | - |
| CMYK | 0 | 1 | 0.26 | 0.52 |
| HSL | 315.61º | 1% | 0.24% | - |
| HSV(B) | 315.61º | 1% | 0.48% | - |
| XYZ | 10.06 | 4.97 | 10.33 | - |
| YUV | 47.15 | 152.75 | 182.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 0 | 91 | 0 | 1 | 0.26 | 0.52 | 315.61 | 1 | 0.24 |
| Hex | 7B | 0 | 5B | 0 | 64 | 1A | 34 | 13C | 64 | 18 |
| Octal | 173 | 0 | 133 | 0 | 144 | 32 | 64 | 474 | 144 | 30 |
| Binary | 1111011 | 0 | 1011011 | 0 | 1100100 | 11010 | 110100 | 100111100 | 1100100 | 11000 |
Color Harmonies of #7B005B
Complementary color
Monochromatic Colors of #7B005B
Black with #7B005B
Text Example
Text Example
White with #7B005B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B005B; }
p { color: rgb(123,0,91); }
H1.HeaderClassName
{
color: #7B005B;
}
.AnyTagClassName
{
color: #7B005B;
}
</style>
background-color css
<style>
a { background-color: #7B005B; }
a { background-color: rgb(123,0,91); }
div.DivClassName
{
background-color: #7B005B;
}
.BgClassName
{
background-color: #7B005B;
}
</style>
border-color css
<style>
span { border-color: #7B005B; }
span { border-color: rgb(123,0,91); }
td.TdClassName
{
border-color: #7B005B;
}
.TagClassName
{
border-color: #7B005B;
}
</style>