Shades of Eminence #71347D
Tints of Eminence #71347D
RGB
CMYK
RGB Variations
Color information
#71347D (or 0x71347D) is known color: Eminence. HEX triplet: 71, 34 and 7D. RGB value is (113,52,125). Sum of RGB (Red+Green+Blue) = 113+52+125=290 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.97% from 290); Green value is 52 (20.70% from 255 or 17.93% from 290); Blue value is 125 (49.22% from 255 or 43.10% from 290); Max value from RGB is 125 - color contains mainly: blue. Hex color #71347D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71347D is #8ECB82. Grayscale: #4E4E4E. Windows color (decimal): -9358211 or 8205425. OLE color: 8205425.
HSL color Cylindrical-coordinate representation of color #71347D: hue angle of 290.14º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #71347D is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 113 | 52 | 125 | - |
| CMYK | 0.10 | 0.58 | 0 | 0.51 |
| HSL | 290.14º | 0.41% | 0.35% | - |
| HSV(B) | 290.14º | 0.58% | 0.49% | - |
| XYZ | 11.74 | 7.45 | 20.22 | - |
| YUV | 78.56 | 154.21 | 152.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 52 | 125 | 0.10 | 0.58 | 0 | 0.51 | 290.14 | 0.41 | 0.35 |
| Hex | 71 | 34 | 7D | A | 3A | 0 | 33 | 122 | 29 | 23 |
| Octal | 161 | 64 | 175 | 12 | 72 | 0 | 63 | 442 | 51 | 43 |
| Binary | 1110001 | 110100 | 1111101 | 1010 | 111010 | 0 | 110011 | 100100010 | 101001 | 100011 |
Color Harmonies of #71347D
Complementary color
Monochromatic Colors of #71347D
Black with #71347D
Text Example
Text Example
White with #71347D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71347D; }
p { color: rgb(113,52,125); }
H1.HeaderClassName
{
color: #71347D;
}
.AnyTagClassName
{
color: #71347D;
}
</style>
background-color css
<style>
a { background-color: #71347D; }
a { background-color: rgb(113,52,125); }
div.DivClassName
{
background-color: #71347D;
}
.BgClassName
{
background-color: #71347D;
}
</style>
border-color css
<style>
span { border-color: #71347D; }
span { border-color: rgb(113,52,125); }
td.TdClassName
{
border-color: #71347D;
}
.TagClassName
{
border-color: #71347D;
}
</style>