Shades of Eminence #74416F
Tints of Eminence #74416F
RGB
CMYK
RGB Variations
Color information
#74416F (or 0x74416F) is known color: Eminence. HEX triplet: 74, 41 and 6F. RGB value is (116,65,111). Sum of RGB (Red+Green+Blue) = 116+65+111=292 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.73% from 292); Green value is 65 (25.78% from 255 or 22.26% from 292); Blue value is 111 (43.75% from 255 or 38.01% from 292); Max value from RGB is 116 - color contains mainly: red. Hex color #74416F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74416F is #8BBE90. Grayscale: #555555. Windows color (decimal): -9158289 or 7291252. OLE color: 7291252.
HSL color Cylindrical-coordinate representation of color #74416F: hue angle of 305.88º 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 #74416F is Cyan = 0, Magento = 0.44, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 65 | 111 | - |
| CMYK | 0 | 0.44 | 0.04 | 0.55 |
| HSL | 305.88º | 0.28% | 0.35% | - |
| HSV(B) | 305.88º | 0.44% | 0.45% | - |
| XYZ | 11.96 | 8.64 | 16.08 | - |
| YUV | 85.49 | 142.4 | 149.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 65 | 111 | 0 | 0.44 | 0.04 | 0.55 | 305.88 | 0.28 | 0.35 |
| Hex | 74 | 41 | 6F | 0 | 2C | 4 | 37 | 132 | 1C | 23 |
| Octal | 164 | 101 | 157 | 0 | 54 | 4 | 67 | 462 | 34 | 43 |
| Binary | 1110100 | 1000001 | 1101111 | 0 | 101100 | 100 | 110111 | 100110010 | 11100 | 100011 |
Color Harmonies of #74416F
Complementary color
Monochromatic Colors of #74416F
Black with #74416F
Text Example
Text Example
White with #74416F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74416F; }
p { color: rgb(116,65,111); }
H1.HeaderClassName
{
color: #74416F;
}
.AnyTagClassName
{
color: #74416F;
}
</style>
background-color css
<style>
a { background-color: #74416F; }
a { background-color: rgb(116,65,111); }
div.DivClassName
{
background-color: #74416F;
}
.BgClassName
{
background-color: #74416F;
}
</style>
border-color css
<style>
span { border-color: #74416F; }
span { border-color: rgb(116,65,111); }
td.TdClassName
{
border-color: #74416F;
}
.TagClassName
{
border-color: #74416F;
}
</style>