Shades of Eminence #71297B
Tints of Eminence #71297B
RGB
CMYK
RGB Variations
Color information
#71297B (or 0x71297B) is known color: Eminence. HEX triplet: 71, 29 and 7B. RGB value is (113,41,123). Sum of RGB (Red+Green+Blue) = 113+41+123=277 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.79% from 277); Green value is 41 (16.41% from 255 or 14.80% from 277); Blue value is 123 (48.44% from 255 or 44.40% from 277); Max value from RGB is 123 - color contains mainly: blue. Hex color #71297B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71297B is #8ED684. Grayscale: #474747. Windows color (decimal): -9361029 or 8071537. OLE color: 8071537.
HSL color Cylindrical-coordinate representation of color #71297B: hue angle of 292.68º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #71297B is Cyan = 0.08, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 113 | 41 | 123 | - |
| CMYK | 0.08 | 0.67 | 0 | 0.52 |
| HSL | 292.68º | 0.5% | 0.32% | - |
| HSV(B) | 292.68º | 0.67% | 0.48% | - |
| XYZ | 11.18 | 6.53 | 19.41 | - |
| YUV | 71.88 | 156.85 | 157.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 41 | 123 | 0.08 | 0.67 | 0 | 0.52 | 292.68 | 0.5 | 0.32 |
| Hex | 71 | 29 | 7B | 8 | 43 | 0 | 34 | 125 | 32 | 20 |
| Octal | 161 | 51 | 173 | 10 | 103 | 0 | 64 | 445 | 62 | 40 |
| Binary | 1110001 | 101001 | 1111011 | 1000 | 1000011 | 0 | 110100 | 100100101 | 110010 | 100000 |
Color Harmonies of #71297B
Complementary color
Monochromatic Colors of #71297B
Black with #71297B
Text Example
Text Example
White with #71297B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71297B; }
p { color: rgb(113,41,123); }
H1.HeaderClassName
{
color: #71297B;
}
.AnyTagClassName
{
color: #71297B;
}
</style>
background-color css
<style>
a { background-color: #71297B; }
a { background-color: rgb(113,41,123); }
div.DivClassName
{
background-color: #71297B;
}
.BgClassName
{
background-color: #71297B;
}
</style>
border-color css
<style>
span { border-color: #71297B; }
span { border-color: rgb(113,41,123); }
td.TdClassName
{
border-color: #71297B;
}
.TagClassName
{
border-color: #71297B;
}
</style>