Shades of Eminence #7C347C
Tints of Eminence #7C347C
RGB
CMYK
RGB Variations
Color information
#7C347C (or 0x7C347C) is known color: Eminence. HEX triplet: 7C, 34 and 7C. RGB value is (124,52,124). Sum of RGB (Red+Green+Blue) = 124+52+124=300 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.33% from 300); Green value is 52 (20.70% from 255 or 17.33% from 300); Blue value is 124 (48.83% from 255 or 41.33% from 300); Max value from RGB is 124 - color contains mainly: red, blue. Hex color #7C347C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C347C is #83CB83. Grayscale: #515151. Windows color (decimal): -8637316 or 8139900. OLE color: 8139900.
HSL color Cylindrical-coordinate representation of color #7C347C: hue angle of 300º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7C347C is Cyan = 0, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 52 | 124 | - |
| CMYK | 0 | 0.58 | 0 | 0.51 |
| HSL | 300º | 0.41% | 0.35% | - |
| HSV(B) | 300º | 0.58% | 0.49% | - |
| XYZ | 13.18 | 8.2 | 19.96 | - |
| YUV | 81.74 | 151.85 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 52 | 124 | 0 | 0.58 | 0 | 0.51 | 300 | 0.41 | 0.35 |
| Hex | 7C | 34 | 7C | 0 | 3A | 0 | 33 | 12C | 29 | 23 |
| Octal | 174 | 64 | 174 | 0 | 72 | 0 | 63 | 454 | 51 | 43 |
| Binary | 1111100 | 110100 | 1111100 | 0 | 111010 | 0 | 110011 | 100101100 | 101001 | 100011 |
Color Harmonies of #7C347C
Complementary color
Monochromatic Colors of #7C347C
Black with #7C347C
Text Example
Text Example
White with #7C347C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C347C; }
p { color: rgb(124,52,124); }
H1.HeaderClassName
{
color: #7C347C;
}
.AnyTagClassName
{
color: #7C347C;
}
</style>
background-color css
<style>
a { background-color: #7C347C; }
a { background-color: rgb(124,52,124); }
div.DivClassName
{
background-color: #7C347C;
}
.BgClassName
{
background-color: #7C347C;
}
</style>
border-color css
<style>
span { border-color: #7C347C; }
span { border-color: rgb(124,52,124); }
td.TdClassName
{
border-color: #7C347C;
}
.TagClassName
{
border-color: #7C347C;
}
</style>