Shades of Eminence #71367C
Tints of Eminence #71367C
RGB
CMYK
RGB Variations
Color information
#71367C (or 0x71367C) is known color: Eminence. HEX triplet: 71, 36 and 7C. RGB value is (113,54,124). Sum of RGB (Red+Green+Blue) = 113+54+124=291 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.83% from 291); Green value is 54 (21.48% from 255 or 18.56% from 291); Blue value is 124 (48.83% from 255 or 42.61% from 291); Max value from RGB is 124 - color contains mainly: blue. Hex color #71367C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71367C is #8EC983. Grayscale: #4F4F4F. Windows color (decimal): -9357700 or 8140401. OLE color: 8140401.
HSL color Cylindrical-coordinate representation of color #71367C: hue angle of 290.57º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #71367C is Cyan = 0.09, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 113 | 54 | 124 | - |
| CMYK | 0.09 | 0.56 | 0 | 0.51 |
| HSL | 290.57º | 0.39% | 0.35% | - |
| HSV(B) | 290.57º | 0.56% | 0.49% | - |
| XYZ | 11.77 | 7.6 | 19.92 | - |
| YUV | 79.62 | 153.05 | 151.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 54 | 124 | 0.09 | 0.56 | 0 | 0.51 | 290.57 | 0.39 | 0.35 |
| Hex | 71 | 36 | 7C | 9 | 38 | 0 | 33 | 123 | 27 | 23 |
| Octal | 161 | 66 | 174 | 11 | 70 | 0 | 63 | 443 | 47 | 43 |
| Binary | 1110001 | 110110 | 1111100 | 1001 | 111000 | 0 | 110011 | 100100011 | 100111 | 100011 |
Color Harmonies of #71367C
Complementary color
Monochromatic Colors of #71367C
Black with #71367C
Text Example
Text Example
White with #71367C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71367C; }
p { color: rgb(113,54,124); }
H1.HeaderClassName
{
color: #71367C;
}
.AnyTagClassName
{
color: #71367C;
}
</style>
background-color css
<style>
a { background-color: #71367C; }
a { background-color: rgb(113,54,124); }
div.DivClassName
{
background-color: #71367C;
}
.BgClassName
{
background-color: #71367C;
}
</style>
border-color css
<style>
span { border-color: #71367C; }
span { border-color: rgb(113,54,124); }
td.TdClassName
{
border-color: #71367C;
}
.TagClassName
{
border-color: #71367C;
}
</style>