Shades of Eminence #7C417B
Tints of Eminence #7C417B
RGB
CMYK
RGB Variations
Color information
#7C417B (or 0x7C417B) is known color: Eminence. HEX triplet: 7C, 41 and 7B. RGB value is (124,65,123). Sum of RGB (Red+Green+Blue) = 124+65+123=312 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.74% from 312); Green value is 65 (25.78% from 255 or 20.83% from 312); Blue value is 123 (48.44% from 255 or 39.42% from 312); Max value from RGB is 124 - color contains mainly: red. Hex color #7C417B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C417B is #83BE84. Grayscale: #595959. Windows color (decimal): -8633989 or 8077692. OLE color: 8077692.
HSL color Cylindrical-coordinate representation of color #7C417B: hue angle of 301.02º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7C417B is Cyan = 0, Magento = 0.48, Yellow = 0.01 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 65 | 123 | - |
| CMYK | 0 | 0.48 | 0.01 | 0.51 |
| HSL | 301.02º | 0.31% | 0.37% | - |
| HSV(B) | 301.02º | 0.48% | 0.49% | - |
| XYZ | 13.78 | 9.5 | 19.85 | - |
| YUV | 89.25 | 147.05 | 152.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 65 | 123 | 0 | 0.48 | 0.01 | 0.51 | 301.02 | 0.31 | 0.37 |
| Hex | 7C | 41 | 7B | 0 | 30 | 1 | 33 | 12D | 1F | 25 |
| Octal | 174 | 101 | 173 | 0 | 60 | 1 | 63 | 455 | 37 | 45 |
| Binary | 1111100 | 1000001 | 1111011 | 0 | 110000 | 1 | 110011 | 100101101 | 11111 | 100101 |
Color Harmonies of #7C417B
Complementary color
Monochromatic Colors of #7C417B
Black with #7C417B
Text Example
Text Example
White with #7C417B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C417B; }
p { color: rgb(124,65,123); }
H1.HeaderClassName
{
color: #7C417B;
}
.AnyTagClassName
{
color: #7C417B;
}
</style>
background-color css
<style>
a { background-color: #7C417B; }
a { background-color: rgb(124,65,123); }
div.DivClassName
{
background-color: #7C417B;
}
.BgClassName
{
background-color: #7C417B;
}
</style>
border-color css
<style>
span { border-color: #7C417B; }
span { border-color: rgb(124,65,123); }
td.TdClassName
{
border-color: #7C417B;
}
.TagClassName
{
border-color: #7C417B;
}
</style>