Shades of Eminence #714172
Tints of Eminence #714172
RGB
CMYK
RGB Variations
Color information
#714172 (or 0x714172) is known color: Eminence. HEX triplet: 71, 41 and 72. RGB value is (113,65,114). Sum of RGB (Red+Green+Blue) = 113+65+114=292 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.70% from 292); Green value is 65 (25.78% from 255 or 22.26% from 292); Blue value is 114 (44.92% from 255 or 39.04% from 292); Max value from RGB is 114 - color contains mainly: blue. Hex color #714172 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714172 is #8EBE8D. Grayscale: #545454. Windows color (decimal): -9354894 or 7487857. OLE color: 7487857.
HSL color Cylindrical-coordinate representation of color #714172: hue angle of 298.78º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #714172 is Cyan = 0.01, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 113 | 65 | 114 | - |
| CMYK | 0.01 | 0.43 | 0 | 0.55 |
| HSL | 298.78º | 0.27% | 0.35% | - |
| HSV(B) | 298.78º | 0.43% | 0.45% | - |
| XYZ | 11.74 | 8.51 | 16.94 | - |
| YUV | 84.94 | 144.4 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 65 | 114 | 0.01 | 0.43 | 0 | 0.55 | 298.78 | 0.27 | 0.35 |
| Hex | 71 | 41 | 72 | 1 | 2B | 0 | 37 | 12B | 1B | 23 |
| Octal | 161 | 101 | 162 | 1 | 53 | 0 | 67 | 453 | 33 | 43 |
| Binary | 1110001 | 1000001 | 1110010 | 1 | 101011 | 0 | 110111 | 100101011 | 11011 | 100011 |
Color Harmonies of #714172
Complementary color
Monochromatic Colors of #714172
Black with #714172
Text Example
Text Example
White with #714172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714172; }
p { color: rgb(113,65,114); }
H1.HeaderClassName
{
color: #714172;
}
.AnyTagClassName
{
color: #714172;
}
</style>
background-color css
<style>
a { background-color: #714172; }
a { background-color: rgb(113,65,114); }
div.DivClassName
{
background-color: #714172;
}
.BgClassName
{
background-color: #714172;
}
</style>
border-color css
<style>
span { border-color: #714172; }
span { border-color: rgb(113,65,114); }
td.TdClassName
{
border-color: #714172;
}
.TagClassName
{
border-color: #714172;
}
</style>