Shades of Royal Purple #711FA5
Tints of Royal Purple #711FA5
RGB
CMYK
RGB Variations
Color information
#711FA5 (or 0x711FA5) is known color: Royal Purple. HEX triplet: 71, 1F and A5. RGB value is (113,31,165). Sum of RGB (Red+Green+Blue) = 113+31+165=309 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.57% from 309); Green value is 31 (12.5% from 255 or 10.03% from 309); Blue value is 165 (64.84% from 255 or 53.40% from 309); Max value from RGB is 165 - color contains mainly: blue. Hex color #711FA5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #711FA5 is #8EE05A. Grayscale: #464646. Windows color (decimal): -9363547 or 10821489. OLE color: 10821489.
HSL color Cylindrical-coordinate representation of color #711FA5: hue angle of 276.72º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #711FA5 is Cyan = 0.32, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 113 | 31 | 165 | - |
| CMYK | 0.32 | 0.81 | 0 | 0.35 |
| HSL | 276.72º | 0.68% | 0.38% | - |
| HSV(B) | 276.72º | 0.81% | 0.65% | - |
| XYZ | 14.09 | 7.21 | 36.25 | - |
| YUV | 70.79 | 181.17 | 158.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 31 | 165 | 0.32 | 0.81 | 0 | 0.35 | 276.72 | 0.68 | 0.38 |
| Hex | 71 | 1F | A5 | 20 | 51 | 0 | 23 | 115 | 44 | 26 |
| Octal | 161 | 37 | 245 | 40 | 121 | 0 | 43 | 425 | 104 | 46 |
| Binary | 1110001 | 11111 | 10100101 | 100000 | 1010001 | 0 | 100011 | 100010101 | 1000100 | 100110 |
Color Harmonies of #711FA5
Complementary color
Monochromatic Colors of #711FA5
Black with #711FA5
Text Example
Text Example
White with #711FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711FA5; }
p { color: rgb(113,31,165); }
H1.HeaderClassName
{
color: #711FA5;
}
.AnyTagClassName
{
color: #711FA5;
}
</style>
background-color css
<style>
a { background-color: #711FA5; }
a { background-color: rgb(113,31,165); }
div.DivClassName
{
background-color: #711FA5;
}
.BgClassName
{
background-color: #711FA5;
}
</style>
border-color css
<style>
span { border-color: #711FA5; }
span { border-color: rgb(113,31,165); }
td.TdClassName
{
border-color: #711FA5;
}
.TagClassName
{
border-color: #711FA5;
}
</style>