Shades of Eminence #74447B
Tints of Eminence #74447B
RGB
CMYK
RGB Variations
Color information
#74447B (or 0x74447B) is known color: Eminence. HEX triplet: 74, 44 and 7B. RGB value is (116,68,123). Sum of RGB (Red+Green+Blue) = 116+68+123=307 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.79% from 307); Green value is 68 (26.95% from 255 or 22.15% from 307); Blue value is 123 (48.44% from 255 or 40.07% from 307); Max value from RGB is 123 - color contains mainly: blue. Hex color #74447B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74447B is #8BBB84. Grayscale: #585858. Windows color (decimal): -9157509 or 8078452. OLE color: 8078452.
HSL color Cylindrical-coordinate representation of color #74447B: hue angle of 292.36º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #74447B is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 116 | 68 | 123 | - |
| CMYK | 0.06 | 0.45 | 0 | 0.52 |
| HSL | 292.36º | 0.29% | 0.37% | - |
| HSV(B) | 292.36º | 0.45% | 0.48% | - |
| XYZ | 12.84 | 9.28 | 19.85 | - |
| YUV | 88.62 | 147.4 | 147.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 68 | 123 | 0.06 | 0.45 | 0 | 0.52 | 292.36 | 0.29 | 0.37 |
| Hex | 74 | 44 | 7B | 6 | 2D | 0 | 34 | 124 | 1D | 25 |
| Octal | 164 | 104 | 173 | 6 | 55 | 0 | 64 | 444 | 35 | 45 |
| Binary | 1110100 | 1000100 | 1111011 | 110 | 101101 | 0 | 110100 | 100100100 | 11101 | 100101 |
Color Harmonies of #74447B
Complementary color
Monochromatic Colors of #74447B
Black with #74447B
Text Example
Text Example
White with #74447B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74447B; }
p { color: rgb(116,68,123); }
H1.HeaderClassName
{
color: #74447B;
}
.AnyTagClassName
{
color: #74447B;
}
</style>
background-color css
<style>
a { background-color: #74447B; }
a { background-color: rgb(116,68,123); }
div.DivClassName
{
background-color: #74447B;
}
.BgClassName
{
background-color: #74447B;
}
</style>
border-color css
<style>
span { border-color: #74447B; }
span { border-color: rgb(116,68,123); }
td.TdClassName
{
border-color: #74447B;
}
.TagClassName
{
border-color: #74447B;
}
</style>