Shades of Eminence #71387B
Tints of Eminence #71387B
RGB
CMYK
RGB Variations
Color information
#71387B (or 0x71387B) is known color: Eminence. HEX triplet: 71, 38 and 7B. RGB value is (113,56,123). Sum of RGB (Red+Green+Blue) = 113+56+123=292 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.70% from 292); Green value is 56 (22.27% from 255 or 19.18% from 292); Blue value is 123 (48.44% from 255 or 42.12% from 292); Max value from RGB is 123 - color contains mainly: blue. Hex color #71387B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71387B is #8EC784. Grayscale: #505050. Windows color (decimal): -9357189 or 8075377. OLE color: 8075377.
HSL color Cylindrical-coordinate representation of color #71387B: hue angle of 291.04º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #71387B is Cyan = 0.08, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 113 | 56 | 123 | - |
| CMYK | 0.08 | 0.54 | 0 | 0.52 |
| HSL | 291.04º | 0.37% | 0.35% | - |
| HSV(B) | 291.04º | 0.54% | 0.48% | - |
| XYZ | 11.8 | 7.77 | 19.62 | - |
| YUV | 80.68 | 151.88 | 151.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 56 | 123 | 0.08 | 0.54 | 0 | 0.52 | 291.04 | 0.37 | 0.35 |
| Hex | 71 | 38 | 7B | 8 | 36 | 0 | 34 | 123 | 25 | 23 |
| Octal | 161 | 70 | 173 | 10 | 66 | 0 | 64 | 443 | 45 | 43 |
| Binary | 1110001 | 111000 | 1111011 | 1000 | 110110 | 0 | 110100 | 100100011 | 100101 | 100011 |
Color Harmonies of #71387B
Complementary color
Monochromatic Colors of #71387B
Black with #71387B
Text Example
Text Example
White with #71387B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71387B; }
p { color: rgb(113,56,123); }
H1.HeaderClassName
{
color: #71387B;
}
.AnyTagClassName
{
color: #71387B;
}
</style>
background-color css
<style>
a { background-color: #71387B; }
a { background-color: rgb(113,56,123); }
div.DivClassName
{
background-color: #71387B;
}
.BgClassName
{
background-color: #71387B;
}
</style>
border-color css
<style>
span { border-color: #71387B; }
span { border-color: rgb(113,56,123); }
td.TdClassName
{
border-color: #71387B;
}
.TagClassName
{
border-color: #71387B;
}
</style>