Shades of Eminence #7A437E
Tints of Eminence #7A437E
RGB
CMYK
RGB Variations
Color information
#7A437E (or 0x7A437E) is known color: Eminence. HEX triplet: 7A, 43 and 7E. RGB value is (122,67,126). Sum of RGB (Red+Green+Blue) = 122+67+126=315 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.73% from 315); Green value is 67 (26.56% from 255 or 21.27% from 315); Blue value is 126 (49.61% from 255 or 40% from 315); Max value from RGB is 126 - color contains mainly: blue. Hex color #7A437E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A437E is #85BC81. Grayscale: #595959. Windows color (decimal): -8764546 or 8274810. OLE color: 8274810.
HSL color Cylindrical-coordinate representation of color #7A437E: hue angle of 295.93º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7A437E is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 122 | 67 | 126 | - |
| CMYK | 0.03 | 0.47 | 0 | 0.51 |
| HSL | 295.93º | 0.31% | 0.38% | - |
| HSV(B) | 295.93º | 0.47% | 0.49% | - |
| XYZ | 13.8 | 9.66 | 20.88 | - |
| YUV | 90.17 | 148.22 | 150.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 67 | 126 | 0.03 | 0.47 | 0 | 0.51 | 295.93 | 0.31 | 0.38 |
| Hex | 7A | 43 | 7E | 3 | 2F | 0 | 33 | 128 | 1F | 26 |
| Octal | 172 | 103 | 176 | 3 | 57 | 0 | 63 | 450 | 37 | 46 |
| Binary | 1111010 | 1000011 | 1111110 | 11 | 101111 | 0 | 110011 | 100101000 | 11111 | 100110 |
Color Harmonies of #7A437E
Complementary color
Monochromatic Colors of #7A437E
Black with #7A437E
Text Example
Text Example
White with #7A437E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A437E; }
p { color: rgb(122,67,126); }
H1.HeaderClassName
{
color: #7A437E;
}
.AnyTagClassName
{
color: #7A437E;
}
</style>
background-color css
<style>
a { background-color: #7A437E; }
a { background-color: rgb(122,67,126); }
div.DivClassName
{
background-color: #7A437E;
}
.BgClassName
{
background-color: #7A437E;
}
</style>
border-color css
<style>
span { border-color: #7A437E; }
span { border-color: rgb(122,67,126); }
td.TdClassName
{
border-color: #7A437E;
}
.TagClassName
{
border-color: #7A437E;
}
</style>