Shades of Eminence #7A2A80
Tints of Eminence #7A2A80
RGB
CMYK
RGB Variations
Color information
#7A2A80 (or 0x7A2A80) is known color: Eminence. HEX triplet: 7A, 2A and 80. RGB value is (122,42,128). Sum of RGB (Red+Green+Blue) = 122+42+128=292 (38% of max value = 765). Red value is 122 (48.05% from 255 or 41.78% from 292); Green value is 42 (16.80% from 255 or 14.38% from 292); Blue value is 128 (50.39% from 255 or 43.84% from 292); Max value from RGB is 128 - color contains mainly: blue. Hex color #7A2A80 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A2A80 is #85D57F. Grayscale: #4B4B4B. Windows color (decimal): -8770944 or 8399482. OLE color: 8399482.
HSL color Cylindrical-coordinate representation of color #7A2A80: hue angle of 295.81º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7A2A80 is Cyan = 0.05, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 122 | 42 | 128 | - |
| CMYK | 0.05 | 0.67 | 0 | 0.50 |
| HSL | 295.81º | 0.51% | 0.33% | - |
| HSV(B) | 295.81º | 0.67% | 0.5% | - |
| XYZ | 12.75 | 7.35 | 21.17 | - |
| YUV | 75.72 | 157.5 | 161.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 42 | 128 | 0.05 | 0.67 | 0 | 0.50 | 295.81 | 0.51 | 0.33 |
| Hex | 7A | 2A | 80 | 5 | 43 | 0 | 32 | 128 | 33 | 21 |
| Octal | 172 | 52 | 200 | 5 | 103 | 0 | 62 | 450 | 63 | 41 |
| Binary | 1111010 | 101010 | 10000000 | 101 | 1000011 | 0 | 110010 | 100101000 | 110011 | 100001 |
Color Harmonies of #7A2A80
Complementary color
Monochromatic Colors of #7A2A80
Black with #7A2A80
Text Example
Text Example
White with #7A2A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2A80; }
p { color: rgb(122,42,128); }
H1.HeaderClassName
{
color: #7A2A80;
}
.AnyTagClassName
{
color: #7A2A80;
}
</style>
background-color css
<style>
a { background-color: #7A2A80; }
a { background-color: rgb(122,42,128); }
div.DivClassName
{
background-color: #7A2A80;
}
.BgClassName
{
background-color: #7A2A80;
}
</style>
border-color css
<style>
span { border-color: #7A2A80; }
span { border-color: rgb(122,42,128); }
td.TdClassName
{
border-color: #7A2A80;
}
.TagClassName
{
border-color: #7A2A80;
}
</style>