Shades of Eminence #7A457F
Tints of Eminence #7A457F
RGB
CMYK
RGB Variations
Color information
#7A457F (or 0x7A457F) is known color: Eminence. HEX triplet: 7A, 45 and 7F. RGB value is (122,69,127). Sum of RGB (Red+Green+Blue) = 122+69+127=318 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.36% from 318); Green value is 69 (27.34% from 255 or 21.70% from 318); Blue value is 127 (50% from 255 or 39.94% from 318); Max value from RGB is 127 - color contains mainly: blue. Hex color #7A457F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A457F is #85BA80. Grayscale: #5B5B5B. Windows color (decimal): -8764033 or 8340858. OLE color: 8340858.
HSL color Cylindrical-coordinate representation of color #7A457F: hue angle of 294.83º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7A457F is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 122 | 69 | 127 | - |
| CMYK | 0.04 | 0.46 | 0 | 0.50 |
| HSL | 294.83º | 0.3% | 0.38% | - |
| HSV(B) | 294.83º | 0.46% | 0.5% | - |
| XYZ | 13.98 | 9.93 | 21.26 | - |
| YUV | 91.46 | 148.06 | 149.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 69 | 127 | 0.04 | 0.46 | 0 | 0.50 | 294.83 | 0.3 | 0.38 |
| Hex | 7A | 45 | 7F | 4 | 2E | 0 | 32 | 127 | 1E | 26 |
| Octal | 172 | 105 | 177 | 4 | 56 | 0 | 62 | 447 | 36 | 46 |
| Binary | 1111010 | 1000101 | 1111111 | 100 | 101110 | 0 | 110010 | 100100111 | 11110 | 100110 |
Color Harmonies of #7A457F
Complementary color
Monochromatic Colors of #7A457F
Black with #7A457F
Text Example
Text Example
White with #7A457F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A457F; }
p { color: rgb(122,69,127); }
H1.HeaderClassName
{
color: #7A457F;
}
.AnyTagClassName
{
color: #7A457F;
}
</style>
background-color css
<style>
a { background-color: #7A457F; }
a { background-color: rgb(122,69,127); }
div.DivClassName
{
background-color: #7A457F;
}
.BgClassName
{
background-color: #7A457F;
}
</style>
border-color css
<style>
span { border-color: #7A457F; }
span { border-color: rgb(122,69,127); }
td.TdClassName
{
border-color: #7A457F;
}
.TagClassName
{
border-color: #7A457F;
}
</style>