Shades of Eminence #71367D
Tints of Eminence #71367D
RGB
CMYK
RGB Variations
Color information
#71367D (or 0x71367D) is known color: Eminence. HEX triplet: 71, 36 and 7D. RGB value is (113,54,125). Sum of RGB (Red+Green+Blue) = 113+54+125=292 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.70% from 292); Green value is 54 (21.48% from 255 or 18.49% from 292); Blue value is 125 (49.22% from 255 or 42.81% from 292); Max value from RGB is 125 - color contains mainly: blue. Hex color #71367D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71367D is #8EC982. Grayscale: #4F4F4F. Windows color (decimal): -9357699 or 8205937. OLE color: 8205937.
HSL color Cylindrical-coordinate representation of color #71367D: hue angle of 289.86º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #71367D is Cyan = 0.10, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 113 | 54 | 125 | - |
| CMYK | 0.10 | 0.57 | 0 | 0.51 |
| HSL | 289.86º | 0.4% | 0.35% | - |
| HSV(B) | 289.86º | 0.57% | 0.49% | - |
| XYZ | 11.83 | 7.63 | 20.25 | - |
| YUV | 79.74 | 153.55 | 151.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 54 | 125 | 0.10 | 0.57 | 0 | 0.51 | 289.86 | 0.4 | 0.35 |
| Hex | 71 | 36 | 7D | A | 39 | 0 | 33 | 122 | 28 | 23 |
| Octal | 161 | 66 | 175 | 12 | 71 | 0 | 63 | 442 | 50 | 43 |
| Binary | 1110001 | 110110 | 1111101 | 1010 | 111001 | 0 | 110011 | 100100010 | 101000 | 100011 |
Color Harmonies of #71367D
Complementary color
Monochromatic Colors of #71367D
Black with #71367D
Text Example
Text Example
White with #71367D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71367D; }
p { color: rgb(113,54,125); }
H1.HeaderClassName
{
color: #71367D;
}
.AnyTagClassName
{
color: #71367D;
}
</style>
background-color css
<style>
a { background-color: #71367D; }
a { background-color: rgb(113,54,125); }
div.DivClassName
{
background-color: #71367D;
}
.BgClassName
{
background-color: #71367D;
}
</style>
border-color css
<style>
span { border-color: #71367D; }
span { border-color: rgb(113,54,125); }
td.TdClassName
{
border-color: #71367D;
}
.TagClassName
{
border-color: #71367D;
}
</style>