Shades of Eminence #74337E
Tints of Eminence #74337E
RGB
CMYK
RGB Variations
Color information
#74337E (or 0x74337E) is known color: Eminence. HEX triplet: 74, 33 and 7E. RGB value is (116,51,126). Sum of RGB (Red+Green+Blue) = 116+51+126=293 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.59% from 293); Green value is 51 (20.31% from 255 or 17.41% from 293); Blue value is 126 (49.61% from 255 or 43.00% from 293); Max value from RGB is 126 - color contains mainly: blue. Hex color #74337E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74337E is #8BCC81. Grayscale: #4E4E4E. Windows color (decimal): -9161858 or 8270708. OLE color: 8270708.
HSL color Cylindrical-coordinate representation of color #74337E: hue angle of 292º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #74337E is Cyan = 0.08, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 116 | 51 | 126 | - |
| CMYK | 0.08 | 0.60 | 0 | 0.51 |
| HSL | 292º | 0.42% | 0.35% | - |
| HSV(B) | 292º | 0.6% | 0.49% | - |
| XYZ | 12.15 | 7.59 | 20.56 | - |
| YUV | 78.99 | 154.53 | 154.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 51 | 126 | 0.08 | 0.60 | 0 | 0.51 | 292 | 0.42 | 0.35 |
| Hex | 74 | 33 | 7E | 8 | 3C | 0 | 33 | 124 | 2A | 23 |
| Octal | 164 | 63 | 176 | 10 | 74 | 0 | 63 | 444 | 52 | 43 |
| Binary | 1110100 | 110011 | 1111110 | 1000 | 111100 | 0 | 110011 | 100100100 | 101010 | 100011 |
Color Harmonies of #74337E
Complementary color
Monochromatic Colors of #74337E
Black with #74337E
Text Example
Text Example
White with #74337E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74337E; }
p { color: rgb(116,51,126); }
H1.HeaderClassName
{
color: #74337E;
}
.AnyTagClassName
{
color: #74337E;
}
</style>
background-color css
<style>
a { background-color: #74337E; }
a { background-color: rgb(116,51,126); }
div.DivClassName
{
background-color: #74337E;
}
.BgClassName
{
background-color: #74337E;
}
</style>
border-color css
<style>
span { border-color: #74337E; }
span { border-color: rgb(116,51,126); }
td.TdClassName
{
border-color: #74337E;
}
.TagClassName
{
border-color: #74337E;
}
</style>