Shades of Eminence #74406F
Tints of Eminence #74406F
RGB
CMYK
RGB Variations
Color information
#74406F (or 0x74406F) is known color: Eminence. HEX triplet: 74, 40 and 6F. RGB value is (116,64,111). Sum of RGB (Red+Green+Blue) = 116+64+111=291 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.86% from 291); Green value is 64 (25.39% from 255 or 21.99% from 291); Blue value is 111 (43.75% from 255 or 38.14% from 291); Max value from RGB is 116 - color contains mainly: red. Hex color #74406F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74406F is #8BBF90. Grayscale: #545454. Windows color (decimal): -9158545 or 7290996. OLE color: 7290996.
HSL color Cylindrical-coordinate representation of color #74406F: hue angle of 305.77º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #74406F is Cyan = 0, Magento = 0.45, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 64 | 111 | - |
| CMYK | 0 | 0.45 | 0.04 | 0.55 |
| HSL | 305.77º | 0.29% | 0.35% | - |
| HSV(B) | 305.77º | 0.45% | 0.45% | - |
| XYZ | 11.91 | 8.53 | 16.06 | - |
| YUV | 84.91 | 142.73 | 150.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 64 | 111 | 0 | 0.45 | 0.04 | 0.55 | 305.77 | 0.29 | 0.35 |
| Hex | 74 | 40 | 6F | 0 | 2D | 4 | 37 | 132 | 1D | 23 |
| Octal | 164 | 100 | 157 | 0 | 55 | 4 | 67 | 462 | 35 | 43 |
| Binary | 1110100 | 1000000 | 1101111 | 0 | 101101 | 100 | 110111 | 100110010 | 11101 | 100011 |
Color Harmonies of #74406F
Complementary color
Monochromatic Colors of #74406F
Black with #74406F
Text Example
Text Example
White with #74406F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74406F; }
p { color: rgb(116,64,111); }
H1.HeaderClassName
{
color: #74406F;
}
.AnyTagClassName
{
color: #74406F;
}
</style>
background-color css
<style>
a { background-color: #74406F; }
a { background-color: rgb(116,64,111); }
div.DivClassName
{
background-color: #74406F;
}
.BgClassName
{
background-color: #74406F;
}
</style>
border-color css
<style>
span { border-color: #74406F; }
span { border-color: rgb(116,64,111); }
td.TdClassName
{
border-color: #74406F;
}
.TagClassName
{
border-color: #74406F;
}
</style>