Shades of Royal Purple #713FA9
Tints of Royal Purple #713FA9
RGB
CMYK
RGB Variations
Color information
#713FA9 (or 0x713FA9) is known color: Royal Purple. HEX triplet: 71, 3F and A9. RGB value is (113,63,169). Sum of RGB (Red+Green+Blue) = 113+63+169=345 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.75% from 345); Green value is 63 (25% from 255 or 18.26% from 345); Blue value is 169 (66.41% from 255 or 48.99% from 345); Max value from RGB is 169 - color contains mainly: blue. Hex color #713FA9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713FA9 is #8EC056. Grayscale: #595959. Windows color (decimal): -9355351 or 11091825. OLE color: 11091825.
HSL color Cylindrical-coordinate representation of color #713FA9: hue angle of 268.3º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #713FA9 is Cyan = 0.33, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 113 | 63 | 169 | - |
| CMYK | 0.33 | 0.63 | 0 | 0.34 |
| HSL | 268.3º | 0.46% | 0.45% | - |
| HSV(B) | 268.3º | 0.63% | 0.66% | - |
| XYZ | 15.75 | 9.93 | 38.62 | - |
| YUV | 90.03 | 172.57 | 144.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 63 | 169 | 0.33 | 0.63 | 0 | 0.34 | 268.3 | 0.46 | 0.45 |
| Hex | 71 | 3F | A9 | 21 | 3F | 0 | 22 | 10C | 2E | 2D |
| Octal | 161 | 77 | 251 | 41 | 77 | 0 | 42 | 414 | 56 | 55 |
| Binary | 1110001 | 111111 | 10101001 | 100001 | 111111 | 0 | 100010 | 100001100 | 101110 | 101101 |
Color Harmonies of #713FA9
Complementary color
Monochromatic Colors of #713FA9
Black with #713FA9
Text Example
Text Example
White with #713FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713FA9; }
p { color: rgb(113,63,169); }
H1.HeaderClassName
{
color: #713FA9;
}
.AnyTagClassName
{
color: #713FA9;
}
</style>
background-color css
<style>
a { background-color: #713FA9; }
a { background-color: rgb(113,63,169); }
div.DivClassName
{
background-color: #713FA9;
}
.BgClassName
{
background-color: #713FA9;
}
</style>
border-color css
<style>
span { border-color: #713FA9; }
span { border-color: rgb(113,63,169); }
td.TdClassName
{
border-color: #713FA9;
}
.TagClassName
{
border-color: #713FA9;
}
</style>