Shades of Eminence #74386C
Tints of Eminence #74386C
RGB
CMYK
RGB Variations
Color information
#74386C (or 0x74386C) is known color: Eminence. HEX triplet: 74, 38 and 6C. RGB value is (116,56,108). Sum of RGB (Red+Green+Blue) = 116+56+108=280 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.43% from 280); Green value is 56 (22.27% from 255 or 20% from 280); Blue value is 108 (42.58% from 255 or 38.57% from 280); Max value from RGB is 116 - color contains mainly: red. Hex color #74386C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74386C is #8BC793. Grayscale: #4F4F4F. Windows color (decimal): -9160596 or 7092340. OLE color: 7092340.
HSL color Cylindrical-coordinate representation of color #74386C: hue angle of 308º 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 #74386C is Cyan = 0, Magento = 0.52, Yellow = 0.07 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 56 | 108 | - |
| CMYK | 0 | 0.52 | 0.07 | 0.55 |
| HSL | 308º | 0.35% | 0.34% | - |
| HSV(B) | 308º | 0.52% | 0.45% | - |
| XYZ | 11.32 | 7.62 | 15.06 | - |
| YUV | 79.87 | 143.88 | 153.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 56 | 108 | 0 | 0.52 | 0.07 | 0.55 | 308 | 0.35 | 0.34 |
| Hex | 74 | 38 | 6C | 0 | 34 | 7 | 37 | 134 | 23 | 22 |
| Octal | 164 | 70 | 154 | 0 | 64 | 7 | 67 | 464 | 43 | 42 |
| Binary | 1110100 | 111000 | 1101100 | 0 | 110100 | 111 | 110111 | 100110100 | 100011 | 100010 |
Color Harmonies of #74386C
Complementary color
Monochromatic Colors of #74386C
Black with #74386C
Text Example
Text Example
White with #74386C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74386C; }
p { color: rgb(116,56,108); }
H1.HeaderClassName
{
color: #74386C;
}
.AnyTagClassName
{
color: #74386C;
}
</style>
background-color css
<style>
a { background-color: #74386C; }
a { background-color: rgb(116,56,108); }
div.DivClassName
{
background-color: #74386C;
}
.BgClassName
{
background-color: #74386C;
}
</style>
border-color css
<style>
span { border-color: #74386C; }
span { border-color: rgb(116,56,108); }
td.TdClassName
{
border-color: #74386C;
}
.TagClassName
{
border-color: #74386C;
}
</style>