Shades of Eminence #7A467B
Tints of Eminence #7A467B
RGB
CMYK
RGB Variations
Color information
#7A467B (or 0x7A467B) is known color: Eminence. HEX triplet: 7A, 46 and 7B. RGB value is (122,70,123). Sum of RGB (Red+Green+Blue) = 122+70+123=315 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.73% from 315); Green value is 70 (27.73% from 255 or 22.22% from 315); Blue value is 123 (48.44% from 255 or 39.05% from 315); Max value from RGB is 123 - color contains mainly: blue. Hex color #7A467B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A467B is #85B984. Grayscale: #5B5B5B. Windows color (decimal): -8763781 or 8078970. OLE color: 8078970.
HSL color Cylindrical-coordinate representation of color #7A467B: hue angle of 298.87º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7A467B is Cyan = 0.01, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 70 | 123 | - |
| CMYK | 0.01 | 0.43 | 0 | 0.52 |
| HSL | 298.87º | 0.27% | 0.38% | - |
| HSV(B) | 298.87º | 0.43% | 0.48% | - |
| XYZ | 13.79 | 9.95 | 19.93 | - |
| YUV | 91.59 | 145.73 | 149.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 70 | 123 | 0.01 | 0.43 | 0 | 0.52 | 298.87 | 0.27 | 0.38 |
| Hex | 7A | 46 | 7B | 1 | 2B | 0 | 34 | 12B | 1B | 26 |
| Octal | 172 | 106 | 173 | 1 | 53 | 0 | 64 | 453 | 33 | 46 |
| Binary | 1111010 | 1000110 | 1111011 | 1 | 101011 | 0 | 110100 | 100101011 | 11011 | 100110 |
Color Harmonies of #7A467B
Complementary color
Monochromatic Colors of #7A467B
Black with #7A467B
Text Example
Text Example
White with #7A467B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A467B; }
p { color: rgb(122,70,123); }
H1.HeaderClassName
{
color: #7A467B;
}
.AnyTagClassName
{
color: #7A467B;
}
</style>
background-color css
<style>
a { background-color: #7A467B; }
a { background-color: rgb(122,70,123); }
div.DivClassName
{
background-color: #7A467B;
}
.BgClassName
{
background-color: #7A467B;
}
</style>
border-color css
<style>
span { border-color: #7A467B; }
span { border-color: rgb(122,70,123); }
td.TdClassName
{
border-color: #7A467B;
}
.TagClassName
{
border-color: #7A467B;
}
</style>