Shades of Eminence #71317E
Tints of Eminence #71317E
RGB
CMYK
RGB Variations
Color information
#71317E (or 0x71317E) is known color: Eminence. HEX triplet: 71, 31 and 7E. RGB value is (113,49,126). Sum of RGB (Red+Green+Blue) = 113+49+126=288 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.24% from 288); Green value is 49 (19.53% from 255 or 17.01% from 288); Blue value is 126 (49.61% from 255 or 43.75% from 288); Max value from RGB is 126 - color contains mainly: blue. Hex color #71317E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71317E is #8ECE81. Grayscale: #4C4C4C. Windows color (decimal): -9358978 or 8270193. OLE color: 8270193.
HSL color Cylindrical-coordinate representation of color #71317E: hue angle of 289.87º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #71317E is Cyan = 0.10, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 113 | 49 | 126 | - |
| CMYK | 0.10 | 0.61 | 0 | 0.51 |
| HSL | 289.87º | 0.44% | 0.34% | - |
| HSV(B) | 289.87º | 0.61% | 0.49% | - |
| XYZ | 11.67 | 7.21 | 20.52 | - |
| YUV | 76.91 | 155.7 | 153.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 49 | 126 | 0.10 | 0.61 | 0 | 0.51 | 289.87 | 0.44 | 0.34 |
| Hex | 71 | 31 | 7E | A | 3D | 0 | 33 | 122 | 2C | 22 |
| Octal | 161 | 61 | 176 | 12 | 75 | 0 | 63 | 442 | 54 | 42 |
| Binary | 1110001 | 110001 | 1111110 | 1010 | 111101 | 0 | 110011 | 100100010 | 101100 | 100010 |
Color Harmonies of #71317E
Complementary color
Monochromatic Colors of #71317E
Black with #71317E
Text Example
Text Example
White with #71317E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71317E; }
p { color: rgb(113,49,126); }
H1.HeaderClassName
{
color: #71317E;
}
.AnyTagClassName
{
color: #71317E;
}
</style>
background-color css
<style>
a { background-color: #71317E; }
a { background-color: rgb(113,49,126); }
div.DivClassName
{
background-color: #71317E;
}
.BgClassName
{
background-color: #71317E;
}
</style>
border-color css
<style>
span { border-color: #71317E; }
span { border-color: rgb(113,49,126); }
td.TdClassName
{
border-color: #71317E;
}
.TagClassName
{
border-color: #71317E;
}
</style>