Shades of Eminence #74447C
Tints of Eminence #74447C
RGB
CMYK
RGB Variations
Color information
#74447C (or 0x74447C) is known color: Eminence. HEX triplet: 74, 44 and 7C. RGB value is (116,68,124). Sum of RGB (Red+Green+Blue) = 116+68+124=308 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.66% from 308); Green value is 68 (26.95% from 255 or 22.08% from 308); Blue value is 124 (48.83% from 255 or 40.26% from 308); Max value from RGB is 124 - color contains mainly: blue. Hex color #74447C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74447C is #8BBB83. Grayscale: #585858. Windows color (decimal): -9157508 or 8143988. OLE color: 8143988.
HSL color Cylindrical-coordinate representation of color #74447C: hue angle of 291.43º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #74447C is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 116 | 68 | 124 | - |
| CMYK | 0.06 | 0.45 | 0 | 0.51 |
| HSL | 291.43º | 0.29% | 0.38% | - |
| HSV(B) | 291.43º | 0.45% | 0.49% | - |
| XYZ | 12.91 | 9.3 | 20.18 | - |
| YUV | 88.74 | 147.9 | 147.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 68 | 124 | 0.06 | 0.45 | 0 | 0.51 | 291.43 | 0.29 | 0.38 |
| Hex | 74 | 44 | 7C | 6 | 2D | 0 | 33 | 123 | 1D | 26 |
| Octal | 164 | 104 | 174 | 6 | 55 | 0 | 63 | 443 | 35 | 46 |
| Binary | 1110100 | 1000100 | 1111100 | 110 | 101101 | 0 | 110011 | 100100011 | 11101 | 100110 |
Color Harmonies of #74447C
Complementary color
Monochromatic Colors of #74447C
Black with #74447C
Text Example
Text Example
White with #74447C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74447C; }
p { color: rgb(116,68,124); }
H1.HeaderClassName
{
color: #74447C;
}
.AnyTagClassName
{
color: #74447C;
}
</style>
background-color css
<style>
a { background-color: #74447C; }
a { background-color: rgb(116,68,124); }
div.DivClassName
{
background-color: #74447C;
}
.BgClassName
{
background-color: #74447C;
}
</style>
border-color css
<style>
span { border-color: #74447C; }
span { border-color: rgb(116,68,124); }
td.TdClassName
{
border-color: #74447C;
}
.TagClassName
{
border-color: #74447C;
}
</style>