Shades of Eminence #742C77
Tints of Eminence #742C77
RGB
CMYK
RGB Variations
Color information
#742C77 (or 0x742C77) is known color: Eminence. HEX triplet: 74, 2C and 77. RGB value is (116,44,119). Sum of RGB (Red+Green+Blue) = 116+44+119=279 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.58% from 279); Green value is 44 (17.58% from 255 or 15.77% from 279); Blue value is 119 (46.88% from 255 or 42.65% from 279); Max value from RGB is 119 - color contains mainly: blue. Hex color #742C77 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742C77 is #8BD388. Grayscale: #494949. Windows color (decimal): -9163657 or 7810164. OLE color: 7810164.
HSL color Cylindrical-coordinate representation of color #742C77: hue angle of 297.6º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #742C77 is Cyan = 0.03, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 116 | 44 | 119 | - |
| CMYK | 0.03 | 0.63 | 0 | 0.53 |
| HSL | 297.6º | 0.46% | 0.32% | - |
| HSV(B) | 297.6º | 0.63% | 0.47% | - |
| XYZ | 11.43 | 6.85 | 18.17 | - |
| YUV | 74.08 | 153.35 | 157.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 44 | 119 | 0.03 | 0.63 | 0 | 0.53 | 297.6 | 0.46 | 0.32 |
| Hex | 74 | 2C | 77 | 3 | 3F | 0 | 35 | 12A | 2E | 20 |
| Octal | 164 | 54 | 167 | 3 | 77 | 0 | 65 | 452 | 56 | 40 |
| Binary | 1110100 | 101100 | 1110111 | 11 | 111111 | 0 | 110101 | 100101010 | 101110 | 100000 |
Color Harmonies of #742C77
Complementary color
Monochromatic Colors of #742C77
Black with #742C77
Text Example
Text Example
White with #742C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742C77; }
p { color: rgb(116,44,119); }
H1.HeaderClassName
{
color: #742C77;
}
.AnyTagClassName
{
color: #742C77;
}
</style>
background-color css
<style>
a { background-color: #742C77; }
a { background-color: rgb(116,44,119); }
div.DivClassName
{
background-color: #742C77;
}
.BgClassName
{
background-color: #742C77;
}
</style>
border-color css
<style>
span { border-color: #742C77; }
span { border-color: rgb(116,44,119); }
td.TdClassName
{
border-color: #742C77;
}
.TagClassName
{
border-color: #742C77;
}
</style>