Shades of Eminence #744878
Tints of Eminence #744878
RGB
CMYK
RGB Variations
Color information
#744878 (or 0x744878) is known color: Eminence. HEX triplet: 74, 48 and 78. RGB value is (116,72,120). Sum of RGB (Red+Green+Blue) = 116+72+120=308 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.66% from 308); Green value is 72 (28.52% from 255 or 23.38% from 308); Blue value is 120 (47.27% from 255 or 38.96% from 308); Max value from RGB is 120 - color contains mainly: blue. Hex color #744878 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744878 is #8BB787. Grayscale: #5A5A5A. Windows color (decimal): -9156488 or 7882868. OLE color: 7882868.
HSL color Cylindrical-coordinate representation of color #744878: hue angle of 295º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #744878 is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 116 | 72 | 120 | - |
| CMYK | 0.03 | 0.40 | 0 | 0.53 |
| HSL | 295º | 0.25% | 0.38% | - |
| HSV(B) | 295º | 0.4% | 0.47% | - |
| XYZ | 12.91 | 9.7 | 18.96 | - |
| YUV | 90.63 | 144.58 | 146.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 72 | 120 | 0.03 | 0.40 | 0 | 0.53 | 295 | 0.25 | 0.38 |
| Hex | 74 | 48 | 78 | 3 | 28 | 0 | 35 | 127 | 19 | 26 |
| Octal | 164 | 110 | 170 | 3 | 50 | 0 | 65 | 447 | 31 | 46 |
| Binary | 1110100 | 1001000 | 1111000 | 11 | 101000 | 0 | 110101 | 100100111 | 11001 | 100110 |
Color Harmonies of #744878
Complementary color
Monochromatic Colors of #744878
Black with #744878
Text Example
Text Example
White with #744878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744878; }
p { color: rgb(116,72,120); }
H1.HeaderClassName
{
color: #744878;
}
.AnyTagClassName
{
color: #744878;
}
</style>
background-color css
<style>
a { background-color: #744878; }
a { background-color: rgb(116,72,120); }
div.DivClassName
{
background-color: #744878;
}
.BgClassName
{
background-color: #744878;
}
</style>
border-color css
<style>
span { border-color: #744878; }
span { border-color: rgb(116,72,120); }
td.TdClassName
{
border-color: #744878;
}
.TagClassName
{
border-color: #744878;
}
</style>