Shades of Eminence #744575
Tints of Eminence #744575
RGB
CMYK
RGB Variations
Color information
#744575 (or 0x744575) is known color: Eminence. HEX triplet: 74, 45 and 75. RGB value is (116,69,117). Sum of RGB (Red+Green+Blue) = 116+69+117=302 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.41% from 302); Green value is 69 (27.34% from 255 or 22.85% from 302); Blue value is 117 (46.09% from 255 or 38.74% from 302); Max value from RGB is 117 - color contains mainly: blue. Hex color #744575 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744575 is #8BBA8A. Grayscale: #585858. Windows color (decimal): -9157259 or 7685492. OLE color: 7685492.
HSL color Cylindrical-coordinate representation of color #744575: hue angle of 298.75º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #744575 is Cyan = 0.01, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 116 | 69 | 117 | - |
| CMYK | 0.01 | 0.41 | 0 | 0.54 |
| HSL | 298.75º | 0.26% | 0.36% | - |
| HSV(B) | 298.75º | 0.41% | 0.46% | - |
| XYZ | 12.54 | 9.25 | 17.95 | - |
| YUV | 88.53 | 144.07 | 147.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 69 | 117 | 0.01 | 0.41 | 0 | 0.54 | 298.75 | 0.26 | 0.36 |
| Hex | 74 | 45 | 75 | 1 | 29 | 0 | 36 | 12B | 1A | 24 |
| Octal | 164 | 105 | 165 | 1 | 51 | 0 | 66 | 453 | 32 | 44 |
| Binary | 1110100 | 1000101 | 1110101 | 1 | 101001 | 0 | 110110 | 100101011 | 11010 | 100100 |
Color Harmonies of #744575
Complementary color
Monochromatic Colors of #744575
Black with #744575
Text Example
Text Example
White with #744575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744575; }
p { color: rgb(116,69,117); }
H1.HeaderClassName
{
color: #744575;
}
.AnyTagClassName
{
color: #744575;
}
</style>
background-color css
<style>
a { background-color: #744575; }
a { background-color: rgb(116,69,117); }
div.DivClassName
{
background-color: #744575;
}
.BgClassName
{
background-color: #744575;
}
</style>
border-color css
<style>
span { border-color: #744575; }
span { border-color: rgb(116,69,117); }
td.TdClassName
{
border-color: #744575;
}
.TagClassName
{
border-color: #744575;
}
</style>