Shades of Royal Purple #713899
Tints of Royal Purple #713899
RGB
CMYK
RGB Variations
Color information
#713899 (or 0x713899) is known color: Royal Purple. HEX triplet: 71, 38 and 99. RGB value is (113,56,153). Sum of RGB (Red+Green+Blue) = 113+56+153=322 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.09% from 322); Green value is 56 (22.27% from 255 or 17.39% from 322); Blue value is 153 (60.16% from 255 or 47.52% from 322); Max value from RGB is 153 - color contains mainly: blue. Hex color #713899 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713899 is #8EC766. Grayscale: #535353. Windows color (decimal): -9357159 or 10041457. OLE color: 10041457.
HSL color Cylindrical-coordinate representation of color #713899: hue angle of 275.26º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #713899 is Cyan = 0.26, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 113 | 56 | 153 | - |
| CMYK | 0.26 | 0.63 | 0 | 0.4 |
| HSL | 275.26º | 0.46% | 0.41% | - |
| HSV(B) | 275.26º | 0.63% | 0.6% | - |
| XYZ | 13.97 | 8.64 | 31.07 | - |
| YUV | 84.1 | 166.88 | 148.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 56 | 153 | 0.26 | 0.63 | 0 | 0.4 | 275.26 | 0.46 | 0.41 |
| Hex | 71 | 38 | 99 | 1A | 3F | 0 | 28 | 113 | 2E | 29 |
| Octal | 161 | 70 | 231 | 32 | 77 | 0 | 50 | 423 | 56 | 51 |
| Binary | 1110001 | 111000 | 10011001 | 11010 | 111111 | 0 | 101000 | 100010011 | 101110 | 101001 |
Color Harmonies of #713899
Complementary color
Monochromatic Colors of #713899
Black with #713899
Text Example
Text Example
White with #713899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713899; }
p { color: rgb(113,56,153); }
H1.HeaderClassName
{
color: #713899;
}
.AnyTagClassName
{
color: #713899;
}
</style>
background-color css
<style>
a { background-color: #713899; }
a { background-color: rgb(113,56,153); }
div.DivClassName
{
background-color: #713899;
}
.BgClassName
{
background-color: #713899;
}
</style>
border-color css
<style>
span { border-color: #713899; }
span { border-color: rgb(113,56,153); }
td.TdClassName
{
border-color: #713899;
}
.TagClassName
{
border-color: #713899;
}
</style>