Shades of Royal Purple #711EA4
Tints of Royal Purple #711EA4
RGB
CMYK
RGB Variations
Color information
#711EA4 (or 0x711EA4) is known color: Royal Purple. HEX triplet: 71, 1E and A4. RGB value is (113,30,164). Sum of RGB (Red+Green+Blue) = 113+30+164=307 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.81% from 307); Green value is 30 (12.11% from 255 or 9.77% from 307); Blue value is 164 (64.45% from 255 or 53.42% from 307); Max value from RGB is 164 - color contains mainly: blue. Hex color #711EA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #711EA4 is #8EE15B. Grayscale: #454545. Windows color (decimal): -9363804 or 10755697. OLE color: 10755697.
HSL color Cylindrical-coordinate representation of color #711EA4: hue angle of 277.16º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #711EA4 is Cyan = 0.31, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 113 | 30 | 164 | - |
| CMYK | 0.31 | 0.82 | 0 | 0.36 |
| HSL | 277.16º | 0.69% | 0.38% | - |
| HSV(B) | 277.16º | 0.82% | 0.64% | - |
| XYZ | 13.98 | 7.12 | 35.76 | - |
| YUV | 70.09 | 181 | 158.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 30 | 164 | 0.31 | 0.82 | 0 | 0.36 | 277.16 | 0.69 | 0.38 |
| Hex | 71 | 1E | A4 | 1F | 52 | 0 | 24 | 115 | 45 | 26 |
| Octal | 161 | 36 | 244 | 37 | 122 | 0 | 44 | 425 | 105 | 46 |
| Binary | 1110001 | 11110 | 10100100 | 11111 | 1010010 | 0 | 100100 | 100010101 | 1000101 | 100110 |
Color Harmonies of #711EA4
Complementary color
Monochromatic Colors of #711EA4
Black with #711EA4
Text Example
Text Example
White with #711EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711EA4; }
p { color: rgb(113,30,164); }
H1.HeaderClassName
{
color: #711EA4;
}
.AnyTagClassName
{
color: #711EA4;
}
</style>
background-color css
<style>
a { background-color: #711EA4; }
a { background-color: rgb(113,30,164); }
div.DivClassName
{
background-color: #711EA4;
}
.BgClassName
{
background-color: #711EA4;
}
</style>
border-color css
<style>
span { border-color: #711EA4; }
span { border-color: rgb(113,30,164); }
td.TdClassName
{
border-color: #711EA4;
}
.TagClassName
{
border-color: #711EA4;
}
</style>