Shades of Eminence #71407B
Tints of Eminence #71407B
RGB
CMYK
RGB Variations
Color information
#71407B (or 0x71407B) is known color: Eminence. HEX triplet: 71, 40 and 7B. RGB value is (113,64,123). Sum of RGB (Red+Green+Blue) = 113+64+123=300 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.67% from 300); Green value is 64 (25.39% from 255 or 21.33% from 300); Blue value is 123 (48.44% from 255 or 41% from 300); Max value from RGB is 123 - color contains mainly: blue. Hex color #71407B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71407B is #8EBF84. Grayscale: #555555. Windows color (decimal): -9355141 or 8077425. OLE color: 8077425.
HSL color Cylindrical-coordinate representation of color #71407B: hue angle of 289.83º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #71407B is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 113 | 64 | 123 | - |
| CMYK | 0.08 | 0.48 | 0 | 0.52 |
| HSL | 289.83º | 0.32% | 0.37% | - |
| HSV(B) | 289.83º | 0.48% | 0.48% | - |
| XYZ | 12.22 | 8.61 | 19.76 | - |
| YUV | 85.38 | 149.23 | 147.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 64 | 123 | 0.08 | 0.48 | 0 | 0.52 | 289.83 | 0.32 | 0.37 |
| Hex | 71 | 40 | 7B | 8 | 30 | 0 | 34 | 122 | 20 | 25 |
| Octal | 161 | 100 | 173 | 10 | 60 | 0 | 64 | 442 | 40 | 45 |
| Binary | 1110001 | 1000000 | 1111011 | 1000 | 110000 | 0 | 110100 | 100100010 | 100000 | 100101 |
Color Harmonies of #71407B
Complementary color
Monochromatic Colors of #71407B
Black with #71407B
Text Example
Text Example
White with #71407B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71407B; }
p { color: rgb(113,64,123); }
H1.HeaderClassName
{
color: #71407B;
}
.AnyTagClassName
{
color: #71407B;
}
</style>
background-color css
<style>
a { background-color: #71407B; }
a { background-color: rgb(113,64,123); }
div.DivClassName
{
background-color: #71407B;
}
.BgClassName
{
background-color: #71407B;
}
</style>
border-color css
<style>
span { border-color: #71407B; }
span { border-color: rgb(113,64,123); }
td.TdClassName
{
border-color: #71407B;
}
.TagClassName
{
border-color: #71407B;
}
</style>