Shades of Eminence #744675
Tints of Eminence #744675
RGB
CMYK
RGB Variations
Color information
#744675 (or 0x744675) is known color: Eminence. HEX triplet: 74, 46 and 75. RGB value is (116,70,117). Sum of RGB (Red+Green+Blue) = 116+70+117=303 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.28% from 303); Green value is 70 (27.73% from 255 or 23.10% from 303); Blue value is 117 (46.09% from 255 or 38.61% from 303); Max value from RGB is 117 - color contains mainly: blue. Hex color #744675 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744675 is #8BB98A. Grayscale: #585858. Windows color (decimal): -9157003 or 7685748. OLE color: 7685748.
HSL color Cylindrical-coordinate representation of color #744675: hue angle of 298.72º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #744675 is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 116 | 70 | 117 | - |
| CMYK | 0.01 | 0.40 | 0 | 0.54 |
| HSL | 298.72º | 0.25% | 0.37% | - |
| HSV(B) | 298.72º | 0.4% | 0.46% | - |
| XYZ | 12.6 | 9.38 | 17.98 | - |
| YUV | 89.11 | 143.74 | 147.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 70 | 117 | 0.01 | 0.40 | 0 | 0.54 | 298.72 | 0.25 | 0.37 |
| Hex | 74 | 46 | 75 | 1 | 28 | 0 | 36 | 12B | 19 | 25 |
| Octal | 164 | 106 | 165 | 1 | 50 | 0 | 66 | 453 | 31 | 45 |
| Binary | 1110100 | 1000110 | 1110101 | 1 | 101000 | 0 | 110110 | 100101011 | 11001 | 100101 |
Color Harmonies of #744675
Complementary color
Monochromatic Colors of #744675
Black with #744675
Text Example
Text Example
White with #744675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744675; }
p { color: rgb(116,70,117); }
H1.HeaderClassName
{
color: #744675;
}
.AnyTagClassName
{
color: #744675;
}
</style>
background-color css
<style>
a { background-color: #744675; }
a { background-color: rgb(116,70,117); }
div.DivClassName
{
background-color: #744675;
}
.BgClassName
{
background-color: #744675;
}
</style>
border-color css
<style>
span { border-color: #744675; }
span { border-color: rgb(116,70,117); }
td.TdClassName
{
border-color: #744675;
}
.TagClassName
{
border-color: #744675;
}
</style>