Shades of Eggplant #7B005C
Tints of Eggplant #7B005C
RGB
CMYK
RGB Variations
Color information
#7B005C (or 0x7B005C) is known color: Eggplant. HEX triplet: 7B, 00 and 5C. RGB value is (123,0,92). Sum of RGB (Red+Green+Blue) = 123+0+92=215 (28% of max value = 765). Red value is 123 (48.44% from 255 or 57.21% from 215); Green value is 0 (0.39% from 255 or 0% from 215); Blue value is 92 (36.33% from 255 or 42.79% from 215); Max value from RGB is 123 - color contains mainly: red. Hex color #7B005C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B005C is #84FFA3. Grayscale: #2F2F2F. Windows color (decimal): -8716196 or 6029435. OLE color: 6029435.
HSL color Cylindrical-coordinate representation of color #7B005C: hue angle of 315.12º 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 #7B005C is Cyan = 0, Magento = 1, Yellow = 0.25 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 0 | 92 | - |
| CMYK | 0 | 1 | 0.25 | 0.52 |
| HSL | 315.12º | 1% | 0.24% | - |
| HSV(B) | 315.12º | 1% | 0.48% | - |
| XYZ | 10.1 | 4.98 | 10.55 | - |
| YUV | 47.27 | 153.25 | 182.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 0 | 92 | 0 | 1 | 0.25 | 0.52 | 315.12 | 1 | 0.24 |
| Hex | 7B | 0 | 5C | 0 | 64 | 19 | 34 | 13B | 64 | 18 |
| Octal | 173 | 0 | 134 | 0 | 144 | 31 | 64 | 473 | 144 | 30 |
| Binary | 1111011 | 0 | 1011100 | 0 | 1100100 | 11001 | 110100 | 100111011 | 1100100 | 11000 |
Color Harmonies of #7B005C
Complementary color
Monochromatic Colors of #7B005C
Black with #7B005C
Text Example
Text Example
White with #7B005C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B005C; }
p { color: rgb(123,0,92); }
H1.HeaderClassName
{
color: #7B005C;
}
.AnyTagClassName
{
color: #7B005C;
}
</style>
background-color css
<style>
a { background-color: #7B005C; }
a { background-color: rgb(123,0,92); }
div.DivClassName
{
background-color: #7B005C;
}
.BgClassName
{
background-color: #7B005C;
}
</style>
border-color css
<style>
span { border-color: #7B005C; }
span { border-color: rgb(123,0,92); }
td.TdClassName
{
border-color: #7B005C;
}
.TagClassName
{
border-color: #7B005C;
}
</style>