Shades of Eminence #74407C
Tints of Eminence #74407C
RGB
CMYK
RGB Variations
Color information
#74407C (or 0x74407C) is known color: Eminence. HEX triplet: 74, 40 and 7C. RGB value is (116,64,124). Sum of RGB (Red+Green+Blue) = 116+64+124=304 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.16% from 304); Green value is 64 (25.39% from 255 or 21.05% from 304); Blue value is 124 (48.83% from 255 or 40.79% from 304); Max value from RGB is 124 - color contains mainly: blue. Hex color #74407C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74407C is #8BBF83. Grayscale: #565656. Windows color (decimal): -9158532 or 8142964. OLE color: 8142964.
HSL color Cylindrical-coordinate representation of color #74407C: hue angle of 292º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #74407C is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 116 | 64 | 124 | - |
| CMYK | 0.06 | 0.48 | 0 | 0.51 |
| HSL | 292º | 0.32% | 0.37% | - |
| HSV(B) | 292º | 0.48% | 0.49% | - |
| XYZ | 12.67 | 8.84 | 20.11 | - |
| YUV | 86.39 | 149.23 | 149.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 64 | 124 | 0.06 | 0.48 | 0 | 0.51 | 292 | 0.32 | 0.37 |
| Hex | 74 | 40 | 7C | 6 | 30 | 0 | 33 | 124 | 20 | 25 |
| Octal | 164 | 100 | 174 | 6 | 60 | 0 | 63 | 444 | 40 | 45 |
| Binary | 1110100 | 1000000 | 1111100 | 110 | 110000 | 0 | 110011 | 100100100 | 100000 | 100101 |
Color Harmonies of #74407C
Complementary color
Monochromatic Colors of #74407C
Black with #74407C
Text Example
Text Example
White with #74407C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74407C; }
p { color: rgb(116,64,124); }
H1.HeaderClassName
{
color: #74407C;
}
.AnyTagClassName
{
color: #74407C;
}
</style>
background-color css
<style>
a { background-color: #74407C; }
a { background-color: rgb(116,64,124); }
div.DivClassName
{
background-color: #74407C;
}
.BgClassName
{
background-color: #74407C;
}
</style>
border-color css
<style>
span { border-color: #74407C; }
span { border-color: rgb(116,64,124); }
td.TdClassName
{
border-color: #74407C;
}
.TagClassName
{
border-color: #74407C;
}
</style>