Shades of Royal Purple #713B9F
Tints of Royal Purple #713B9F
RGB
CMYK
RGB Variations
Color information
#713B9F (or 0x713B9F) is known color: Royal Purple. HEX triplet: 71, 3B and 9F. RGB value is (113,59,159). Sum of RGB (Red+Green+Blue) = 113+59+159=331 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.14% from 331); Green value is 59 (23.44% from 255 or 17.82% from 331); Blue value is 159 (62.5% from 255 or 48.04% from 331); Max value from RGB is 159 - color contains mainly: blue. Hex color #713B9F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713B9F is #8EC460. Grayscale: #565656. Windows color (decimal): -9356385 or 10435441. OLE color: 10435441.
HSL color Cylindrical-coordinate representation of color #713B9F: hue angle of 272.4º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #713B9F is Cyan = 0.29, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 113 | 59 | 159 | - |
| CMYK | 0.29 | 0.63 | 0 | 0.38 |
| HSL | 272.4º | 0.46% | 0.43% | - |
| HSV(B) | 272.4º | 0.63% | 0.62% | - |
| XYZ | 14.63 | 9.14 | 33.79 | - |
| YUV | 86.55 | 168.89 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 59 | 159 | 0.29 | 0.63 | 0 | 0.38 | 272.4 | 0.46 | 0.43 |
| Hex | 71 | 3B | 9F | 1D | 3F | 0 | 26 | 110 | 2E | 2B |
| Octal | 161 | 73 | 237 | 35 | 77 | 0 | 46 | 420 | 56 | 53 |
| Binary | 1110001 | 111011 | 10011111 | 11101 | 111111 | 0 | 100110 | 100010000 | 101110 | 101011 |
Color Harmonies of #713B9F
Complementary color
Monochromatic Colors of #713B9F
Black with #713B9F
Text Example
Text Example
White with #713B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713B9F; }
p { color: rgb(113,59,159); }
H1.HeaderClassName
{
color: #713B9F;
}
.AnyTagClassName
{
color: #713B9F;
}
</style>
background-color css
<style>
a { background-color: #713B9F; }
a { background-color: rgb(113,59,159); }
div.DivClassName
{
background-color: #713B9F;
}
.BgClassName
{
background-color: #713B9F;
}
</style>
border-color css
<style>
span { border-color: #713B9F; }
span { border-color: rgb(113,59,159); }
td.TdClassName
{
border-color: #713B9F;
}
.TagClassName
{
border-color: #713B9F;
}
</style>