Shades of Eminence #7A4174
Tints of Eminence #7A4174
RGB
CMYK
RGB Variations
Color information
#7A4174 (or 0x7A4174) is known color: Eminence. HEX triplet: 7A, 41 and 74. RGB value is (122,65,116). Sum of RGB (Red+Green+Blue) = 122+65+116=303 (40% of max value = 765). Red value is 122 (48.05% from 255 or 40.26% from 303); Green value is 65 (25.78% from 255 or 21.45% from 303); Blue value is 116 (45.70% from 255 or 38.28% from 303); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4174 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A4174 is #85BE8B. Grayscale: #575757. Windows color (decimal): -8765068 or 7618938. OLE color: 7618938.
HSL color Cylindrical-coordinate representation of color #7A4174: hue angle of 306.32º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7A4174 is Cyan = 0, Magento = 0.47, Yellow = 0.05 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 65 | 116 | - |
| CMYK | 0 | 0.47 | 0.05 | 0.52 |
| HSL | 306.32º | 0.3% | 0.37% | - |
| HSV(B) | 306.32º | 0.47% | 0.48% | - |
| XYZ | 13.07 | 9.18 | 17.61 | - |
| YUV | 87.86 | 143.88 | 152.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 65 | 116 | 0 | 0.47 | 0.05 | 0.52 | 306.32 | 0.3 | 0.37 |
| Hex | 7A | 41 | 74 | 0 | 2F | 5 | 34 | 132 | 1E | 25 |
| Octal | 172 | 101 | 164 | 0 | 57 | 5 | 64 | 462 | 36 | 45 |
| Binary | 1111010 | 1000001 | 1110100 | 0 | 101111 | 101 | 110100 | 100110010 | 11110 | 100101 |
Color Harmonies of #7A4174
Complementary color
Monochromatic Colors of #7A4174
Black with #7A4174
Text Example
Text Example
White with #7A4174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A4174; }
p { color: rgb(122,65,116); }
H1.HeaderClassName
{
color: #7A4174;
}
.AnyTagClassName
{
color: #7A4174;
}
</style>
background-color css
<style>
a { background-color: #7A4174; }
a { background-color: rgb(122,65,116); }
div.DivClassName
{
background-color: #7A4174;
}
.BgClassName
{
background-color: #7A4174;
}
</style>
border-color css
<style>
span { border-color: #7A4174; }
span { border-color: rgb(122,65,116); }
td.TdClassName
{
border-color: #7A4174;
}
.TagClassName
{
border-color: #7A4174;
}
</style>