Shades of Royal Purple #713DA0
Tints of Royal Purple #713DA0
RGB
CMYK
RGB Variations
Color information
#713DA0 (or 0x713DA0) is known color: Royal Purple. HEX triplet: 71, 3D and A0. RGB value is (113,61,160). Sum of RGB (Red+Green+Blue) = 113+61+160=334 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.83% from 334); Green value is 61 (24.22% from 255 or 18.26% from 334); Blue value is 160 (62.89% from 255 or 47.90% from 334); Max value from RGB is 160 - color contains mainly: blue. Hex color #713DA0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713DA0 is #8EC25F. Grayscale: #575757. Windows color (decimal): -9355872 or 10501489. OLE color: 10501489.
HSL color Cylindrical-coordinate representation of color #713DA0: hue angle of 271.52º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #713DA0 is Cyan = 0.29, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 113 | 61 | 160 | - |
| CMYK | 0.29 | 0.62 | 0 | 0.37 |
| HSL | 271.52º | 0.45% | 0.43% | - |
| HSV(B) | 271.52º | 0.62% | 0.63% | - |
| XYZ | 14.82 | 9.39 | 34.29 | - |
| YUV | 87.83 | 168.73 | 145.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 61 | 160 | 0.29 | 0.62 | 0 | 0.37 | 271.52 | 0.45 | 0.43 |
| Hex | 71 | 3D | A0 | 1D | 3E | 0 | 25 | 110 | 2D | 2B |
| Octal | 161 | 75 | 240 | 35 | 76 | 0 | 45 | 420 | 55 | 53 |
| Binary | 1110001 | 111101 | 10100000 | 11101 | 111110 | 0 | 100101 | 100010000 | 101101 | 101011 |
Color Harmonies of #713DA0
Complementary color
Monochromatic Colors of #713DA0
Black with #713DA0
Text Example
Text Example
White with #713DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713DA0; }
p { color: rgb(113,61,160); }
H1.HeaderClassName
{
color: #713DA0;
}
.AnyTagClassName
{
color: #713DA0;
}
</style>
background-color css
<style>
a { background-color: #713DA0; }
a { background-color: rgb(113,61,160); }
div.DivClassName
{
background-color: #713DA0;
}
.BgClassName
{
background-color: #713DA0;
}
</style>
border-color css
<style>
span { border-color: #713DA0; }
span { border-color: rgb(113,61,160); }
td.TdClassName
{
border-color: #713DA0;
}
.TagClassName
{
border-color: #713DA0;
}
</style>