Shades of Eminence #71297C
Tints of Eminence #71297C
RGB
CMYK
RGB Variations
Color information
#71297C (or 0x71297C) is known color: Eminence. HEX triplet: 71, 29 and 7C. RGB value is (113,41,124). Sum of RGB (Red+Green+Blue) = 113+41+124=278 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.65% from 278); Green value is 41 (16.41% from 255 or 14.75% from 278); Blue value is 124 (48.83% from 255 or 44.60% from 278); Max value from RGB is 124 - color contains mainly: blue. Hex color #71297C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71297C is #8ED683. Grayscale: #474747. Windows color (decimal): -9361028 or 8137073. OLE color: 8137073.
HSL color Cylindrical-coordinate representation of color #71297C: hue angle of 292.05º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #71297C is Cyan = 0.09, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 113 | 41 | 124 | - |
| CMYK | 0.09 | 0.67 | 0 | 0.51 |
| HSL | 292.05º | 0.5% | 0.32% | - |
| HSV(B) | 292.05º | 0.67% | 0.49% | - |
| XYZ | 11.24 | 6.55 | 19.74 | - |
| YUV | 71.99 | 157.35 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 41 | 124 | 0.09 | 0.67 | 0 | 0.51 | 292.05 | 0.5 | 0.32 |
| Hex | 71 | 29 | 7C | 9 | 43 | 0 | 33 | 124 | 32 | 20 |
| Octal | 161 | 51 | 174 | 11 | 103 | 0 | 63 | 444 | 62 | 40 |
| Binary | 1110001 | 101001 | 1111100 | 1001 | 1000011 | 0 | 110011 | 100100100 | 110010 | 100000 |
Color Harmonies of #71297C
Complementary color
Monochromatic Colors of #71297C
Black with #71297C
Text Example
Text Example
White with #71297C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71297C; }
p { color: rgb(113,41,124); }
H1.HeaderClassName
{
color: #71297C;
}
.AnyTagClassName
{
color: #71297C;
}
</style>
background-color css
<style>
a { background-color: #71297C; }
a { background-color: rgb(113,41,124); }
div.DivClassName
{
background-color: #71297C;
}
.BgClassName
{
background-color: #71297C;
}
</style>
border-color css
<style>
span { border-color: #71297C; }
span { border-color: rgb(113,41,124); }
td.TdClassName
{
border-color: #71297C;
}
.TagClassName
{
border-color: #71297C;
}
</style>