Shades of Eminence #74397E
Tints of Eminence #74397E
RGB
CMYK
RGB Variations
Color information
#74397E (or 0x74397E) is known color: Eminence. HEX triplet: 74, 39 and 7E. RGB value is (116,57,126). Sum of RGB (Red+Green+Blue) = 116+57+126=299 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.80% from 299); Green value is 57 (22.66% from 255 or 19.06% from 299); Blue value is 126 (49.61% from 255 or 42.14% from 299); Max value from RGB is 126 - color contains mainly: blue. Hex color #74397E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74397E is #8BC681. Grayscale: #525252. Windows color (decimal): -9160322 or 8272244. OLE color: 8272244.
HSL color Cylindrical-coordinate representation of color #74397E: hue angle of 291.3º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #74397E is Cyan = 0.08, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 116 | 57 | 126 | - |
| CMYK | 0.08 | 0.55 | 0 | 0.51 |
| HSL | 291.3º | 0.38% | 0.36% | - |
| HSV(B) | 291.3º | 0.55% | 0.49% | - |
| XYZ | 12.43 | 8.15 | 20.66 | - |
| YUV | 82.51 | 152.55 | 151.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 57 | 126 | 0.08 | 0.55 | 0 | 0.51 | 291.3 | 0.38 | 0.36 |
| Hex | 74 | 39 | 7E | 8 | 37 | 0 | 33 | 123 | 26 | 24 |
| Octal | 164 | 71 | 176 | 10 | 67 | 0 | 63 | 443 | 46 | 44 |
| Binary | 1110100 | 111001 | 1111110 | 1000 | 110111 | 0 | 110011 | 100100011 | 100110 | 100100 |
Color Harmonies of #74397E
Complementary color
Monochromatic Colors of #74397E
Black with #74397E
Text Example
Text Example
White with #74397E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74397E; }
p { color: rgb(116,57,126); }
H1.HeaderClassName
{
color: #74397E;
}
.AnyTagClassName
{
color: #74397E;
}
</style>
background-color css
<style>
a { background-color: #74397E; }
a { background-color: rgb(116,57,126); }
div.DivClassName
{
background-color: #74397E;
}
.BgClassName
{
background-color: #74397E;
}
</style>
border-color css
<style>
span { border-color: #74397E; }
span { border-color: rgb(116,57,126); }
td.TdClassName
{
border-color: #74397E;
}
.TagClassName
{
border-color: #74397E;
}
</style>