Shades of Eminence #754171
Tints of Eminence #754171
RGB
CMYK
RGB Variations
Color information
#754171 (or 0x754171) is known color: Eminence. HEX triplet: 75, 41 and 71. RGB value is (117,65,113). Sum of RGB (Red+Green+Blue) = 117+65+113=295 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.66% from 295); Green value is 65 (25.78% from 255 or 22.03% from 295); Blue value is 113 (44.53% from 255 or 38.31% from 295); Max value from RGB is 117 - color contains mainly: red. Hex color #754171 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754171 is #8ABE8E. Grayscale: #555555. Windows color (decimal): -9092751 or 7422325. OLE color: 7422325.
HSL color Cylindrical-coordinate representation of color #754171: hue angle of 304.62º 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 #754171 is Cyan = 0, Magento = 0.44, Yellow = 0.03 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 65 | 113 | - |
| CMYK | 0 | 0.44 | 0.03 | 0.54 |
| HSL | 304.62º | 0.29% | 0.36% | - |
| HSV(B) | 304.62º | 0.44% | 0.46% | - |
| XYZ | 12.21 | 8.75 | 16.67 | - |
| YUV | 86.02 | 143.23 | 150.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 65 | 113 | 0 | 0.44 | 0.03 | 0.54 | 304.62 | 0.29 | 0.36 |
| Hex | 75 | 41 | 71 | 0 | 2C | 3 | 36 | 131 | 1D | 24 |
| Octal | 165 | 101 | 161 | 0 | 54 | 3 | 66 | 461 | 35 | 44 |
| Binary | 1110101 | 1000001 | 1110001 | 0 | 101100 | 11 | 110110 | 100110001 | 11101 | 100100 |
Color Harmonies of #754171
Complementary color
Monochromatic Colors of #754171
Black with #754171
Text Example
Text Example
White with #754171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754171; }
p { color: rgb(117,65,113); }
H1.HeaderClassName
{
color: #754171;
}
.AnyTagClassName
{
color: #754171;
}
</style>
background-color css
<style>
a { background-color: #754171; }
a { background-color: rgb(117,65,113); }
div.DivClassName
{
background-color: #754171;
}
.BgClassName
{
background-color: #754171;
}
</style>
border-color css
<style>
span { border-color: #754171; }
span { border-color: rgb(117,65,113); }
td.TdClassName
{
border-color: #754171;
}
.TagClassName
{
border-color: #754171;
}
</style>