Shades of Eminence #74287C
Tints of Eminence #74287C
RGB
CMYK
RGB Variations
Color information
#74287C (or 0x74287C) is known color: Eminence. HEX triplet: 74, 28 and 7C. RGB value is (116,40,124). Sum of RGB (Red+Green+Blue) = 116+40+124=280 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.43% from 280); Green value is 40 (16.02% from 255 or 14.29% from 280); Blue value is 124 (48.83% from 255 or 44.29% from 280); Max value from RGB is 124 - color contains mainly: blue. Hex color #74287C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74287C is #8BD783. Grayscale: #484848. Windows color (decimal): -9164676 or 8136820. OLE color: 8136820.
HSL color Cylindrical-coordinate representation of color #74287C: hue angle of 294.29º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #74287C is Cyan = 0.06, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 116 | 40 | 124 | - |
| CMYK | 0.06 | 0.68 | 0 | 0.51 |
| HSL | 294.29º | 0.51% | 0.32% | - |
| HSV(B) | 294.29º | 0.68% | 0.49% | - |
| XYZ | 11.6 | 6.69 | 19.75 | - |
| YUV | 72.3 | 157.18 | 159.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 40 | 124 | 0.06 | 0.68 | 0 | 0.51 | 294.29 | 0.51 | 0.32 |
| Hex | 74 | 28 | 7C | 6 | 44 | 0 | 33 | 126 | 33 | 20 |
| Octal | 164 | 50 | 174 | 6 | 104 | 0 | 63 | 446 | 63 | 40 |
| Binary | 1110100 | 101000 | 1111100 | 110 | 1000100 | 0 | 110011 | 100100110 | 110011 | 100000 |
Color Harmonies of #74287C
Complementary color
Monochromatic Colors of #74287C
Black with #74287C
Text Example
Text Example
White with #74287C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74287C; }
p { color: rgb(116,40,124); }
H1.HeaderClassName
{
color: #74287C;
}
.AnyTagClassName
{
color: #74287C;
}
</style>
background-color css
<style>
a { background-color: #74287C; }
a { background-color: rgb(116,40,124); }
div.DivClassName
{
background-color: #74287C;
}
.BgClassName
{
background-color: #74287C;
}
</style>
border-color css
<style>
span { border-color: #74287C; }
span { border-color: rgb(116,40,124); }
td.TdClassName
{
border-color: #74287C;
}
.TagClassName
{
border-color: #74287C;
}
</style>