Shades of Eminence #742F75
Tints of Eminence #742F75
RGB
CMYK
RGB Variations
Color information
#742F75 (or 0x742F75) is known color: Eminence. HEX triplet: 74, 2F and 75. RGB value is (116,47,117). Sum of RGB (Red+Green+Blue) = 116+47+117=280 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.43% from 280); Green value is 47 (18.75% from 255 or 16.79% from 280); Blue value is 117 (46.09% from 255 or 41.79% from 280); Max value from RGB is 117 - color contains mainly: blue. Hex color #742F75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742F75 is #8BD08A. Grayscale: #4B4B4B. Windows color (decimal): -9162891 or 7679860. OLE color: 7679860.
HSL color Cylindrical-coordinate representation of color #742F75: hue angle of 299.14º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #742F75 is Cyan = 0.01, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 116 | 47 | 117 | - |
| CMYK | 0.01 | 0.60 | 0 | 0.54 |
| HSL | 299.14º | 0.43% | 0.32% | - |
| HSV(B) | 299.14º | 0.6% | 0.46% | - |
| XYZ | 11.43 | 7.03 | 17.58 | - |
| YUV | 75.61 | 151.36 | 156.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 47 | 117 | 0.01 | 0.60 | 0 | 0.54 | 299.14 | 0.43 | 0.32 |
| Hex | 74 | 2F | 75 | 1 | 3C | 0 | 36 | 12B | 2B | 20 |
| Octal | 164 | 57 | 165 | 1 | 74 | 0 | 66 | 453 | 53 | 40 |
| Binary | 1110100 | 101111 | 1110101 | 1 | 111100 | 0 | 110110 | 100101011 | 101011 | 100000 |
Color Harmonies of #742F75
Complementary color
Monochromatic Colors of #742F75
Black with #742F75
Text Example
Text Example
White with #742F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742F75; }
p { color: rgb(116,47,117); }
H1.HeaderClassName
{
color: #742F75;
}
.AnyTagClassName
{
color: #742F75;
}
</style>
background-color css
<style>
a { background-color: #742F75; }
a { background-color: rgb(116,47,117); }
div.DivClassName
{
background-color: #742F75;
}
.BgClassName
{
background-color: #742F75;
}
</style>
border-color css
<style>
span { border-color: #742F75; }
span { border-color: rgb(116,47,117); }
td.TdClassName
{
border-color: #742F75;
}
.TagClassName
{
border-color: #742F75;
}
</style>