Shades of Eminence #71287F
Tints of Eminence #71287F
RGB
CMYK
RGB Variations
Color information
#71287F (or 0x71287F) is known color: Eminence. HEX triplet: 71, 28 and 7F. RGB value is (113,40,127). Sum of RGB (Red+Green+Blue) = 113+40+127=280 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.36% from 280); Green value is 40 (16.02% from 255 or 14.29% from 280); Blue value is 127 (50% from 255 or 45.36% from 280); Max value from RGB is 127 - color contains mainly: blue. Hex color #71287F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71287F is #8ED780. Grayscale: #474747. Windows color (decimal): -9361281 or 8333425. OLE color: 8333425.
HSL color Cylindrical-coordinate representation of color #71287F: hue angle of 290.34º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #71287F is Cyan = 0.11, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 113 | 40 | 127 | - |
| CMYK | 0.11 | 0.69 | 0 | 0.50 |
| HSL | 290.34º | 0.52% | 0.33% | - |
| HSV(B) | 290.34º | 0.69% | 0.5% | - |
| XYZ | 11.4 | 6.56 | 20.74 | - |
| YUV | 71.75 | 159.18 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 40 | 127 | 0.11 | 0.69 | 0 | 0.50 | 290.34 | 0.52 | 0.33 |
| Hex | 71 | 28 | 7F | B | 45 | 0 | 32 | 122 | 34 | 21 |
| Octal | 161 | 50 | 177 | 13 | 105 | 0 | 62 | 442 | 64 | 41 |
| Binary | 1110001 | 101000 | 1111111 | 1011 | 1000101 | 0 | 110010 | 100100010 | 110100 | 100001 |
Color Harmonies of #71287F
Complementary color
Monochromatic Colors of #71287F
Black with #71287F
Text Example
Text Example
White with #71287F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71287F; }
p { color: rgb(113,40,127); }
H1.HeaderClassName
{
color: #71287F;
}
.AnyTagClassName
{
color: #71287F;
}
</style>
background-color css
<style>
a { background-color: #71287F; }
a { background-color: rgb(113,40,127); }
div.DivClassName
{
background-color: #71287F;
}
.BgClassName
{
background-color: #71287F;
}
</style>
border-color css
<style>
span { border-color: #71287F; }
span { border-color: rgb(113,40,127); }
td.TdClassName
{
border-color: #71287F;
}
.TagClassName
{
border-color: #71287F;
}
</style>