Shades of Eminence #7C3572
Tints of Eminence #7C3572
RGB
CMYK
RGB Variations
Color information
#7C3572 (or 0x7C3572) is known color: Eminence. HEX triplet: 7C, 35 and 72. RGB value is (124,53,114). Sum of RGB (Red+Green+Blue) = 124+53+114=291 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.61% from 291); Green value is 53 (21.09% from 255 or 18.21% from 291); Blue value is 114 (44.92% from 255 or 39.18% from 291); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3572 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C3572 is #83CA8D. Grayscale: #515151. Windows color (decimal): -8637070 or 7484796. OLE color: 7484796.
HSL color Cylindrical-coordinate representation of color #7C3572: hue angle of 308.45º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7C3572 is Cyan = 0, Magento = 0.57, Yellow = 0.08 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 53 | 114 | - |
| CMYK | 0 | 0.57 | 0.08 | 0.51 |
| HSL | 308.45º | 0.4% | 0.35% | - |
| HSV(B) | 308.45º | 0.57% | 0.49% | - |
| XYZ | 12.62 | 8.05 | 16.81 | - |
| YUV | 81.18 | 146.52 | 158.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 53 | 114 | 0 | 0.57 | 0.08 | 0.51 | 308.45 | 0.4 | 0.35 |
| Hex | 7C | 35 | 72 | 0 | 39 | 8 | 33 | 134 | 28 | 23 |
| Octal | 174 | 65 | 162 | 0 | 71 | 10 | 63 | 464 | 50 | 43 |
| Binary | 1111100 | 110101 | 1110010 | 0 | 111001 | 1000 | 110011 | 100110100 | 101000 | 100011 |
Color Harmonies of #7C3572
Complementary color
Monochromatic Colors of #7C3572
Black with #7C3572
Text Example
Text Example
White with #7C3572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C3572; }
p { color: rgb(124,53,114); }
H1.HeaderClassName
{
color: #7C3572;
}
.AnyTagClassName
{
color: #7C3572;
}
</style>
background-color css
<style>
a { background-color: #7C3572; }
a { background-color: rgb(124,53,114); }
div.DivClassName
{
background-color: #7C3572;
}
.BgClassName
{
background-color: #7C3572;
}
</style>
border-color css
<style>
span { border-color: #7C3572; }
span { border-color: rgb(124,53,114); }
td.TdClassName
{
border-color: #7C3572;
}
.TagClassName
{
border-color: #7C3572;
}
</style>