Shades of Eminence #713C7C
Tints of Eminence #713C7C
RGB
CMYK
RGB Variations
Color information
#713C7C (or 0x713C7C) is known color: Eminence. HEX triplet: 71, 3C and 7C. RGB value is (113,60,124). Sum of RGB (Red+Green+Blue) = 113+60+124=297 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.05% from 297); Green value is 60 (23.83% from 255 or 20.20% from 297); Blue value is 124 (48.83% from 255 or 41.75% from 297); Max value from RGB is 124 - color contains mainly: blue. Hex color #713C7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713C7C is #8EC383. Grayscale: #525252. Windows color (decimal): -9356164 or 8141937. OLE color: 8141937.
HSL color Cylindrical-coordinate representation of color #713C7C: hue angle of 289.69º degrees, saturation: 0.35, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #713C7C is Cyan = 0.09, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 113 | 60 | 124 | - |
| CMYK | 0.09 | 0.52 | 0 | 0.51 |
| HSL | 289.69º | 0.35% | 0.36% | - |
| HSV(B) | 289.69º | 0.52% | 0.49% | - |
| XYZ | 12.06 | 8.2 | 20.02 | - |
| YUV | 83.14 | 151.06 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 60 | 124 | 0.09 | 0.52 | 0 | 0.51 | 289.69 | 0.35 | 0.36 |
| Hex | 71 | 3C | 7C | 9 | 34 | 0 | 33 | 122 | 23 | 24 |
| Octal | 161 | 74 | 174 | 11 | 64 | 0 | 63 | 442 | 43 | 44 |
| Binary | 1110001 | 111100 | 1111100 | 1001 | 110100 | 0 | 110011 | 100100010 | 100011 | 100100 |
Color Harmonies of #713C7C
Complementary color
Monochromatic Colors of #713C7C
Black with #713C7C
Text Example
Text Example
White with #713C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713C7C; }
p { color: rgb(113,60,124); }
H1.HeaderClassName
{
color: #713C7C;
}
.AnyTagClassName
{
color: #713C7C;
}
</style>
background-color css
<style>
a { background-color: #713C7C; }
a { background-color: rgb(113,60,124); }
div.DivClassName
{
background-color: #713C7C;
}
.BgClassName
{
background-color: #713C7C;
}
</style>
border-color css
<style>
span { border-color: #713C7C; }
span { border-color: rgb(113,60,124); }
td.TdClassName
{
border-color: #713C7C;
}
.TagClassName
{
border-color: #713C7C;
}
</style>