Shades of Eminence #74386E
Tints of Eminence #74386E
RGB
CMYK
RGB Variations
Color information
#74386E (or 0x74386E) is known color: Eminence. HEX triplet: 74, 38 and 6E. RGB value is (116,56,110). Sum of RGB (Red+Green+Blue) = 116+56+110=282 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.13% from 282); Green value is 56 (22.27% from 255 or 19.86% from 282); Blue value is 110 (43.36% from 255 or 39.01% from 282); Max value from RGB is 116 - color contains mainly: red. Hex color #74386E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74386E is #8BC791. Grayscale: #4F4F4F. Windows color (decimal): -9160594 or 7223412. OLE color: 7223412.
HSL color Cylindrical-coordinate representation of color #74386E: hue angle of 306º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #74386E is Cyan = 0, Magento = 0.52, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 56 | 110 | - |
| CMYK | 0 | 0.52 | 0.05 | 0.55 |
| HSL | 306º | 0.35% | 0.34% | - |
| HSV(B) | 306º | 0.52% | 0.45% | - |
| XYZ | 11.43 | 7.67 | 15.63 | - |
| YUV | 80.1 | 144.88 | 153.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 56 | 110 | 0 | 0.52 | 0.05 | 0.55 | 306 | 0.35 | 0.34 |
| Hex | 74 | 38 | 6E | 0 | 34 | 5 | 37 | 132 | 23 | 22 |
| Octal | 164 | 70 | 156 | 0 | 64 | 5 | 67 | 462 | 43 | 42 |
| Binary | 1110100 | 111000 | 1101110 | 0 | 110100 | 101 | 110111 | 100110010 | 100011 | 100010 |
Color Harmonies of #74386E
Complementary color
Monochromatic Colors of #74386E
Black with #74386E
Text Example
Text Example
White with #74386E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74386E; }
p { color: rgb(116,56,110); }
H1.HeaderClassName
{
color: #74386E;
}
.AnyTagClassName
{
color: #74386E;
}
</style>
background-color css
<style>
a { background-color: #74386E; }
a { background-color: rgb(116,56,110); }
div.DivClassName
{
background-color: #74386E;
}
.BgClassName
{
background-color: #74386E;
}
</style>
border-color css
<style>
span { border-color: #74386E; }
span { border-color: rgb(116,56,110); }
td.TdClassName
{
border-color: #74386E;
}
.TagClassName
{
border-color: #74386E;
}
</style>