Shades of Eminence #74297C
Tints of Eminence #74297C
RGB
CMYK
RGB Variations
Color information
#74297C (or 0x74297C) is known color: Eminence. HEX triplet: 74, 29 and 7C. RGB value is (116,41,124). Sum of RGB (Red+Green+Blue) = 116+41+124=281 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.28% from 281); Green value is 41 (16.41% from 255 or 14.59% from 281); Blue value is 124 (48.83% from 255 or 44.13% from 281); Max value from RGB is 124 - color contains mainly: blue. Hex color #74297C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74297C is #8BD683. Grayscale: #484848. Windows color (decimal): -9164420 or 8137076. OLE color: 8137076.
HSL color Cylindrical-coordinate representation of color #74297C: hue angle of 294.22º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #74297C is Cyan = 0.06, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 116 | 41 | 124 | - |
| CMYK | 0.06 | 0.67 | 0 | 0.51 |
| HSL | 294.22º | 0.5% | 0.32% | - |
| HSV(B) | 294.22º | 0.67% | 0.49% | - |
| XYZ | 11.63 | 6.75 | 19.76 | - |
| YUV | 72.89 | 156.85 | 158.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 41 | 124 | 0.06 | 0.67 | 0 | 0.51 | 294.22 | 0.5 | 0.32 |
| Hex | 74 | 29 | 7C | 6 | 43 | 0 | 33 | 126 | 32 | 20 |
| Octal | 164 | 51 | 174 | 6 | 103 | 0 | 63 | 446 | 62 | 40 |
| Binary | 1110100 | 101001 | 1111100 | 110 | 1000011 | 0 | 110011 | 100100110 | 110010 | 100000 |
Color Harmonies of #74297C
Complementary color
Monochromatic Colors of #74297C
Black with #74297C
Text Example
Text Example
White with #74297C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74297C; }
p { color: rgb(116,41,124); }
H1.HeaderClassName
{
color: #74297C;
}
.AnyTagClassName
{
color: #74297C;
}
</style>
background-color css
<style>
a { background-color: #74297C; }
a { background-color: rgb(116,41,124); }
div.DivClassName
{
background-color: #74297C;
}
.BgClassName
{
background-color: #74297C;
}
</style>
border-color css
<style>
span { border-color: #74297C; }
span { border-color: rgb(116,41,124); }
td.TdClassName
{
border-color: #74297C;
}
.TagClassName
{
border-color: #74297C;
}
</style>