Shades of Eminence #71427C
Tints of Eminence #71427C
RGB
CMYK
RGB Variations
Color information
#71427C (or 0x71427C) is known color: Eminence. HEX triplet: 71, 42 and 7C. RGB value is (113,66,124). Sum of RGB (Red+Green+Blue) = 113+66+124=303 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.29% from 303); Green value is 66 (26.17% from 255 or 21.78% from 303); Blue value is 124 (48.83% from 255 or 40.92% from 303); Max value from RGB is 124 - color contains mainly: blue. Hex color #71427C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71427C is #8EBD83. Grayscale: #565656. Windows color (decimal): -9354628 or 8143473. OLE color: 8143473.
HSL color Cylindrical-coordinate representation of color #71427C: hue angle of 288.62º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #71427C is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 113 | 66 | 124 | - |
| CMYK | 0.09 | 0.47 | 0 | 0.51 |
| HSL | 288.62º | 0.31% | 0.37% | - |
| HSV(B) | 288.62º | 0.47% | 0.49% | - |
| XYZ | 12.4 | 8.86 | 20.13 | - |
| YUV | 86.67 | 149.07 | 146.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 66 | 124 | 0.09 | 0.47 | 0 | 0.51 | 288.62 | 0.31 | 0.37 |
| Hex | 71 | 42 | 7C | 9 | 2F | 0 | 33 | 121 | 1F | 25 |
| Octal | 161 | 102 | 174 | 11 | 57 | 0 | 63 | 441 | 37 | 45 |
| Binary | 1110001 | 1000010 | 1111100 | 1001 | 101111 | 0 | 110011 | 100100001 | 11111 | 100101 |
Color Harmonies of #71427C
Complementary color
Monochromatic Colors of #71427C
Black with #71427C
Text Example
Text Example
White with #71427C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71427C; }
p { color: rgb(113,66,124); }
H1.HeaderClassName
{
color: #71427C;
}
.AnyTagClassName
{
color: #71427C;
}
</style>
background-color css
<style>
a { background-color: #71427C; }
a { background-color: rgb(113,66,124); }
div.DivClassName
{
background-color: #71427C;
}
.BgClassName
{
background-color: #71427C;
}
</style>
border-color css
<style>
span { border-color: #71427C; }
span { border-color: rgb(113,66,124); }
td.TdClassName
{
border-color: #71427C;
}
.TagClassName
{
border-color: #71427C;
}
</style>