Shades of Eminence #7C3E79
Tints of Eminence #7C3E79
RGB
CMYK
RGB Variations
Color information
#7C3E79 (or 0x7C3E79) is known color: Eminence. HEX triplet: 7C, 3E and 79. RGB value is (124,62,121). Sum of RGB (Red+Green+Blue) = 124+62+121=307 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.39% from 307); Green value is 62 (24.61% from 255 or 20.20% from 307); Blue value is 121 (47.66% from 255 or 39.41% from 307); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3E79 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C3E79 is #83C186. Grayscale: #575757. Windows color (decimal): -8634759 or 7945852. OLE color: 7945852.
HSL color Cylindrical-coordinate representation of color #7C3E79: hue angle of 302.9º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7C3E79 is Cyan = 0, Magento = 0.5, Yellow = 0.02 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 62 | 121 | - |
| CMYK | 0 | 0.5 | 0.02 | 0.51 |
| HSL | 302.9º | 0.33% | 0.36% | - |
| HSV(B) | 302.9º | 0.5% | 0.49% | - |
| XYZ | 13.49 | 9.11 | 19.14 | - |
| YUV | 87.26 | 147.04 | 154.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 62 | 121 | 0 | 0.5 | 0.02 | 0.51 | 302.9 | 0.33 | 0.36 |
| Hex | 7C | 3E | 79 | 0 | 32 | 2 | 33 | 12F | 21 | 24 |
| Octal | 174 | 76 | 171 | 0 | 62 | 2 | 63 | 457 | 41 | 44 |
| Binary | 1111100 | 111110 | 1111001 | 0 | 110010 | 10 | 110011 | 100101111 | 100001 | 100100 |
Color Harmonies of #7C3E79
Complementary color
Monochromatic Colors of #7C3E79
Black with #7C3E79
Text Example
Text Example
White with #7C3E79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C3E79; }
p { color: rgb(124,62,121); }
H1.HeaderClassName
{
color: #7C3E79;
}
.AnyTagClassName
{
color: #7C3E79;
}
</style>
background-color css
<style>
a { background-color: #7C3E79; }
a { background-color: rgb(124,62,121); }
div.DivClassName
{
background-color: #7C3E79;
}
.BgClassName
{
background-color: #7C3E79;
}
</style>
border-color css
<style>
span { border-color: #7C3E79; }
span { border-color: rgb(124,62,121); }
td.TdClassName
{
border-color: #7C3E79;
}
.TagClassName
{
border-color: #7C3E79;
}
</style>