Shades of Royal Purple #713993
Tints of Royal Purple #713993
RGB
CMYK
RGB Variations
Color information
#713993 (or 0x713993) is known color: Royal Purple. HEX triplet: 71, 39 and 93. RGB value is (113,57,147). Sum of RGB (Red+Green+Blue) = 113+57+147=317 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.65% from 317); Green value is 57 (22.66% from 255 or 17.98% from 317); Blue value is 147 (57.81% from 255 or 46.37% from 317); Max value from RGB is 147 - color contains mainly: blue. Hex color #713993 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713993 is #8EC66C. Grayscale: #535353. Windows color (decimal): -9356909 or 9648497. OLE color: 9648497.
HSL color Cylindrical-coordinate representation of color #713993: hue angle of 277.33º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #713993 is Cyan = 0.23, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 113 | 57 | 147 | - |
| CMYK | 0.23 | 0.61 | 0 | 0.42 |
| HSL | 277.33º | 0.44% | 0.4% | - |
| HSV(B) | 277.33º | 0.61% | 0.58% | - |
| XYZ | 13.54 | 8.54 | 28.54 | - |
| YUV | 84 | 163.55 | 148.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 57 | 147 | 0.23 | 0.61 | 0 | 0.42 | 277.33 | 0.44 | 0.4 |
| Hex | 71 | 39 | 93 | 17 | 3D | 0 | 2A | 115 | 2C | 28 |
| Octal | 161 | 71 | 223 | 27 | 75 | 0 | 52 | 425 | 54 | 50 |
| Binary | 1110001 | 111001 | 10010011 | 10111 | 111101 | 0 | 101010 | 100010101 | 101100 | 101000 |
Color Harmonies of #713993
Complementary color
Monochromatic Colors of #713993
Black with #713993
Text Example
Text Example
White with #713993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713993; }
p { color: rgb(113,57,147); }
H1.HeaderClassName
{
color: #713993;
}
.AnyTagClassName
{
color: #713993;
}
</style>
background-color css
<style>
a { background-color: #713993; }
a { background-color: rgb(113,57,147); }
div.DivClassName
{
background-color: #713993;
}
.BgClassName
{
background-color: #713993;
}
</style>
border-color css
<style>
span { border-color: #713993; }
span { border-color: rgb(113,57,147); }
td.TdClassName
{
border-color: #713993;
}
.TagClassName
{
border-color: #713993;
}
</style>