Shades of Eminence #71437D
Tints of Eminence #71437D
RGB
CMYK
RGB Variations
Color information
#71437D (or 0x71437D) is known color: Eminence. HEX triplet: 71, 43 and 7D. RGB value is (113,67,125). Sum of RGB (Red+Green+Blue) = 113+67+125=305 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.05% from 305); Green value is 67 (26.56% from 255 or 21.97% from 305); Blue value is 125 (49.22% from 255 or 40.98% from 305); Max value from RGB is 125 - color contains mainly: blue. Hex color #71437D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71437D is #8EBC82. Grayscale: #575757. Windows color (decimal): -9354371 or 8209265. OLE color: 8209265.
HSL color Cylindrical-coordinate representation of color #71437D: hue angle of 287.59º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #71437D is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 113 | 67 | 125 | - |
| CMYK | 0.10 | 0.46 | 0 | 0.51 |
| HSL | 287.59º | 0.3% | 0.38% | - |
| HSV(B) | 287.59º | 0.46% | 0.49% | - |
| XYZ | 12.52 | 9.01 | 20.48 | - |
| YUV | 87.37 | 149.24 | 146.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 67 | 125 | 0.10 | 0.46 | 0 | 0.51 | 287.59 | 0.3 | 0.38 |
| Hex | 71 | 43 | 7D | A | 2E | 0 | 33 | 120 | 1E | 26 |
| Octal | 161 | 103 | 175 | 12 | 56 | 0 | 63 | 440 | 36 | 46 |
| Binary | 1110001 | 1000011 | 1111101 | 1010 | 101110 | 0 | 110011 | 100100000 | 11110 | 100110 |
Color Harmonies of #71437D
Complementary color
Monochromatic Colors of #71437D
Black with #71437D
Text Example
Text Example
White with #71437D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71437D; }
p { color: rgb(113,67,125); }
H1.HeaderClassName
{
color: #71437D;
}
.AnyTagClassName
{
color: #71437D;
}
</style>
background-color css
<style>
a { background-color: #71437D; }
a { background-color: rgb(113,67,125); }
div.DivClassName
{
background-color: #71437D;
}
.BgClassName
{
background-color: #71437D;
}
</style>
border-color css
<style>
span { border-color: #71437D; }
span { border-color: rgb(113,67,125); }
td.TdClassName
{
border-color: #71437D;
}
.TagClassName
{
border-color: #71437D;
}
</style>