Shades of Royal Purple #713B93
Tints of Royal Purple #713B93
RGB
CMYK
RGB Variations
Color information
#713B93 (or 0x713B93) is known color: Royal Purple. HEX triplet: 71, 3B and 93. RGB value is (113,59,147). Sum of RGB (Red+Green+Blue) = 113+59+147=319 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.42% from 319); Green value is 59 (23.44% from 255 or 18.50% from 319); Blue value is 147 (57.81% from 255 or 46.08% from 319); Max value from RGB is 147 - color contains mainly: blue. Hex color #713B93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713B93 is #8EC46C. Grayscale: #545454. Windows color (decimal): -9356397 or 9649009. OLE color: 9649009.
HSL color Cylindrical-coordinate representation of color #713B93: hue angle of 276.82º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #713B93 is Cyan = 0.23, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 113 | 59 | 147 | - |
| CMYK | 0.23 | 0.60 | 0 | 0.42 |
| HSL | 276.82º | 0.43% | 0.4% | - |
| HSV(B) | 276.82º | 0.6% | 0.58% | - |
| XYZ | 13.64 | 8.75 | 28.57 | - |
| YUV | 85.18 | 162.89 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 59 | 147 | 0.23 | 0.60 | 0 | 0.42 | 276.82 | 0.43 | 0.4 |
| Hex | 71 | 3B | 93 | 17 | 3C | 0 | 2A | 115 | 2B | 28 |
| Octal | 161 | 73 | 223 | 27 | 74 | 0 | 52 | 425 | 53 | 50 |
| Binary | 1110001 | 111011 | 10010011 | 10111 | 111100 | 0 | 101010 | 100010101 | 101011 | 101000 |
Color Harmonies of #713B93
Complementary color
Monochromatic Colors of #713B93
Black with #713B93
Text Example
Text Example
White with #713B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713B93; }
p { color: rgb(113,59,147); }
H1.HeaderClassName
{
color: #713B93;
}
.AnyTagClassName
{
color: #713B93;
}
</style>
background-color css
<style>
a { background-color: #713B93; }
a { background-color: rgb(113,59,147); }
div.DivClassName
{
background-color: #713B93;
}
.BgClassName
{
background-color: #713B93;
}
</style>
border-color css
<style>
span { border-color: #713B93; }
span { border-color: rgb(113,59,147); }
td.TdClassName
{
border-color: #713B93;
}
.TagClassName
{
border-color: #713B93;
}
</style>