Shades of Eminence #7C357B
Tints of Eminence #7C357B
RGB
CMYK
RGB Variations
Color information
#7C357B (or 0x7C357B) is known color: Eminence. HEX triplet: 7C, 35 and 7B. RGB value is (124,53,123). Sum of RGB (Red+Green+Blue) = 124+53+123=300 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.33% from 300); Green value is 53 (21.09% from 255 or 17.67% from 300); Blue value is 123 (48.44% from 255 or 41% from 300); Max value from RGB is 124 - color contains mainly: red. Hex color #7C357B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C357B is #83CA84. Grayscale: #525252. Windows color (decimal): -8637061 or 8074620. OLE color: 8074620.
HSL color Cylindrical-coordinate representation of color #7C357B: hue angle of 300.85º 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 #7C357B is Cyan = 0, Magento = 0.57, Yellow = 0.01 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 53 | 123 | - |
| CMYK | 0 | 0.57 | 0.01 | 0.51 |
| HSL | 300.85º | 0.4% | 0.35% | - |
| HSV(B) | 300.85º | 0.57% | 0.49% | - |
| XYZ | 13.16 | 8.26 | 19.64 | - |
| YUV | 82.21 | 151.02 | 157.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 53 | 123 | 0 | 0.57 | 0.01 | 0.51 | 300.85 | 0.4 | 0.35 |
| Hex | 7C | 35 | 7B | 0 | 39 | 1 | 33 | 12D | 28 | 23 |
| Octal | 174 | 65 | 173 | 0 | 71 | 1 | 63 | 455 | 50 | 43 |
| Binary | 1111100 | 110101 | 1111011 | 0 | 111001 | 1 | 110011 | 100101101 | 101000 | 100011 |
Color Harmonies of #7C357B
Complementary color
Monochromatic Colors of #7C357B
Black with #7C357B
Text Example
Text Example
White with #7C357B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C357B; }
p { color: rgb(124,53,123); }
H1.HeaderClassName
{
color: #7C357B;
}
.AnyTagClassName
{
color: #7C357B;
}
</style>
background-color css
<style>
a { background-color: #7C357B; }
a { background-color: rgb(124,53,123); }
div.DivClassName
{
background-color: #7C357B;
}
.BgClassName
{
background-color: #7C357B;
}
</style>
border-color css
<style>
span { border-color: #7C357B; }
span { border-color: rgb(124,53,123); }
td.TdClassName
{
border-color: #7C357B;
}
.TagClassName
{
border-color: #7C357B;
}
</style>