Shades of Eminence #7A487D
Tints of Eminence #7A487D
RGB
CMYK
RGB Variations
Color information
#7A487D (or 0x7A487D) is known color: Eminence. HEX triplet: 7A, 48 and 7D. RGB value is (122,72,125). Sum of RGB (Red+Green+Blue) = 122+72+125=319 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.24% from 319); Green value is 72 (28.52% from 255 or 22.57% from 319); Blue value is 125 (49.22% from 255 or 39.18% from 319); Max value from RGB is 125 - color contains mainly: blue. Hex color #7A487D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A487D is #85B782. Grayscale: #5C5C5C. Windows color (decimal): -8763267 or 8210554. OLE color: 8210554.
HSL color Cylindrical-coordinate representation of color #7A487D: hue angle of 296.6º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7A487D is Cyan = 0.02, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 122 | 72 | 125 | - |
| CMYK | 0.02 | 0.42 | 0 | 0.51 |
| HSL | 296.6º | 0.27% | 0.39% | - |
| HSV(B) | 296.6º | 0.42% | 0.49% | - |
| XYZ | 14.05 | 10.25 | 20.64 | - |
| YUV | 92.99 | 146.07 | 148.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 72 | 125 | 0.02 | 0.42 | 0 | 0.51 | 296.6 | 0.27 | 0.39 |
| Hex | 7A | 48 | 7D | 2 | 2A | 0 | 33 | 129 | 1B | 27 |
| Octal | 172 | 110 | 175 | 2 | 52 | 0 | 63 | 451 | 33 | 47 |
| Binary | 1111010 | 1001000 | 1111101 | 10 | 101010 | 0 | 110011 | 100101001 | 11011 | 100111 |
Color Harmonies of #7A487D
Complementary color
Monochromatic Colors of #7A487D
Black with #7A487D
Text Example
Text Example
White with #7A487D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A487D; }
p { color: rgb(122,72,125); }
H1.HeaderClassName
{
color: #7A487D;
}
.AnyTagClassName
{
color: #7A487D;
}
</style>
background-color css
<style>
a { background-color: #7A487D; }
a { background-color: rgb(122,72,125); }
div.DivClassName
{
background-color: #7A487D;
}
.BgClassName
{
background-color: #7A487D;
}
</style>
border-color css
<style>
span { border-color: #7A487D; }
span { border-color: rgb(122,72,125); }
td.TdClassName
{
border-color: #7A487D;
}
.TagClassName
{
border-color: #7A487D;
}
</style>