Shades of Eminence #74377E
Tints of Eminence #74377E
RGB
CMYK
RGB Variations
Color information
#74377E (or 0x74377E) is known color: Eminence. HEX triplet: 74, 37 and 7E. RGB value is (116,55,126). Sum of RGB (Red+Green+Blue) = 116+55+126=297 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.06% from 297); Green value is 55 (21.88% from 255 or 18.52% from 297); Blue value is 126 (49.61% from 255 or 42.42% from 297); Max value from RGB is 126 - color contains mainly: blue. Hex color #74377E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74377E is #8BC881. Grayscale: #515151. Windows color (decimal): -9160834 or 8271732. OLE color: 8271732.
HSL color Cylindrical-coordinate representation of color #74377E: hue angle of 291.55º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #74377E is Cyan = 0.08, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 116 | 55 | 126 | - |
| CMYK | 0.08 | 0.56 | 0 | 0.51 |
| HSL | 291.55º | 0.39% | 0.35% | - |
| HSV(B) | 291.55º | 0.56% | 0.49% | - |
| XYZ | 12.33 | 7.95 | 20.62 | - |
| YUV | 81.33 | 153.21 | 152.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 55 | 126 | 0.08 | 0.56 | 0 | 0.51 | 291.55 | 0.39 | 0.35 |
| Hex | 74 | 37 | 7E | 8 | 38 | 0 | 33 | 124 | 27 | 23 |
| Octal | 164 | 67 | 176 | 10 | 70 | 0 | 63 | 444 | 47 | 43 |
| Binary | 1110100 | 110111 | 1111110 | 1000 | 111000 | 0 | 110011 | 100100100 | 100111 | 100011 |
Color Harmonies of #74377E
Complementary color
Monochromatic Colors of #74377E
Black with #74377E
Text Example
Text Example
White with #74377E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74377E; }
p { color: rgb(116,55,126); }
H1.HeaderClassName
{
color: #74377E;
}
.AnyTagClassName
{
color: #74377E;
}
</style>
background-color css
<style>
a { background-color: #74377E; }
a { background-color: rgb(116,55,126); }
div.DivClassName
{
background-color: #74377E;
}
.BgClassName
{
background-color: #74377E;
}
</style>
border-color css
<style>
span { border-color: #74377E; }
span { border-color: rgb(116,55,126); }
td.TdClassName
{
border-color: #74377E;
}
.TagClassName
{
border-color: #74377E;
}
</style>