Shades of Eminence #74297B
Tints of Eminence #74297B
RGB
CMYK
RGB Variations
Color information
#74297B (or 0x74297B) is known color: Eminence. HEX triplet: 74, 29 and 7B. RGB value is (116,41,123). Sum of RGB (Red+Green+Blue) = 116+41+123=280 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.43% from 280); Green value is 41 (16.41% from 255 or 14.64% from 280); Blue value is 123 (48.44% from 255 or 43.93% from 280); Max value from RGB is 123 - color contains mainly: blue. Hex color #74297B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74297B is #8BD684. Grayscale: #484848. Windows color (decimal): -9164421 or 8071540. OLE color: 8071540.
HSL color Cylindrical-coordinate representation of color #74297B: hue angle of 294.88º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #74297B is Cyan = 0.06, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 116 | 41 | 123 | - |
| CMYK | 0.06 | 0.67 | 0 | 0.52 |
| HSL | 294.88º | 0.5% | 0.32% | - |
| HSV(B) | 294.88º | 0.67% | 0.48% | - |
| XYZ | 11.57 | 6.73 | 19.43 | - |
| YUV | 72.77 | 156.35 | 158.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 41 | 123 | 0.06 | 0.67 | 0 | 0.52 | 294.88 | 0.5 | 0.32 |
| Hex | 74 | 29 | 7B | 6 | 43 | 0 | 34 | 127 | 32 | 20 |
| Octal | 164 | 51 | 173 | 6 | 103 | 0 | 64 | 447 | 62 | 40 |
| Binary | 1110100 | 101001 | 1111011 | 110 | 1000011 | 0 | 110100 | 100100111 | 110010 | 100000 |
Color Harmonies of #74297B
Complementary color
Monochromatic Colors of #74297B
Black with #74297B
Text Example
Text Example
White with #74297B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74297B; }
p { color: rgb(116,41,123); }
H1.HeaderClassName
{
color: #74297B;
}
.AnyTagClassName
{
color: #74297B;
}
</style>
background-color css
<style>
a { background-color: #74297B; }
a { background-color: rgb(116,41,123); }
div.DivClassName
{
background-color: #74297B;
}
.BgClassName
{
background-color: #74297B;
}
</style>
border-color css
<style>
span { border-color: #74297B; }
span { border-color: rgb(116,41,123); }
td.TdClassName
{
border-color: #74297B;
}
.TagClassName
{
border-color: #74297B;
}
</style>