Shades of Royal Purple #711DA6
Tints of Royal Purple #711DA6
RGB
CMYK
RGB Variations
Color information
#711DA6 (or 0x711DA6) is known color: Royal Purple. HEX triplet: 71, 1D and A6. RGB value is (113,29,166). Sum of RGB (Red+Green+Blue) = 113+29+166=308 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.69% from 308); Green value is 29 (11.72% from 255 or 9.42% from 308); Blue value is 166 (65.23% from 255 or 53.90% from 308); Max value from RGB is 166 - color contains mainly: blue. Hex color #711DA6 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #711DA6 is #8EE259. Grayscale: #454545. Windows color (decimal): -9364058 or 10886513. OLE color: 10886513.
HSL color Cylindrical-coordinate representation of color #711DA6: hue angle of 276.79º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #711DA6 is Cyan = 0.32, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 113 | 29 | 166 | - |
| CMYK | 0.32 | 0.83 | 0 | 0.35 |
| HSL | 276.79º | 0.7% | 0.38% | - |
| HSV(B) | 276.79º | 0.83% | 0.65% | - |
| XYZ | 14.13 | 7.14 | 36.71 | - |
| YUV | 69.73 | 182.33 | 158.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 29 | 166 | 0.32 | 0.83 | 0 | 0.35 | 276.79 | 0.7 | 0.38 |
| Hex | 71 | 1D | A6 | 20 | 53 | 0 | 23 | 115 | 46 | 26 |
| Octal | 161 | 35 | 246 | 40 | 123 | 0 | 43 | 425 | 106 | 46 |
| Binary | 1110001 | 11101 | 10100110 | 100000 | 1010011 | 0 | 100011 | 100010101 | 1000110 | 100110 |
Color Harmonies of #711DA6
Complementary color
Monochromatic Colors of #711DA6
Black with #711DA6
Text Example
Text Example
White with #711DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711DA6; }
p { color: rgb(113,29,166); }
H1.HeaderClassName
{
color: #711DA6;
}
.AnyTagClassName
{
color: #711DA6;
}
</style>
background-color css
<style>
a { background-color: #711DA6; }
a { background-color: rgb(113,29,166); }
div.DivClassName
{
background-color: #711DA6;
}
.BgClassName
{
background-color: #711DA6;
}
</style>
border-color css
<style>
span { border-color: #711DA6; }
span { border-color: rgb(113,29,166); }
td.TdClassName
{
border-color: #711DA6;
}
.TagClassName
{
border-color: #711DA6;
}
</style>