Shades of Royal Purple #713F93
Tints of Royal Purple #713F93
RGB
CMYK
RGB Variations
Color information
#713F93 (or 0x713F93) is known color: Royal Purple. HEX triplet: 71, 3F and 93. RGB value is (113,63,147). Sum of RGB (Red+Green+Blue) = 113+63+147=323 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.98% from 323); Green value is 63 (25% from 255 or 19.50% from 323); Blue value is 147 (57.81% from 255 or 45.51% from 323); Max value from RGB is 147 - color contains mainly: blue. Hex color #713F93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713F93 is #8EC06C. Grayscale: #575757. Windows color (decimal): -9355373 or 9650033. OLE color: 9650033.
HSL color Cylindrical-coordinate representation of color #713F93: hue angle of 275.71º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #713F93 is Cyan = 0.23, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 113 | 63 | 147 | - |
| CMYK | 0.23 | 0.57 | 0 | 0.42 |
| HSL | 275.71º | 0.4% | 0.41% | - |
| HSV(B) | 275.71º | 0.57% | 0.58% | - |
| XYZ | 13.85 | 9.17 | 28.64 | - |
| YUV | 87.53 | 161.57 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 63 | 147 | 0.23 | 0.57 | 0 | 0.42 | 275.71 | 0.4 | 0.41 |
| Hex | 71 | 3F | 93 | 17 | 39 | 0 | 2A | 114 | 28 | 29 |
| Octal | 161 | 77 | 223 | 27 | 71 | 0 | 52 | 424 | 50 | 51 |
| Binary | 1110001 | 111111 | 10010011 | 10111 | 111001 | 0 | 101010 | 100010100 | 101000 | 101001 |
Color Harmonies of #713F93
Complementary color
Monochromatic Colors of #713F93
Black with #713F93
Text Example
Text Example
White with #713F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713F93; }
p { color: rgb(113,63,147); }
H1.HeaderClassName
{
color: #713F93;
}
.AnyTagClassName
{
color: #713F93;
}
</style>
background-color css
<style>
a { background-color: #713F93; }
a { background-color: rgb(113,63,147); }
div.DivClassName
{
background-color: #713F93;
}
.BgClassName
{
background-color: #713F93;
}
</style>
border-color css
<style>
span { border-color: #713F93; }
span { border-color: rgb(113,63,147); }
td.TdClassName
{
border-color: #713F93;
}
.TagClassName
{
border-color: #713F93;
}
</style>