Shades of Eminence #71327F
Tints of Eminence #71327F
RGB
CMYK
RGB Variations
Color information
#71327F (or 0x71327F) is known color: Eminence. HEX triplet: 71, 32 and 7F. RGB value is (113,50,127). Sum of RGB (Red+Green+Blue) = 113+50+127=290 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.97% from 290); Green value is 50 (19.92% from 255 or 17.24% from 290); Blue value is 127 (50% from 255 or 43.79% from 290); Max value from RGB is 127 - color contains mainly: blue. Hex color #71327F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71327F is #8ECD80. Grayscale: #4D4D4D. Windows color (decimal): -9358721 or 8335985. OLE color: 8335985.
HSL color Cylindrical-coordinate representation of color #71327F: hue angle of 289.09º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #71327F is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 113 | 50 | 127 | - |
| CMYK | 0.11 | 0.61 | 0 | 0.50 |
| HSL | 289.09º | 0.44% | 0.35% | - |
| HSV(B) | 289.09º | 0.61% | 0.5% | - |
| XYZ | 11.78 | 7.32 | 20.87 | - |
| YUV | 77.62 | 155.87 | 153.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 50 | 127 | 0.11 | 0.61 | 0 | 0.50 | 289.09 | 0.44 | 0.35 |
| Hex | 71 | 32 | 7F | B | 3D | 0 | 32 | 121 | 2C | 23 |
| Octal | 161 | 62 | 177 | 13 | 75 | 0 | 62 | 441 | 54 | 43 |
| Binary | 1110001 | 110010 | 1111111 | 1011 | 111101 | 0 | 110010 | 100100001 | 101100 | 100011 |
Color Harmonies of #71327F
Complementary color
Monochromatic Colors of #71327F
Black with #71327F
Text Example
Text Example
White with #71327F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71327F; }
p { color: rgb(113,50,127); }
H1.HeaderClassName
{
color: #71327F;
}
.AnyTagClassName
{
color: #71327F;
}
</style>
background-color css
<style>
a { background-color: #71327F; }
a { background-color: rgb(113,50,127); }
div.DivClassName
{
background-color: #71327F;
}
.BgClassName
{
background-color: #71327F;
}
</style>
border-color css
<style>
span { border-color: #71327F; }
span { border-color: rgb(113,50,127); }
td.TdClassName
{
border-color: #71327F;
}
.TagClassName
{
border-color: #71327F;
}
</style>