Shades of Eminence #7A427E
Tints of Eminence #7A427E
RGB
CMYK
RGB Variations
Color information
#7A427E (or 0x7A427E) is known color: Eminence. HEX triplet: 7A, 42 and 7E. RGB value is (122,66,126). Sum of RGB (Red+Green+Blue) = 122+66+126=314 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.85% from 314); Green value is 66 (26.17% from 255 or 21.02% from 314); Blue value is 126 (49.61% from 255 or 40.13% from 314); Max value from RGB is 126 - color contains mainly: blue. Hex color #7A427E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A427E is #85BD81. Grayscale: #595959. Windows color (decimal): -8764802 or 8274554. OLE color: 8274554.
HSL color Cylindrical-coordinate representation of color #7A427E: hue angle of 296º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7A427E is Cyan = 0.03, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 122 | 66 | 126 | - |
| CMYK | 0.03 | 0.48 | 0 | 0.51 |
| HSL | 296º | 0.31% | 0.38% | - |
| HSV(B) | 296º | 0.48% | 0.49% | - |
| XYZ | 13.74 | 9.54 | 20.86 | - |
| YUV | 89.58 | 148.55 | 151.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 66 | 126 | 0.03 | 0.48 | 0 | 0.51 | 296 | 0.31 | 0.38 |
| Hex | 7A | 42 | 7E | 3 | 30 | 0 | 33 | 128 | 1F | 26 |
| Octal | 172 | 102 | 176 | 3 | 60 | 0 | 63 | 450 | 37 | 46 |
| Binary | 1111010 | 1000010 | 1111110 | 11 | 110000 | 0 | 110011 | 100101000 | 11111 | 100110 |
Color Harmonies of #7A427E
Complementary color
Monochromatic Colors of #7A427E
Black with #7A427E
Text Example
Text Example
White with #7A427E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A427E; }
p { color: rgb(122,66,126); }
H1.HeaderClassName
{
color: #7A427E;
}
.AnyTagClassName
{
color: #7A427E;
}
</style>
background-color css
<style>
a { background-color: #7A427E; }
a { background-color: rgb(122,66,126); }
div.DivClassName
{
background-color: #7A427E;
}
.BgClassName
{
background-color: #7A427E;
}
</style>
border-color css
<style>
span { border-color: #7A427E; }
span { border-color: rgb(122,66,126); }
td.TdClassName
{
border-color: #7A427E;
}
.TagClassName
{
border-color: #7A427E;
}
</style>