Shades of Royal Purple #713CAD
Tints of Royal Purple #713CAD
RGB
CMYK
RGB Variations
Color information
#713CAD (or 0x713CAD) is known color: Royal Purple. HEX triplet: 71, 3C and AD. RGB value is (113,60,173). Sum of RGB (Red+Green+Blue) = 113+60+173=346 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.66% from 346); Green value is 60 (23.83% from 255 or 17.34% from 346); Blue value is 173 (67.97% from 255 or 50% from 346); Max value from RGB is 173 - color contains mainly: blue. Hex color #713CAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713CAD is #8EC352. Grayscale: #585858. Windows color (decimal): -9356115 or 11353201. OLE color: 11353201.
HSL color Cylindrical-coordinate representation of color #713CAD: hue angle of 268.14º 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 #713CAD is Cyan = 0.35, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 113 | 60 | 173 | - |
| CMYK | 0.35 | 0.65 | 0 | 0.32 |
| HSL | 268.14º | 0.48% | 0.46% | - |
| HSV(B) | 268.14º | 0.65% | 0.68% | - |
| XYZ | 15.97 | 9.76 | 40.58 | - |
| YUV | 88.73 | 175.56 | 145.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 60 | 173 | 0.35 | 0.65 | 0 | 0.32 | 268.14 | 0.48 | 0.46 |
| Hex | 71 | 3C | AD | 23 | 41 | 0 | 20 | 10C | 30 | 2E |
| Octal | 161 | 74 | 255 | 43 | 101 | 0 | 40 | 414 | 60 | 56 |
| Binary | 1110001 | 111100 | 10101101 | 100011 | 1000001 | 0 | 100000 | 100001100 | 110000 | 101110 |
Color Harmonies of #713CAD
Complementary color
Monochromatic Colors of #713CAD
Black with #713CAD
Text Example
Text Example
White with #713CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713CAD; }
p { color: rgb(113,60,173); }
H1.HeaderClassName
{
color: #713CAD;
}
.AnyTagClassName
{
color: #713CAD;
}
</style>
background-color css
<style>
a { background-color: #713CAD; }
a { background-color: rgb(113,60,173); }
div.DivClassName
{
background-color: #713CAD;
}
.BgClassName
{
background-color: #713CAD;
}
</style>
border-color css
<style>
span { border-color: #713CAD; }
span { border-color: rgb(113,60,173); }
td.TdClassName
{
border-color: #713CAD;
}
.TagClassName
{
border-color: #713CAD;
}
</style>