Shades of Royal Purple #711FA0
Tints of Royal Purple #711FA0
RGB
CMYK
RGB Variations
Color information
#711FA0 (or 0x711FA0) is known color: Royal Purple. HEX triplet: 71, 1F and A0. RGB value is (113,31,160). Sum of RGB (Red+Green+Blue) = 113+31+160=304 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.17% from 304); Green value is 31 (12.5% from 255 or 10.20% from 304); Blue value is 160 (62.89% from 255 or 52.63% from 304); Max value from RGB is 160 - color contains mainly: blue. Hex color #711FA0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #711FA0 is #8EE05F. Grayscale: #454545. Windows color (decimal): -9363552 or 10493809. OLE color: 10493809.
HSL color Cylindrical-coordinate representation of color #711FA0: hue angle of 278.14º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #711FA0 is Cyan = 0.29, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 113 | 31 | 160 | - |
| CMYK | 0.29 | 0.81 | 0 | 0.37 |
| HSL | 278.14º | 0.68% | 0.37% | - |
| HSV(B) | 278.14º | 0.81% | 0.63% | - |
| XYZ | 13.65 | 7.03 | 33.9 | - |
| YUV | 70.22 | 178.67 | 158.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 31 | 160 | 0.29 | 0.81 | 0 | 0.37 | 278.14 | 0.68 | 0.37 |
| Hex | 71 | 1F | A0 | 1D | 51 | 0 | 25 | 116 | 44 | 25 |
| Octal | 161 | 37 | 240 | 35 | 121 | 0 | 45 | 426 | 104 | 45 |
| Binary | 1110001 | 11111 | 10100000 | 11101 | 1010001 | 0 | 100101 | 100010110 | 1000100 | 100101 |
Color Harmonies of #711FA0
Complementary color
Monochromatic Colors of #711FA0
Black with #711FA0
Text Example
Text Example
White with #711FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711FA0; }
p { color: rgb(113,31,160); }
H1.HeaderClassName
{
color: #711FA0;
}
.AnyTagClassName
{
color: #711FA0;
}
</style>
background-color css
<style>
a { background-color: #711FA0; }
a { background-color: rgb(113,31,160); }
div.DivClassName
{
background-color: #711FA0;
}
.BgClassName
{
background-color: #711FA0;
}
</style>
border-color css
<style>
span { border-color: #711FA0; }
span { border-color: rgb(113,31,160); }
td.TdClassName
{
border-color: #711FA0;
}
.TagClassName
{
border-color: #711FA0;
}
</style>