Shades of Eminence #754172
Tints of Eminence #754172
RGB
CMYK
RGB Variations
Color information
#754172 (or 0x754172) is known color: Eminence. HEX triplet: 75, 41 and 72. RGB value is (117,65,114). Sum of RGB (Red+Green+Blue) = 117+65+114=296 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.53% from 296); Green value is 65 (25.78% from 255 or 21.96% from 296); Blue value is 114 (44.92% from 255 or 38.51% from 296); Max value from RGB is 117 - color contains mainly: red. Hex color #754172 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754172 is #8ABE8D. Grayscale: #555555. Windows color (decimal): -9092750 or 7487861. OLE color: 7487861.
HSL color Cylindrical-coordinate representation of color #754172: hue angle of 303.46º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #754172 is Cyan = 0, Magento = 0.44, Yellow = 0.03 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 65 | 114 | - |
| CMYK | 0 | 0.44 | 0.03 | 0.54 |
| HSL | 303.46º | 0.29% | 0.36% | - |
| HSV(B) | 303.46º | 0.44% | 0.46% | - |
| XYZ | 12.26 | 8.78 | 16.97 | - |
| YUV | 86.13 | 143.73 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 65 | 114 | 0 | 0.44 | 0.03 | 0.54 | 303.46 | 0.29 | 0.36 |
| Hex | 75 | 41 | 72 | 0 | 2C | 3 | 36 | 12F | 1D | 24 |
| Octal | 165 | 101 | 162 | 0 | 54 | 3 | 66 | 457 | 35 | 44 |
| Binary | 1110101 | 1000001 | 1110010 | 0 | 101100 | 11 | 110110 | 100101111 | 11101 | 100100 |
Color Harmonies of #754172
Complementary color
Monochromatic Colors of #754172
Black with #754172
Text Example
Text Example
White with #754172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754172; }
p { color: rgb(117,65,114); }
H1.HeaderClassName
{
color: #754172;
}
.AnyTagClassName
{
color: #754172;
}
</style>
background-color css
<style>
a { background-color: #754172; }
a { background-color: rgb(117,65,114); }
div.DivClassName
{
background-color: #754172;
}
.BgClassName
{
background-color: #754172;
}
</style>
border-color css
<style>
span { border-color: #754172; }
span { border-color: rgb(117,65,114); }
td.TdClassName
{
border-color: #754172;
}
.TagClassName
{
border-color: #754172;
}
</style>