Shades of Royal Purple #711CA2
Tints of Royal Purple #711CA2
RGB
CMYK
RGB Variations
Color information
#711CA2 (or 0x711CA2) is known color: Royal Purple. HEX triplet: 71, 1C and A2. RGB value is (113,28,162). Sum of RGB (Red+Green+Blue) = 113+28+162=303 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.29% from 303); Green value is 28 (11.33% from 255 or 9.24% from 303); Blue value is 162 (63.67% from 255 or 53.47% from 303); Max value from RGB is 162 - color contains mainly: blue. Hex color #711CA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #711CA2 is #8EE35D. Grayscale: #444444. Windows color (decimal): -9364318 or 10624113. OLE color: 10624113.
HSL color Cylindrical-coordinate representation of color #711CA2: hue angle of 278.06º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #711CA2 is Cyan = 0.30, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 113 | 28 | 162 | - |
| CMYK | 0.30 | 0.83 | 0 | 0.36 |
| HSL | 278.06º | 0.71% | 0.37% | - |
| HSV(B) | 278.06º | 0.83% | 0.64% | - |
| XYZ | 13.75 | 6.95 | 34.8 | - |
| YUV | 68.69 | 180.66 | 159.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 28 | 162 | 0.30 | 0.83 | 0 | 0.36 | 278.06 | 0.71 | 0.37 |
| Hex | 71 | 1C | A2 | 1E | 53 | 0 | 24 | 116 | 47 | 25 |
| Octal | 161 | 34 | 242 | 36 | 123 | 0 | 44 | 426 | 107 | 45 |
| Binary | 1110001 | 11100 | 10100010 | 11110 | 1010011 | 0 | 100100 | 100010110 | 1000111 | 100101 |
Color Harmonies of #711CA2
Complementary color
Monochromatic Colors of #711CA2
Black with #711CA2
Text Example
Text Example
White with #711CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711CA2; }
p { color: rgb(113,28,162); }
H1.HeaderClassName
{
color: #711CA2;
}
.AnyTagClassName
{
color: #711CA2;
}
</style>
background-color css
<style>
a { background-color: #711CA2; }
a { background-color: rgb(113,28,162); }
div.DivClassName
{
background-color: #711CA2;
}
.BgClassName
{
background-color: #711CA2;
}
</style>
border-color css
<style>
span { border-color: #711CA2; }
span { border-color: rgb(113,28,162); }
td.TdClassName
{
border-color: #711CA2;
}
.TagClassName
{
border-color: #711CA2;
}
</style>