Shades of Eminence #754173
Tints of Eminence #754173
RGB
CMYK
RGB Variations
Color information
#754173 (or 0x754173) is known color: Eminence. HEX triplet: 75, 41 and 73. RGB value is (117,65,115). Sum of RGB (Red+Green+Blue) = 117+65+115=297 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.39% from 297); Green value is 65 (25.78% from 255 or 21.89% from 297); Blue value is 115 (45.31% from 255 or 38.72% from 297); Max value from RGB is 117 - color contains mainly: red. Hex color #754173 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754173 is #8ABE8C. Grayscale: #565656. Windows color (decimal): -9092749 or 7553397. OLE color: 7553397.
HSL color Cylindrical-coordinate representation of color #754173: hue angle of 302.31º 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 #754173 is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 65 | 115 | - |
| CMYK | 0 | 0.44 | 0.02 | 0.54 |
| HSL | 302.31º | 0.29% | 0.36% | - |
| HSV(B) | 302.31º | 0.44% | 0.46% | - |
| XYZ | 12.32 | 8.8 | 17.27 | - |
| YUV | 86.25 | 144.23 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 65 | 115 | 0 | 0.44 | 0.02 | 0.54 | 302.31 | 0.29 | 0.36 |
| Hex | 75 | 41 | 73 | 0 | 2C | 2 | 36 | 12E | 1D | 24 |
| Octal | 165 | 101 | 163 | 0 | 54 | 2 | 66 | 456 | 35 | 44 |
| Binary | 1110101 | 1000001 | 1110011 | 0 | 101100 | 10 | 110110 | 100101110 | 11101 | 100100 |
Color Harmonies of #754173
Complementary color
Monochromatic Colors of #754173
Black with #754173
Text Example
Text Example
White with #754173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754173; }
p { color: rgb(117,65,115); }
H1.HeaderClassName
{
color: #754173;
}
.AnyTagClassName
{
color: #754173;
}
</style>
background-color css
<style>
a { background-color: #754173; }
a { background-color: rgb(117,65,115); }
div.DivClassName
{
background-color: #754173;
}
.BgClassName
{
background-color: #754173;
}
</style>
border-color css
<style>
span { border-color: #754173; }
span { border-color: rgb(117,65,115); }
td.TdClassName
{
border-color: #754173;
}
.TagClassName
{
border-color: #754173;
}
</style>