Shades of Eminence #7C367F
Tints of Eminence #7C367F
RGB
CMYK
RGB Variations
Color information
#7C367F (or 0x7C367F) is known color: Eminence. HEX triplet: 7C, 36 and 7F. RGB value is (124,54,127). Sum of RGB (Red+Green+Blue) = 124+54+127=305 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.66% from 305); Green value is 54 (21.48% from 255 or 17.70% from 305); Blue value is 127 (50% from 255 or 41.64% from 305); Max value from RGB is 127 - color contains mainly: blue. Hex color #7C367F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C367F is #83C980. Grayscale: #535353. Windows color (decimal): -8636801 or 8337020. OLE color: 8337020.
HSL color Cylindrical-coordinate representation of color #7C367F: hue angle of 297.53º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7C367F is Cyan = 0.02, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 124 | 54 | 127 | - |
| CMYK | 0.02 | 0.57 | 0 | 0.50 |
| HSL | 297.53º | 0.4% | 0.35% | - |
| HSV(B) | 297.53º | 0.57% | 0.5% | - |
| XYZ | 13.46 | 8.46 | 21 | - |
| YUV | 83.25 | 152.69 | 157.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 54 | 127 | 0.02 | 0.57 | 0 | 0.50 | 297.53 | 0.4 | 0.35 |
| Hex | 7C | 36 | 7F | 2 | 39 | 0 | 32 | 12A | 28 | 23 |
| Octal | 174 | 66 | 177 | 2 | 71 | 0 | 62 | 452 | 50 | 43 |
| Binary | 1111100 | 110110 | 1111111 | 10 | 111001 | 0 | 110010 | 100101010 | 101000 | 100011 |
Color Harmonies of #7C367F
Complementary color
Monochromatic Colors of #7C367F
Black with #7C367F
Text Example
Text Example
White with #7C367F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C367F; }
p { color: rgb(124,54,127); }
H1.HeaderClassName
{
color: #7C367F;
}
.AnyTagClassName
{
color: #7C367F;
}
</style>
background-color css
<style>
a { background-color: #7C367F; }
a { background-color: rgb(124,54,127); }
div.DivClassName
{
background-color: #7C367F;
}
.BgClassName
{
background-color: #7C367F;
}
</style>
border-color css
<style>
span { border-color: #7C367F; }
span { border-color: rgb(124,54,127); }
td.TdClassName
{
border-color: #7C367F;
}
.TagClassName
{
border-color: #7C367F;
}
</style>