Shades of Eminence #714878
Tints of Eminence #714878
RGB
CMYK
RGB Variations
Color information
#714878 (or 0x714878) is known color: Eminence. HEX triplet: 71, 48 and 78. RGB value is (113,72,120). Sum of RGB (Red+Green+Blue) = 113+72+120=305 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.05% from 305); Green value is 72 (28.52% from 255 or 23.61% from 305); Blue value is 120 (47.27% from 255 or 39.34% from 305); Max value from RGB is 120 - color contains mainly: blue. Hex color #714878 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714878 is #8EB787. Grayscale: #595959. Windows color (decimal): -9353096 or 7882865. OLE color: 7882865.
HSL color Cylindrical-coordinate representation of color #714878: hue angle of 291.25º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #714878 is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 113 | 72 | 120 | - |
| CMYK | 0.06 | 0.40 | 0 | 0.53 |
| HSL | 291.25º | 0.25% | 0.38% | - |
| HSV(B) | 291.25º | 0.4% | 0.47% | - |
| XYZ | 12.52 | 9.5 | 18.94 | - |
| YUV | 89.73 | 145.08 | 144.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 72 | 120 | 0.06 | 0.40 | 0 | 0.53 | 291.25 | 0.25 | 0.38 |
| Hex | 71 | 48 | 78 | 6 | 28 | 0 | 35 | 123 | 19 | 26 |
| Octal | 161 | 110 | 170 | 6 | 50 | 0 | 65 | 443 | 31 | 46 |
| Binary | 1110001 | 1001000 | 1111000 | 110 | 101000 | 0 | 110101 | 100100011 | 11001 | 100110 |
Color Harmonies of #714878
Complementary color
Monochromatic Colors of #714878
Black with #714878
Text Example
Text Example
White with #714878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714878; }
p { color: rgb(113,72,120); }
H1.HeaderClassName
{
color: #714878;
}
.AnyTagClassName
{
color: #714878;
}
</style>
background-color css
<style>
a { background-color: #714878; }
a { background-color: rgb(113,72,120); }
div.DivClassName
{
background-color: #714878;
}
.BgClassName
{
background-color: #714878;
}
</style>
border-color css
<style>
span { border-color: #714878; }
span { border-color: rgb(113,72,120); }
td.TdClassName
{
border-color: #714878;
}
.TagClassName
{
border-color: #714878;
}
</style>