Shades of Eminence #71426D
Tints of Eminence #71426D
RGB
CMYK
RGB Variations
Color information
#71426D (or 0x71426D) is known color: Eminence. HEX triplet: 71, 42 and 6D. RGB value is (113,66,109). Sum of RGB (Red+Green+Blue) = 113+66+109=288 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.24% from 288); Green value is 66 (26.17% from 255 or 22.92% from 288); Blue value is 109 (42.97% from 255 or 37.85% from 288); Max value from RGB is 113 - color contains mainly: red. Hex color #71426D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71426D is #8EBD92. Grayscale: #545454. Windows color (decimal): -9354643 or 7160433. OLE color: 7160433.
HSL color Cylindrical-coordinate representation of color #71426D: hue angle of 305.11º 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 #71426D is Cyan = 0, Magento = 0.42, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 66 | 109 | - |
| CMYK | 0 | 0.42 | 0.04 | 0.56 |
| HSL | 305.11º | 0.26% | 0.35% | - |
| HSV(B) | 305.11º | 0.42% | 0.44% | - |
| XYZ | 11.52 | 8.51 | 15.5 | - |
| YUV | 84.96 | 141.57 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 66 | 109 | 0 | 0.42 | 0.04 | 0.56 | 305.11 | 0.26 | 0.35 |
| Hex | 71 | 42 | 6D | 0 | 2A | 4 | 38 | 131 | 1A | 23 |
| Octal | 161 | 102 | 155 | 0 | 52 | 4 | 70 | 461 | 32 | 43 |
| Binary | 1110001 | 1000010 | 1101101 | 0 | 101010 | 100 | 111000 | 100110001 | 11010 | 100011 |
Color Harmonies of #71426D
Complementary color
Monochromatic Colors of #71426D
Black with #71426D
Text Example
Text Example
White with #71426D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71426D; }
p { color: rgb(113,66,109); }
H1.HeaderClassName
{
color: #71426D;
}
.AnyTagClassName
{
color: #71426D;
}
</style>
background-color css
<style>
a { background-color: #71426D; }
a { background-color: rgb(113,66,109); }
div.DivClassName
{
background-color: #71426D;
}
.BgClassName
{
background-color: #71426D;
}
</style>
border-color css
<style>
span { border-color: #71426D; }
span { border-color: rgb(113,66,109); }
td.TdClassName
{
border-color: #71426D;
}
.TagClassName
{
border-color: #71426D;
}
</style>