Shades of Royal Purple #713F9F
Tints of Royal Purple #713F9F
RGB
CMYK
RGB Variations
Color information
#713F9F (or 0x713F9F) is known color: Royal Purple. HEX triplet: 71, 3F and 9F. RGB value is (113,63,159). Sum of RGB (Red+Green+Blue) = 113+63+159=335 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.73% from 335); Green value is 63 (25% from 255 or 18.81% from 335); Blue value is 159 (62.5% from 255 or 47.46% from 335); Max value from RGB is 159 - color contains mainly: blue. Hex color #713F9F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713F9F is #8EC060. Grayscale: #585858. Windows color (decimal): -9355361 or 10436465. OLE color: 10436465.
HSL color Cylindrical-coordinate representation of color #713F9F: hue angle of 271.25º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #713F9F is Cyan = 0.29, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 113 | 63 | 159 | - |
| CMYK | 0.29 | 0.60 | 0 | 0.38 |
| HSL | 271.25º | 0.43% | 0.44% | - |
| HSV(B) | 271.25º | 0.6% | 0.62% | - |
| XYZ | 14.85 | 9.57 | 33.87 | - |
| YUV | 88.89 | 167.57 | 145.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 63 | 159 | 0.29 | 0.60 | 0 | 0.38 | 271.25 | 0.43 | 0.44 |
| Hex | 71 | 3F | 9F | 1D | 3C | 0 | 26 | 10F | 2B | 2C |
| Octal | 161 | 77 | 237 | 35 | 74 | 0 | 46 | 417 | 53 | 54 |
| Binary | 1110001 | 111111 | 10011111 | 11101 | 111100 | 0 | 100110 | 100001111 | 101011 | 101100 |
Color Harmonies of #713F9F
Complementary color
Monochromatic Colors of #713F9F
Black with #713F9F
Text Example
Text Example
White with #713F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713F9F; }
p { color: rgb(113,63,159); }
H1.HeaderClassName
{
color: #713F9F;
}
.AnyTagClassName
{
color: #713F9F;
}
</style>
background-color css
<style>
a { background-color: #713F9F; }
a { background-color: rgb(113,63,159); }
div.DivClassName
{
background-color: #713F9F;
}
.BgClassName
{
background-color: #713F9F;
}
</style>
border-color css
<style>
span { border-color: #713F9F; }
span { border-color: rgb(113,63,159); }
td.TdClassName
{
border-color: #713F9F;
}
.TagClassName
{
border-color: #713F9F;
}
</style>