Shades of Royal Purple #713DAE
Tints of Royal Purple #713DAE
RGB
CMYK
RGB Variations
Color information
#713DAE (or 0x713DAE) is known color: Royal Purple. HEX triplet: 71, 3D and AE. RGB value is (113,61,174). Sum of RGB (Red+Green+Blue) = 113+61+174=348 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.47% from 348); Green value is 61 (24.22% from 255 or 17.53% from 348); Blue value is 174 (68.36% from 255 or 50% from 348); Max value from RGB is 174 - color contains mainly: blue. Hex color #713DAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713DAE is #8EC251. Grayscale: #595959. Windows color (decimal): -9355858 or 11418993. OLE color: 11418993.
HSL color Cylindrical-coordinate representation of color #713DAE: hue angle of 267.61º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #713DAE is Cyan = 0.35, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 113 | 61 | 174 | - |
| CMYK | 0.35 | 0.65 | 0 | 0.32 |
| HSL | 267.61º | 0.48% | 0.46% | - |
| HSV(B) | 267.61º | 0.65% | 0.68% | - |
| XYZ | 16.12 | 9.9 | 41.11 | - |
| YUV | 89.43 | 175.73 | 144.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 61 | 174 | 0.35 | 0.65 | 0 | 0.32 | 267.61 | 0.48 | 0.46 |
| Hex | 71 | 3D | AE | 23 | 41 | 0 | 20 | 10C | 30 | 2E |
| Octal | 161 | 75 | 256 | 43 | 101 | 0 | 40 | 414 | 60 | 56 |
| Binary | 1110001 | 111101 | 10101110 | 100011 | 1000001 | 0 | 100000 | 100001100 | 110000 | 101110 |
Color Harmonies of #713DAE
Complementary color
Monochromatic Colors of #713DAE
Black with #713DAE
Text Example
Text Example
White with #713DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713DAE; }
p { color: rgb(113,61,174); }
H1.HeaderClassName
{
color: #713DAE;
}
.AnyTagClassName
{
color: #713DAE;
}
</style>
background-color css
<style>
a { background-color: #713DAE; }
a { background-color: rgb(113,61,174); }
div.DivClassName
{
background-color: #713DAE;
}
.BgClassName
{
background-color: #713DAE;
}
</style>
border-color css
<style>
span { border-color: #713DAE; }
span { border-color: rgb(113,61,174); }
td.TdClassName
{
border-color: #713DAE;
}
.TagClassName
{
border-color: #713DAE;
}
</style>