Shades of Royal Purple #711CA3
Tints of Royal Purple #711CA3
RGB
CMYK
RGB Variations
Color information
#711CA3 (or 0x711CA3) is known color: Royal Purple. HEX triplet: 71, 1C and A3. RGB value is (113,28,163). Sum of RGB (Red+Green+Blue) = 113+28+163=304 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.17% from 304); Green value is 28 (11.33% from 255 or 9.21% from 304); Blue value is 163 (64.06% from 255 or 53.62% from 304); Max value from RGB is 163 - color contains mainly: blue. Hex color #711CA3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #711CA3 is #8EE35C. Grayscale: #444444. Windows color (decimal): -9364317 or 10689649. OLE color: 10689649.
HSL color Cylindrical-coordinate representation of color #711CA3: hue angle of 277.78º 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 #711CA3 is Cyan = 0.31, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 113 | 28 | 163 | - |
| CMYK | 0.31 | 0.83 | 0 | 0.36 |
| HSL | 277.78º | 0.71% | 0.37% | - |
| HSV(B) | 277.78º | 0.83% | 0.64% | - |
| XYZ | 13.84 | 6.99 | 35.27 | - |
| YUV | 68.81 | 181.16 | 159.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 28 | 163 | 0.31 | 0.83 | 0 | 0.36 | 277.78 | 0.71 | 0.37 |
| Hex | 71 | 1C | A3 | 1F | 53 | 0 | 24 | 116 | 47 | 25 |
| Octal | 161 | 34 | 243 | 37 | 123 | 0 | 44 | 426 | 107 | 45 |
| Binary | 1110001 | 11100 | 10100011 | 11111 | 1010011 | 0 | 100100 | 100010110 | 1000111 | 100101 |
Color Harmonies of #711CA3
Complementary color
Monochromatic Colors of #711CA3
Black with #711CA3
Text Example
Text Example
White with #711CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711CA3; }
p { color: rgb(113,28,163); }
H1.HeaderClassName
{
color: #711CA3;
}
.AnyTagClassName
{
color: #711CA3;
}
</style>
background-color css
<style>
a { background-color: #711CA3; }
a { background-color: rgb(113,28,163); }
div.DivClassName
{
background-color: #711CA3;
}
.BgClassName
{
background-color: #711CA3;
}
</style>
border-color css
<style>
span { border-color: #711CA3; }
span { border-color: rgb(113,28,163); }
td.TdClassName
{
border-color: #711CA3;
}
.TagClassName
{
border-color: #711CA3;
}
</style>