Shades of Eminence #71426E
Tints of Eminence #71426E
RGB
CMYK
RGB Variations
Color information
#71426E (or 0x71426E) is known color: Eminence. HEX triplet: 71, 42 and 6E. RGB value is (113,66,110). Sum of RGB (Red+Green+Blue) = 113+66+110=289 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.10% from 289); Green value is 66 (26.17% from 255 or 22.84% from 289); Blue value is 110 (43.36% from 255 or 38.06% from 289); Max value from RGB is 113 - color contains mainly: red. Hex color #71426E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71426E is #8EBD91. Grayscale: #545454. Windows color (decimal): -9354642 or 7225969. OLE color: 7225969.
HSL color Cylindrical-coordinate representation of color #71426E: hue angle of 303.83º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #71426E is Cyan = 0, Magento = 0.42, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 66 | 110 | - |
| CMYK | 0 | 0.42 | 0.03 | 0.56 |
| HSL | 303.83º | 0.26% | 0.35% | - |
| HSV(B) | 303.83º | 0.42% | 0.44% | - |
| XYZ | 11.57 | 8.53 | 15.79 | - |
| YUV | 85.07 | 142.07 | 147.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 66 | 110 | 0 | 0.42 | 0.03 | 0.56 | 303.83 | 0.26 | 0.35 |
| Hex | 71 | 42 | 6E | 0 | 2A | 3 | 38 | 130 | 1A | 23 |
| Octal | 161 | 102 | 156 | 0 | 52 | 3 | 70 | 460 | 32 | 43 |
| Binary | 1110001 | 1000010 | 1101110 | 0 | 101010 | 11 | 111000 | 100110000 | 11010 | 100011 |
Color Harmonies of #71426E
Complementary color
Monochromatic Colors of #71426E
Black with #71426E
Text Example
Text Example
White with #71426E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71426E; }
p { color: rgb(113,66,110); }
H1.HeaderClassName
{
color: #71426E;
}
.AnyTagClassName
{
color: #71426E;
}
</style>
background-color css
<style>
a { background-color: #71426E; }
a { background-color: rgb(113,66,110); }
div.DivClassName
{
background-color: #71426E;
}
.BgClassName
{
background-color: #71426E;
}
</style>
border-color css
<style>
span { border-color: #71426E; }
span { border-color: rgb(113,66,110); }
td.TdClassName
{
border-color: #71426E;
}
.TagClassName
{
border-color: #71426E;
}
</style>