Shades of Eminence #7A4175
Tints of Eminence #7A4175
RGB
CMYK
RGB Variations
Color information
#7A4175 (or 0x7A4175) is known color: Eminence. HEX triplet: 7A, 41 and 75. RGB value is (122,65,117). Sum of RGB (Red+Green+Blue) = 122+65+117=304 (40% of max value = 765). Red value is 122 (48.05% from 255 or 40.13% from 304); Green value is 65 (25.78% from 255 or 21.38% from 304); Blue value is 117 (46.09% from 255 or 38.49% from 304); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4175 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A4175 is #85BE8A. Grayscale: #575757. Windows color (decimal): -8765067 or 7684474. OLE color: 7684474.
HSL color Cylindrical-coordinate representation of color #7A4175: hue angle of 305.26º 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 #7A4175 is Cyan = 0, Magento = 0.47, Yellow = 0.04 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 65 | 117 | - |
| CMYK | 0 | 0.47 | 0.04 | 0.52 |
| HSL | 305.26º | 0.3% | 0.37% | - |
| HSV(B) | 305.26º | 0.47% | 0.48% | - |
| XYZ | 13.13 | 9.2 | 17.91 | - |
| YUV | 87.97 | 144.38 | 152.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 65 | 117 | 0 | 0.47 | 0.04 | 0.52 | 305.26 | 0.3 | 0.37 |
| Hex | 7A | 41 | 75 | 0 | 2F | 4 | 34 | 131 | 1E | 25 |
| Octal | 172 | 101 | 165 | 0 | 57 | 4 | 64 | 461 | 36 | 45 |
| Binary | 1111010 | 1000001 | 1110101 | 0 | 101111 | 100 | 110100 | 100110001 | 11110 | 100101 |
Color Harmonies of #7A4175
Complementary color
Monochromatic Colors of #7A4175
Black with #7A4175
Text Example
Text Example
White with #7A4175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A4175; }
p { color: rgb(122,65,117); }
H1.HeaderClassName
{
color: #7A4175;
}
.AnyTagClassName
{
color: #7A4175;
}
</style>
background-color css
<style>
a { background-color: #7A4175; }
a { background-color: rgb(122,65,117); }
div.DivClassName
{
background-color: #7A4175;
}
.BgClassName
{
background-color: #7A4175;
}
</style>
border-color css
<style>
span { border-color: #7A4175; }
span { border-color: rgb(122,65,117); }
td.TdClassName
{
border-color: #7A4175;
}
.TagClassName
{
border-color: #7A4175;
}
</style>