Shades of Eminence #71426A
Tints of Eminence #71426A
RGB
CMYK
RGB Variations
Color information
#71426A (or 0x71426A) is known color: Eminence. HEX triplet: 71, 42 and 6A. RGB value is (113,66,106). Sum of RGB (Red+Green+Blue) = 113+66+106=285 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.65% from 285); Green value is 66 (26.17% from 255 or 23.16% from 285); Blue value is 106 (41.80% from 255 or 37.19% from 285); Max value from RGB is 113 - color contains mainly: red. Hex color #71426A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71426A is #8EBD95. Grayscale: #545454. Windows color (decimal): -9354646 or 6963825. OLE color: 6963825.
HSL color Cylindrical-coordinate representation of color #71426A: hue angle of 308.94º 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 #71426A is Cyan = 0, Magento = 0.42, Yellow = 0.06 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 66 | 106 | - |
| CMYK | 0 | 0.42 | 0.06 | 0.56 |
| HSL | 308.94º | 0.26% | 0.35% | - |
| HSV(B) | 308.94º | 0.42% | 0.44% | - |
| XYZ | 11.36 | 8.45 | 14.67 | - |
| YUV | 84.61 | 140.07 | 148.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 66 | 106 | 0 | 0.42 | 0.06 | 0.56 | 308.94 | 0.26 | 0.35 |
| Hex | 71 | 42 | 6A | 0 | 2A | 6 | 38 | 135 | 1A | 23 |
| Octal | 161 | 102 | 152 | 0 | 52 | 6 | 70 | 465 | 32 | 43 |
| Binary | 1110001 | 1000010 | 1101010 | 0 | 101010 | 110 | 111000 | 100110101 | 11010 | 100011 |
Color Harmonies of #71426A
Complementary color
Monochromatic Colors of #71426A
Black with #71426A
Text Example
Text Example
White with #71426A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71426A; }
p { color: rgb(113,66,106); }
H1.HeaderClassName
{
color: #71426A;
}
.AnyTagClassName
{
color: #71426A;
}
</style>
background-color css
<style>
a { background-color: #71426A; }
a { background-color: rgb(113,66,106); }
div.DivClassName
{
background-color: #71426A;
}
.BgClassName
{
background-color: #71426A;
}
</style>
border-color css
<style>
span { border-color: #71426A; }
span { border-color: rgb(113,66,106); }
td.TdClassName
{
border-color: #71426A;
}
.TagClassName
{
border-color: #71426A;
}
</style>