Shades of Royal Purple #713CA0
Tints of Royal Purple #713CA0
RGB
CMYK
RGB Variations
Color information
#713CA0 (or 0x713CA0) is known color: Royal Purple. HEX triplet: 71, 3C and A0. RGB value is (113,60,160). Sum of RGB (Red+Green+Blue) = 113+60+160=333 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.93% from 333); Green value is 60 (23.83% from 255 or 18.02% from 333); Blue value is 160 (62.89% from 255 or 48.05% from 333); Max value from RGB is 160 - color contains mainly: blue. Hex color #713CA0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713CA0 is #8EC35F. Grayscale: #565656. Windows color (decimal): -9356128 or 10501233. OLE color: 10501233.
HSL color Cylindrical-coordinate representation of color #713CA0: hue angle of 271.8º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #713CA0 is Cyan = 0.29, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 113 | 60 | 160 | - |
| CMYK | 0.29 | 0.62 | 0 | 0.37 |
| HSL | 271.8º | 0.45% | 0.43% | - |
| HSV(B) | 271.8º | 0.63% | 0.63% | - |
| XYZ | 14.77 | 9.28 | 34.27 | - |
| YUV | 87.25 | 169.06 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 60 | 160 | 0.29 | 0.62 | 0 | 0.37 | 271.8 | 0.45 | 0.43 |
| Hex | 71 | 3C | A0 | 1D | 3E | 0 | 25 | 110 | 2D | 2B |
| Octal | 161 | 74 | 240 | 35 | 76 | 0 | 45 | 420 | 55 | 53 |
| Binary | 1110001 | 111100 | 10100000 | 11101 | 111110 | 0 | 100101 | 100010000 | 101101 | 101011 |
Color Harmonies of #713CA0
Complementary color
Monochromatic Colors of #713CA0
Black with #713CA0
Text Example
Text Example
White with #713CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713CA0; }
p { color: rgb(113,60,160); }
H1.HeaderClassName
{
color: #713CA0;
}
.AnyTagClassName
{
color: #713CA0;
}
</style>
background-color css
<style>
a { background-color: #713CA0; }
a { background-color: rgb(113,60,160); }
div.DivClassName
{
background-color: #713CA0;
}
.BgClassName
{
background-color: #713CA0;
}
</style>
border-color css
<style>
span { border-color: #713CA0; }
span { border-color: rgb(113,60,160); }
td.TdClassName
{
border-color: #713CA0;
}
.TagClassName
{
border-color: #713CA0;
}
</style>