Shades of Eminence #7C3E6F
Tints of Eminence #7C3E6F
RGB
CMYK
RGB Variations
Color information
#7C3E6F (or 0x7C3E6F) is known color: Eminence. HEX triplet: 7C, 3E and 6F. RGB value is (124,62,111). Sum of RGB (Red+Green+Blue) = 124+62+111=297 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.75% from 297); Green value is 62 (24.61% from 255 or 20.88% from 297); Blue value is 111 (43.75% from 255 or 37.37% from 297); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3E6F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C3E6F is #83C190. Grayscale: #555555. Windows color (decimal): -8634769 or 7290492. OLE color: 7290492.
HSL color Cylindrical-coordinate representation of color #7C3E6F: hue angle of 312.58º 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 #7C3E6F is Cyan = 0, Magento = 0.5, Yellow = 0.10 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 62 | 111 | - |
| CMYK | 0 | 0.5 | 0.10 | 0.51 |
| HSL | 312.58º | 0.33% | 0.36% | - |
| HSV(B) | 312.58º | 0.5% | 0.49% | - |
| XYZ | 12.9 | 8.88 | 16.07 | - |
| YUV | 86.12 | 142.04 | 155.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 62 | 111 | 0 | 0.5 | 0.10 | 0.51 | 312.58 | 0.33 | 0.36 |
| Hex | 7C | 3E | 6F | 0 | 32 | A | 33 | 139 | 21 | 24 |
| Octal | 174 | 76 | 157 | 0 | 62 | 12 | 63 | 471 | 41 | 44 |
| Binary | 1111100 | 111110 | 1101111 | 0 | 110010 | 1010 | 110011 | 100111001 | 100001 | 100100 |
Color Harmonies of #7C3E6F
Complementary color
Monochromatic Colors of #7C3E6F
Black with #7C3E6F
Text Example
Text Example
White with #7C3E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C3E6F; }
p { color: rgb(124,62,111); }
H1.HeaderClassName
{
color: #7C3E6F;
}
.AnyTagClassName
{
color: #7C3E6F;
}
</style>
background-color css
<style>
a { background-color: #7C3E6F; }
a { background-color: rgb(124,62,111); }
div.DivClassName
{
background-color: #7C3E6F;
}
.BgClassName
{
background-color: #7C3E6F;
}
</style>
border-color css
<style>
span { border-color: #7C3E6F; }
span { border-color: rgb(124,62,111); }
td.TdClassName
{
border-color: #7C3E6F;
}
.TagClassName
{
border-color: #7C3E6F;
}
</style>