Shades of Eminence #74487C
Tints of Eminence #74487C
RGB
CMYK
RGB Variations
Color information
#74487C (or 0x74487C) is known color: Eminence. HEX triplet: 74, 48 and 7C. RGB value is (116,72,124). Sum of RGB (Red+Green+Blue) = 116+72+124=312 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.18% from 312); Green value is 72 (28.52% from 255 or 23.08% from 312); Blue value is 124 (48.83% from 255 or 39.74% from 312); Max value from RGB is 124 - color contains mainly: blue. Hex color #74487C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74487C is #8BB783. Grayscale: #5A5A5A. Windows color (decimal): -9156484 or 8145012. OLE color: 8145012.
HSL color Cylindrical-coordinate representation of color #74487C: hue angle of 290.77º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #74487C is Cyan = 0.06, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 116 | 72 | 124 | - |
| CMYK | 0.06 | 0.42 | 0 | 0.51 |
| HSL | 290.77º | 0.27% | 0.38% | - |
| HSV(B) | 290.77º | 0.42% | 0.49% | - |
| XYZ | 13.16 | 9.8 | 20.27 | - |
| YUV | 91.08 | 146.58 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 72 | 124 | 0.06 | 0.42 | 0 | 0.51 | 290.77 | 0.27 | 0.38 |
| Hex | 74 | 48 | 7C | 6 | 2A | 0 | 33 | 123 | 1B | 26 |
| Octal | 164 | 110 | 174 | 6 | 52 | 0 | 63 | 443 | 33 | 46 |
| Binary | 1110100 | 1001000 | 1111100 | 110 | 101010 | 0 | 110011 | 100100011 | 11011 | 100110 |
Color Harmonies of #74487C
Complementary color
Monochromatic Colors of #74487C
Black with #74487C
Text Example
Text Example
White with #74487C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74487C; }
p { color: rgb(116,72,124); }
H1.HeaderClassName
{
color: #74487C;
}
.AnyTagClassName
{
color: #74487C;
}
</style>
background-color css
<style>
a { background-color: #74487C; }
a { background-color: rgb(116,72,124); }
div.DivClassName
{
background-color: #74487C;
}
.BgClassName
{
background-color: #74487C;
}
</style>
border-color css
<style>
span { border-color: #74487C; }
span { border-color: rgb(116,72,124); }
td.TdClassName
{
border-color: #74487C;
}
.TagClassName
{
border-color: #74487C;
}
</style>