Shades of Eminence #74416D
Tints of Eminence #74416D
RGB
CMYK
RGB Variations
Color information
#74416D (or 0x74416D) is known color: Eminence. HEX triplet: 74, 41 and 6D. RGB value is (116,65,109). Sum of RGB (Red+Green+Blue) = 116+65+109=290 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40% from 290); Green value is 65 (25.78% from 255 or 22.41% from 290); Blue value is 109 (42.97% from 255 or 37.59% from 290); Max value from RGB is 116 - color contains mainly: red. Hex color #74416D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74416D is #8BBE92. Grayscale: #555555. Windows color (decimal): -9158291 or 7160180. OLE color: 7160180.
HSL color Cylindrical-coordinate representation of color #74416D: hue angle of 308.24º 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 #74416D is Cyan = 0, Magento = 0.44, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 65 | 109 | - |
| CMYK | 0 | 0.44 | 0.06 | 0.55 |
| HSL | 308.24º | 0.28% | 0.35% | - |
| HSV(B) | 308.24º | 0.44% | 0.45% | - |
| XYZ | 11.85 | 8.6 | 15.5 | - |
| YUV | 85.27 | 141.4 | 149.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 65 | 109 | 0 | 0.44 | 0.06 | 0.55 | 308.24 | 0.28 | 0.35 |
| Hex | 74 | 41 | 6D | 0 | 2C | 6 | 37 | 134 | 1C | 23 |
| Octal | 164 | 101 | 155 | 0 | 54 | 6 | 67 | 464 | 34 | 43 |
| Binary | 1110100 | 1000001 | 1101101 | 0 | 101100 | 110 | 110111 | 100110100 | 11100 | 100011 |
Color Harmonies of #74416D
Complementary color
Monochromatic Colors of #74416D
Black with #74416D
Text Example
Text Example
White with #74416D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74416D; }
p { color: rgb(116,65,109); }
H1.HeaderClassName
{
color: #74416D;
}
.AnyTagClassName
{
color: #74416D;
}
</style>
background-color css
<style>
a { background-color: #74416D; }
a { background-color: rgb(116,65,109); }
div.DivClassName
{
background-color: #74416D;
}
.BgClassName
{
background-color: #74416D;
}
</style>
border-color css
<style>
span { border-color: #74416D; }
span { border-color: rgb(116,65,109); }
td.TdClassName
{
border-color: #74416D;
}
.TagClassName
{
border-color: #74416D;
}
</style>