Shades of Eminence #74467C
Tints of Eminence #74467C
RGB
CMYK
RGB Variations
Color information
#74467C (or 0x74467C) is known color: Eminence. HEX triplet: 74, 46 and 7C. RGB value is (116,70,124). Sum of RGB (Red+Green+Blue) = 116+70+124=310 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.42% from 310); Green value is 70 (27.73% from 255 or 22.58% from 310); Blue value is 124 (48.83% from 255 or 40% from 310); Max value from RGB is 124 - color contains mainly: blue. Hex color #74467C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74467C is #8BB983. Grayscale: #595959. Windows color (decimal): -9156996 or 8144500. OLE color: 8144500.
HSL color Cylindrical-coordinate representation of color #74467C: hue angle of 291.11º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #74467C is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 116 | 70 | 124 | - |
| CMYK | 0.06 | 0.44 | 0 | 0.51 |
| HSL | 291.11º | 0.28% | 0.38% | - |
| HSV(B) | 291.11º | 0.44% | 0.49% | - |
| XYZ | 13.03 | 9.55 | 20.23 | - |
| YUV | 89.91 | 147.24 | 146.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 70 | 124 | 0.06 | 0.44 | 0 | 0.51 | 291.11 | 0.28 | 0.38 |
| Hex | 74 | 46 | 7C | 6 | 2C | 0 | 33 | 123 | 1C | 26 |
| Octal | 164 | 106 | 174 | 6 | 54 | 0 | 63 | 443 | 34 | 46 |
| Binary | 1110100 | 1000110 | 1111100 | 110 | 101100 | 0 | 110011 | 100100011 | 11100 | 100110 |
Color Harmonies of #74467C
Complementary color
Monochromatic Colors of #74467C
Black with #74467C
Text Example
Text Example
White with #74467C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74467C; }
p { color: rgb(116,70,124); }
H1.HeaderClassName
{
color: #74467C;
}
.AnyTagClassName
{
color: #74467C;
}
</style>
background-color css
<style>
a { background-color: #74467C; }
a { background-color: rgb(116,70,124); }
div.DivClassName
{
background-color: #74467C;
}
.BgClassName
{
background-color: #74467C;
}
</style>
border-color css
<style>
span { border-color: #74467C; }
span { border-color: rgb(116,70,124); }
td.TdClassName
{
border-color: #74467C;
}
.TagClassName
{
border-color: #74467C;
}
</style>