Shades of Eminence #74407E
Tints of Eminence #74407E
RGB
CMYK
RGB Variations
Color information
#74407E (or 0x74407E) is known color: Eminence. HEX triplet: 74, 40 and 7E. RGB value is (116,64,126). Sum of RGB (Red+Green+Blue) = 116+64+126=306 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.91% from 306); Green value is 64 (25.39% from 255 or 20.92% from 306); Blue value is 126 (49.61% from 255 or 41.18% from 306); Max value from RGB is 126 - color contains mainly: blue. Hex color #74407E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74407E is #8BBF81. Grayscale: #565656. Windows color (decimal): -9158530 or 8274036. OLE color: 8274036.
HSL color Cylindrical-coordinate representation of color #74407E: hue angle of 290.32º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #74407E is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 116 | 64 | 126 | - |
| CMYK | 0.08 | 0.49 | 0 | 0.51 |
| HSL | 290.32º | 0.33% | 0.37% | - |
| HSV(B) | 290.32º | 0.49% | 0.49% | - |
| XYZ | 12.8 | 8.89 | 20.78 | - |
| YUV | 86.62 | 150.23 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 64 | 126 | 0.08 | 0.49 | 0 | 0.51 | 290.32 | 0.33 | 0.37 |
| Hex | 74 | 40 | 7E | 8 | 31 | 0 | 33 | 122 | 21 | 25 |
| Octal | 164 | 100 | 176 | 10 | 61 | 0 | 63 | 442 | 41 | 45 |
| Binary | 1110100 | 1000000 | 1111110 | 1000 | 110001 | 0 | 110011 | 100100010 | 100001 | 100101 |
Color Harmonies of #74407E
Complementary color
Monochromatic Colors of #74407E
Black with #74407E
Text Example
Text Example
White with #74407E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74407E; }
p { color: rgb(116,64,126); }
H1.HeaderClassName
{
color: #74407E;
}
.AnyTagClassName
{
color: #74407E;
}
</style>
background-color css
<style>
a { background-color: #74407E; }
a { background-color: rgb(116,64,126); }
div.DivClassName
{
background-color: #74407E;
}
.BgClassName
{
background-color: #74407E;
}
</style>
border-color css
<style>
span { border-color: #74407E; }
span { border-color: rgb(116,64,126); }
td.TdClassName
{
border-color: #74407E;
}
.TagClassName
{
border-color: #74407E;
}
</style>