Shades of Eminence #7A377B
Tints of Eminence #7A377B
RGB
CMYK
RGB Variations
Color information
#7A377B (or 0x7A377B) is known color: Eminence. HEX triplet: 7A, 37 and 7B. RGB value is (122,55,123). Sum of RGB (Red+Green+Blue) = 122+55+123=300 (39% of max value = 765). Red value is 122 (48.05% from 255 or 40.67% from 300); Green value is 55 (21.88% from 255 or 18.33% from 300); Blue value is 123 (48.44% from 255 or 41% from 300); Max value from RGB is 123 - color contains mainly: blue. Hex color #7A377B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A377B is #85C884. Grayscale: #525252. Windows color (decimal): -8767621 or 8075130. OLE color: 8075130.
HSL color Cylindrical-coordinate representation of color #7A377B: hue angle of 299.12º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7A377B is Cyan = 0.01, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 55 | 123 | - |
| CMYK | 0.01 | 0.55 | 0 | 0.52 |
| HSL | 299.12º | 0.38% | 0.35% | - |
| HSV(B) | 299.12º | 0.55% | 0.48% | - |
| XYZ | 12.97 | 8.3 | 19.66 | - |
| YUV | 82.79 | 150.7 | 155.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 55 | 123 | 0.01 | 0.55 | 0 | 0.52 | 299.12 | 0.38 | 0.35 |
| Hex | 7A | 37 | 7B | 1 | 37 | 0 | 34 | 12B | 26 | 23 |
| Octal | 172 | 67 | 173 | 1 | 67 | 0 | 64 | 453 | 46 | 43 |
| Binary | 1111010 | 110111 | 1111011 | 1 | 110111 | 0 | 110100 | 100101011 | 100110 | 100011 |
Color Harmonies of #7A377B
Complementary color
Monochromatic Colors of #7A377B
Black with #7A377B
Text Example
Text Example
White with #7A377B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A377B; }
p { color: rgb(122,55,123); }
H1.HeaderClassName
{
color: #7A377B;
}
.AnyTagClassName
{
color: #7A377B;
}
</style>
background-color css
<style>
a { background-color: #7A377B; }
a { background-color: rgb(122,55,123); }
div.DivClassName
{
background-color: #7A377B;
}
.BgClassName
{
background-color: #7A377B;
}
</style>
border-color css
<style>
span { border-color: #7A377B; }
span { border-color: rgb(122,55,123); }
td.TdClassName
{
border-color: #7A377B;
}
.TagClassName
{
border-color: #7A377B;
}
</style>