Shades of Eminence #712381
Tints of Eminence #712381
RGB
CMYK
RGB Variations
Color information
#712381 (or 0x712381) is known color: Eminence. HEX triplet: 71, 23 and 81. RGB value is (113,35,129). Sum of RGB (Red+Green+Blue) = 113+35+129=277 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.79% from 277); Green value is 35 (14.06% from 255 or 12.64% from 277); Blue value is 129 (50.78% from 255 or 46.57% from 277); Max value from RGB is 129 - color contains mainly: blue. Hex color #712381 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712381 is #8EDC7E. Grayscale: #444444. Windows color (decimal): -9362559 or 8463217. OLE color: 8463217.
HSL color Cylindrical-coordinate representation of color #712381: hue angle of 289.79º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #712381 is Cyan = 0.12, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 113 | 35 | 129 | - |
| CMYK | 0.12 | 0.73 | 0 | 0.49 |
| HSL | 289.79º | 0.57% | 0.32% | - |
| HSV(B) | 289.79º | 0.73% | 0.51% | - |
| XYZ | 11.37 | 6.3 | 21.39 | - |
| YUV | 69.04 | 161.84 | 159.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 35 | 129 | 0.12 | 0.73 | 0 | 0.49 | 289.79 | 0.57 | 0.32 |
| Hex | 71 | 23 | 81 | C | 49 | 0 | 31 | 122 | 39 | 20 |
| Octal | 161 | 43 | 201 | 14 | 111 | 0 | 61 | 442 | 71 | 40 |
| Binary | 1110001 | 100011 | 10000001 | 1100 | 1001001 | 0 | 110001 | 100100010 | 111001 | 100000 |
Color Harmonies of #712381
Complementary color
Monochromatic Colors of #712381
Black with #712381
Text Example
Text Example
White with #712381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712381; }
p { color: rgb(113,35,129); }
H1.HeaderClassName
{
color: #712381;
}
.AnyTagClassName
{
color: #712381;
}
</style>
background-color css
<style>
a { background-color: #712381; }
a { background-color: rgb(113,35,129); }
div.DivClassName
{
background-color: #712381;
}
.BgClassName
{
background-color: #712381;
}
</style>
border-color css
<style>
span { border-color: #712381; }
span { border-color: rgb(113,35,129); }
td.TdClassName
{
border-color: #712381;
}
.TagClassName
{
border-color: #712381;
}
</style>