Shades of Royal Purple #713DA1
Tints of Royal Purple #713DA1
RGB
CMYK
RGB Variations
Color information
#713DA1 (or 0x713DA1) is known color: Royal Purple. HEX triplet: 71, 3D and A1. RGB value is (113,61,161). Sum of RGB (Red+Green+Blue) = 113+61+161=335 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.73% from 335); Green value is 61 (24.22% from 255 or 18.21% from 335); Blue value is 161 (63.28% from 255 or 48.06% from 335); Max value from RGB is 161 - color contains mainly: blue. Hex color #713DA1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713DA1 is #8EC25E. Grayscale: #575757. Windows color (decimal): -9355871 or 10567025. OLE color: 10567025.
HSL color Cylindrical-coordinate representation of color #713DA1: hue angle of 271.2º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #713DA1 is Cyan = 0.30, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 113 | 61 | 161 | - |
| CMYK | 0.30 | 0.62 | 0 | 0.37 |
| HSL | 271.2º | 0.45% | 0.44% | - |
| HSV(B) | 271.2º | 0.62% | 0.63% | - |
| XYZ | 14.91 | 9.42 | 34.75 | - |
| YUV | 87.95 | 169.23 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 61 | 161 | 0.30 | 0.62 | 0 | 0.37 | 271.2 | 0.45 | 0.44 |
| Hex | 71 | 3D | A1 | 1E | 3E | 0 | 25 | 10F | 2D | 2C |
| Octal | 161 | 75 | 241 | 36 | 76 | 0 | 45 | 417 | 55 | 54 |
| Binary | 1110001 | 111101 | 10100001 | 11110 | 111110 | 0 | 100101 | 100001111 | 101101 | 101100 |
Color Harmonies of #713DA1
Complementary color
Monochromatic Colors of #713DA1
Black with #713DA1
Text Example
Text Example
White with #713DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713DA1; }
p { color: rgb(113,61,161); }
H1.HeaderClassName
{
color: #713DA1;
}
.AnyTagClassName
{
color: #713DA1;
}
</style>
background-color css
<style>
a { background-color: #713DA1; }
a { background-color: rgb(113,61,161); }
div.DivClassName
{
background-color: #713DA1;
}
.BgClassName
{
background-color: #713DA1;
}
</style>
border-color css
<style>
span { border-color: #713DA1; }
span { border-color: rgb(113,61,161); }
td.TdClassName
{
border-color: #713DA1;
}
.TagClassName
{
border-color: #713DA1;
}
</style>