Shades of Eminence #7A3475
Tints of Eminence #7A3475
RGB
CMYK
RGB Variations
Color information
#7A3475 (or 0x7A3475) is known color: Eminence. HEX triplet: 7A, 34 and 75. RGB value is (122,52,117). Sum of RGB (Red+Green+Blue) = 122+52+117=291 (38% of max value = 765). Red value is 122 (48.05% from 255 or 41.92% from 291); Green value is 52 (20.70% from 255 or 17.87% from 291); Blue value is 117 (46.09% from 255 or 40.21% from 291); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3475 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A3475 is #85CB8A. Grayscale: #505050. Windows color (decimal): -8768395 or 7681146. OLE color: 7681146.
HSL color Cylindrical-coordinate representation of color #7A3475: hue angle of 304.29º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7A3475 is Cyan = 0, Magento = 0.57, Yellow = 0.04 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 52 | 117 | - |
| CMYK | 0 | 0.57 | 0.04 | 0.52 |
| HSL | 304.29º | 0.4% | 0.34% | - |
| HSV(B) | 304.29º | 0.57% | 0.48% | - |
| XYZ | 12.46 | 7.88 | 17.69 | - |
| YUV | 80.34 | 148.69 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 52 | 117 | 0 | 0.57 | 0.04 | 0.52 | 304.29 | 0.4 | 0.34 |
| Hex | 7A | 34 | 75 | 0 | 39 | 4 | 34 | 130 | 28 | 22 |
| Octal | 172 | 64 | 165 | 0 | 71 | 4 | 64 | 460 | 50 | 42 |
| Binary | 1111010 | 110100 | 1110101 | 0 | 111001 | 100 | 110100 | 100110000 | 101000 | 100010 |
Color Harmonies of #7A3475
Complementary color
Monochromatic Colors of #7A3475
Black with #7A3475
Text Example
Text Example
White with #7A3475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3475; }
p { color: rgb(122,52,117); }
H1.HeaderClassName
{
color: #7A3475;
}
.AnyTagClassName
{
color: #7A3475;
}
</style>
background-color css
<style>
a { background-color: #7A3475; }
a { background-color: rgb(122,52,117); }
div.DivClassName
{
background-color: #7A3475;
}
.BgClassName
{
background-color: #7A3475;
}
</style>
border-color css
<style>
span { border-color: #7A3475; }
span { border-color: rgb(122,52,117); }
td.TdClassName
{
border-color: #7A3475;
}
.TagClassName
{
border-color: #7A3475;
}
</style>