Shades of Eggplant #7A005B
Tints of Eggplant #7A005B
RGB
CMYK
RGB Variations
Color information
#7A005B (or 0x7A005B) is known color: Eggplant. HEX triplet: 7A, 00 and 5B. RGB value is (122,0,91). Sum of RGB (Red+Green+Blue) = 122+0+91=213 (28% of max value = 765). Red value is 122 (48.05% from 255 or 57.28% from 213); Green value is 0 (0.39% from 255 or 0% from 213); Blue value is 91 (35.94% from 255 or 42.72% from 213); Max value from RGB is 122 - color contains mainly: red. Hex color #7A005B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A005B is #85FFA4. Grayscale: #2E2E2E. Windows color (decimal): -8781733 or 5963898. OLE color: 5963898.
HSL color Cylindrical-coordinate representation of color #7A005B: hue angle of 315.25º 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 #7A005B is Cyan = 0, Magento = 1, Yellow = 0.25 and Black (K on CMYK) = 0.52.
Color convert
RGB | 122 | 0 | 91 | - |
CMYK | 0 | 1 | 0.25 | 0.52 |
HSL | 315.25º | 1% | 0.24% | - |
HSV(B) | 315.25º | 1% | 0.48% | - |
XYZ | 9.91 | 4.89 | 10.32 | - |
YUV | 46.85 | 152.92 | 181.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 122 | 0 | 91 | 0 | 1 | 0.25 | 0.52 | 315.25 | 1 | 0.24 |
Hex | 7A | 0 | 5B | 0 | 64 | 19 | 34 | 13B | 64 | 18 |
Octal | 172 | 0 | 133 | 0 | 144 | 31 | 64 | 473 | 144 | 30 |
Binary | 1111010 | 0 | 1011011 | 0 | 1100100 | 11001 | 110100 | 100111011 | 1100100 | 11000 |
Color Harmonies of #7A005B
Complementary color
Monochromatic Colors of #7A005B
Black with #7A005B
Text Example
Text Example
White with #7A005B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A005B; }
p { color: rgb(122,0,91); }
H1.HeaderClassName
{
color: #7A005B;
}
.AnyTagClassName
{
color: #7A005B;
}
</style>
background-color css
<style>
a { background-color: #7A005B; }
a { background-color: rgb(122,0,91); }
div.DivClassName
{
background-color: #7A005B;
}
.BgClassName
{
background-color: #7A005B;
}
</style>
border-color css
<style>
span { border-color: #7A005B; }
span { border-color: rgb(122,0,91); }
td.TdClassName
{
border-color: #7A005B;
}
.TagClassName
{
border-color: #7A005B;
}
</style>