Shades of Eminence #71376E
Tints of Eminence #71376E
RGB
CMYK
RGB Variations
Color information
#71376E (or 0x71376E) is known color: Eminence. HEX triplet: 71, 37 and 6E. RGB value is (113,55,110). Sum of RGB (Red+Green+Blue) = 113+55+110=278 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.65% from 278); Green value is 55 (21.88% from 255 or 19.78% from 278); Blue value is 110 (43.36% from 255 or 39.57% from 278); Max value from RGB is 113 - color contains mainly: red. Hex color #71376E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71376E is #8EC891. Grayscale: #4E4E4E. Windows color (decimal): -9357458 or 7223153. OLE color: 7223153.
HSL color Cylindrical-coordinate representation of color #71376E: hue angle of 303.1º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #71376E is Cyan = 0, Magento = 0.51, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 55 | 110 | - |
| CMYK | 0 | 0.51 | 0.03 | 0.56 |
| HSL | 303.1º | 0.35% | 0.33% | - |
| HSV(B) | 303.1º | 0.51% | 0.44% | - |
| XYZ | 10.99 | 7.37 | 15.59 | - |
| YUV | 78.61 | 145.72 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 55 | 110 | 0 | 0.51 | 0.03 | 0.56 | 303.1 | 0.35 | 0.33 |
| Hex | 71 | 37 | 6E | 0 | 33 | 3 | 38 | 12F | 23 | 21 |
| Octal | 161 | 67 | 156 | 0 | 63 | 3 | 70 | 457 | 43 | 41 |
| Binary | 1110001 | 110111 | 1101110 | 0 | 110011 | 11 | 111000 | 100101111 | 100011 | 100001 |
Color Harmonies of #71376E
Complementary color
Monochromatic Colors of #71376E
Black with #71376E
Text Example
Text Example
White with #71376E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71376E; }
p { color: rgb(113,55,110); }
H1.HeaderClassName
{
color: #71376E;
}
.AnyTagClassName
{
color: #71376E;
}
</style>
background-color css
<style>
a { background-color: #71376E; }
a { background-color: rgb(113,55,110); }
div.DivClassName
{
background-color: #71376E;
}
.BgClassName
{
background-color: #71376E;
}
</style>
border-color css
<style>
span { border-color: #71376E; }
span { border-color: rgb(113,55,110); }
td.TdClassName
{
border-color: #71376E;
}
.TagClassName
{
border-color: #71376E;
}
</style>