Shades of Eminence #74416C
Tints of Eminence #74416C
RGB
CMYK
RGB Variations
Color information
#74416C (or 0x74416C) is known color: Eminence. HEX triplet: 74, 41 and 6C. RGB value is (116,65,108). Sum of RGB (Red+Green+Blue) = 116+65+108=289 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.14% from 289); Green value is 65 (25.78% from 255 or 22.49% from 289); Blue value is 108 (42.58% from 255 or 37.37% from 289); Max value from RGB is 116 - color contains mainly: red. Hex color #74416C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74416C is #8BBE93. Grayscale: #555555. Windows color (decimal): -9158292 or 7094644. OLE color: 7094644.
HSL color Cylindrical-coordinate representation of color #74416C: hue angle of 309.41º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #74416C is Cyan = 0, Magento = 0.44, Yellow = 0.07 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 65 | 108 | - |
| CMYK | 0 | 0.44 | 0.07 | 0.55 |
| HSL | 309.41º | 0.28% | 0.35% | - |
| HSV(B) | 309.41º | 0.44% | 0.45% | - |
| XYZ | 11.8 | 8.58 | 15.22 | - |
| YUV | 85.15 | 140.9 | 150 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 65 | 108 | 0 | 0.44 | 0.07 | 0.55 | 309.41 | 0.28 | 0.35 |
| Hex | 74 | 41 | 6C | 0 | 2C | 7 | 37 | 135 | 1C | 23 |
| Octal | 164 | 101 | 154 | 0 | 54 | 7 | 67 | 465 | 34 | 43 |
| Binary | 1110100 | 1000001 | 1101100 | 0 | 101100 | 111 | 110111 | 100110101 | 11100 | 100011 |
Color Harmonies of #74416C
Complementary color
Monochromatic Colors of #74416C
Black with #74416C
Text Example
Text Example
White with #74416C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74416C; }
p { color: rgb(116,65,108); }
H1.HeaderClassName
{
color: #74416C;
}
.AnyTagClassName
{
color: #74416C;
}
</style>
background-color css
<style>
a { background-color: #74416C; }
a { background-color: rgb(116,65,108); }
div.DivClassName
{
background-color: #74416C;
}
.BgClassName
{
background-color: #74416C;
}
</style>
border-color css
<style>
span { border-color: #74416C; }
span { border-color: rgb(116,65,108); }
td.TdClassName
{
border-color: #74416C;
}
.TagClassName
{
border-color: #74416C;
}
</style>