Shades of Eminence #71337F
Tints of Eminence #71337F
RGB
CMYK
RGB Variations
Color information
#71337F (or 0x71337F) is known color: Eminence. HEX triplet: 71, 33 and 7F. RGB value is (113,51,127). Sum of RGB (Red+Green+Blue) = 113+51+127=291 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.83% from 291); Green value is 51 (20.31% from 255 or 17.53% from 291); Blue value is 127 (50% from 255 or 43.64% from 291); Max value from RGB is 127 - color contains mainly: blue. Hex color #71337F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71337F is #8ECC80. Grayscale: #4D4D4D. Windows color (decimal): -9358465 or 8336241. OLE color: 8336241.
HSL color Cylindrical-coordinate representation of color #71337F: hue angle of 288.95º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #71337F is Cyan = 0.11, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 113 | 51 | 127 | - |
| CMYK | 0.11 | 0.60 | 0 | 0.50 |
| HSL | 288.95º | 0.43% | 0.35% | - |
| HSV(B) | 288.95º | 0.6% | 0.5% | - |
| XYZ | 11.82 | 7.41 | 20.89 | - |
| YUV | 78.2 | 155.54 | 152.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 51 | 127 | 0.11 | 0.60 | 0 | 0.50 | 288.95 | 0.43 | 0.35 |
| Hex | 71 | 33 | 7F | B | 3C | 0 | 32 | 121 | 2B | 23 |
| Octal | 161 | 63 | 177 | 13 | 74 | 0 | 62 | 441 | 53 | 43 |
| Binary | 1110001 | 110011 | 1111111 | 1011 | 111100 | 0 | 110010 | 100100001 | 101011 | 100011 |
Color Harmonies of #71337F
Complementary color
Monochromatic Colors of #71337F
Black with #71337F
Text Example
Text Example
White with #71337F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71337F; }
p { color: rgb(113,51,127); }
H1.HeaderClassName
{
color: #71337F;
}
.AnyTagClassName
{
color: #71337F;
}
</style>
background-color css
<style>
a { background-color: #71337F; }
a { background-color: rgb(113,51,127); }
div.DivClassName
{
background-color: #71337F;
}
.BgClassName
{
background-color: #71337F;
}
</style>
border-color css
<style>
span { border-color: #71337F; }
span { border-color: rgb(113,51,127); }
td.TdClassName
{
border-color: #71337F;
}
.TagClassName
{
border-color: #71337F;
}
</style>