Shades of Eminence #71297F
Tints of Eminence #71297F
RGB
CMYK
RGB Variations
Color information
#71297F (or 0x71297F) is known color: Eminence. HEX triplet: 71, 29 and 7F. RGB value is (113,41,127). Sum of RGB (Red+Green+Blue) = 113+41+127=281 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.21% from 281); Green value is 41 (16.41% from 255 or 14.59% from 281); Blue value is 127 (50% from 255 or 45.20% from 281); Max value from RGB is 127 - color contains mainly: blue. Hex color #71297F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71297F is #8ED680. Grayscale: #484848. Windows color (decimal): -9361025 or 8333681. OLE color: 8333681.
HSL color Cylindrical-coordinate representation of color #71297F: hue angle of 290.23º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #71297F is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 113 | 41 | 127 | - |
| CMYK | 0.11 | 0.68 | 0 | 0.50 |
| HSL | 290.23º | 0.51% | 0.33% | - |
| HSV(B) | 290.23º | 0.68% | 0.5% | - |
| XYZ | 11.43 | 6.63 | 20.76 | - |
| YUV | 72.33 | 158.85 | 157.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 41 | 127 | 0.11 | 0.68 | 0 | 0.50 | 290.23 | 0.51 | 0.33 |
| Hex | 71 | 29 | 7F | B | 44 | 0 | 32 | 122 | 33 | 21 |
| Octal | 161 | 51 | 177 | 13 | 104 | 0 | 62 | 442 | 63 | 41 |
| Binary | 1110001 | 101001 | 1111111 | 1011 | 1000100 | 0 | 110010 | 100100010 | 110011 | 100001 |
Color Harmonies of #71297F
Complementary color
Monochromatic Colors of #71297F
Black with #71297F
Text Example
Text Example
White with #71297F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71297F; }
p { color: rgb(113,41,127); }
H1.HeaderClassName
{
color: #71297F;
}
.AnyTagClassName
{
color: #71297F;
}
</style>
background-color css
<style>
a { background-color: #71297F; }
a { background-color: rgb(113,41,127); }
div.DivClassName
{
background-color: #71297F;
}
.BgClassName
{
background-color: #71297F;
}
</style>
border-color css
<style>
span { border-color: #71297F; }
span { border-color: rgb(113,41,127); }
td.TdClassName
{
border-color: #71297F;
}
.TagClassName
{
border-color: #71297F;
}
</style>