Shades of Eminence #713682
Tints of Eminence #713682
RGB
CMYK
RGB Variations
Color information
#713682 (or 0x713682) is known color: Eminence. HEX triplet: 71, 36 and 82. RGB value is (113,54,130). Sum of RGB (Red+Green+Blue) = 113+54+130=297 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.05% from 297); Green value is 54 (21.48% from 255 or 18.18% from 297); Blue value is 130 (51.17% from 255 or 43.77% from 297); Max value from RGB is 130 - color contains mainly: blue. Hex color #713682 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713682 is #8EC97D. Grayscale: #505050. Windows color (decimal): -9357694 or 8533617. OLE color: 8533617.
HSL color Cylindrical-coordinate representation of color #713682: hue angle of 286.58º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #713682 is Cyan = 0.13, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 113 | 54 | 130 | - |
| CMYK | 0.13 | 0.58 | 0 | 0.49 |
| HSL | 286.58º | 0.41% | 0.36% | - |
| HSV(B) | 286.58º | 0.58% | 0.51% | - |
| XYZ | 12.16 | 7.76 | 21.98 | - |
| YUV | 80.31 | 156.05 | 151.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 54 | 130 | 0.13 | 0.58 | 0 | 0.49 | 286.58 | 0.41 | 0.36 |
| Hex | 71 | 36 | 82 | D | 3A | 0 | 31 | 11F | 29 | 24 |
| Octal | 161 | 66 | 202 | 15 | 72 | 0 | 61 | 437 | 51 | 44 |
| Binary | 1110001 | 110110 | 10000010 | 1101 | 111010 | 0 | 110001 | 100011111 | 101001 | 100100 |
Color Harmonies of #713682
Complementary color
Monochromatic Colors of #713682
Black with #713682
Text Example
Text Example
White with #713682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713682; }
p { color: rgb(113,54,130); }
H1.HeaderClassName
{
color: #713682;
}
.AnyTagClassName
{
color: #713682;
}
</style>
background-color css
<style>
a { background-color: #713682; }
a { background-color: rgb(113,54,130); }
div.DivClassName
{
background-color: #713682;
}
.BgClassName
{
background-color: #713682;
}
</style>
border-color css
<style>
span { border-color: #713682; }
span { border-color: rgb(113,54,130); }
td.TdClassName
{
border-color: #713682;
}
.TagClassName
{
border-color: #713682;
}
</style>