Shades of Royal Purple #713895
Tints of Royal Purple #713895
RGB
CMYK
RGB Variations
Color information
#713895 (or 0x713895) is known color: Royal Purple. HEX triplet: 71, 38 and 95. RGB value is (113,56,149). Sum of RGB (Red+Green+Blue) = 113+56+149=318 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.53% from 318); Green value is 56 (22.27% from 255 or 17.61% from 318); Blue value is 149 (58.59% from 255 or 46.86% from 318); Max value from RGB is 149 - color contains mainly: blue. Hex color #713895 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713895 is #8EC76A. Grayscale: #535353. Windows color (decimal): -9357163 or 9779313. OLE color: 9779313.
HSL color Cylindrical-coordinate representation of color #713895: hue angle of 276.77º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #713895 is Cyan = 0.24, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 113 | 56 | 149 | - |
| CMYK | 0.24 | 0.62 | 0 | 0.42 |
| HSL | 276.77º | 0.45% | 0.4% | - |
| HSV(B) | 276.77º | 0.62% | 0.58% | - |
| XYZ | 13.65 | 8.51 | 29.36 | - |
| YUV | 83.65 | 164.88 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 56 | 149 | 0.24 | 0.62 | 0 | 0.42 | 276.77 | 0.45 | 0.4 |
| Hex | 71 | 38 | 95 | 18 | 3E | 0 | 2A | 115 | 2D | 28 |
| Octal | 161 | 70 | 225 | 30 | 76 | 0 | 52 | 425 | 55 | 50 |
| Binary | 1110001 | 111000 | 10010101 | 11000 | 111110 | 0 | 101010 | 100010101 | 101101 | 101000 |
Color Harmonies of #713895
Complementary color
Monochromatic Colors of #713895
Black with #713895
Text Example
Text Example
White with #713895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713895; }
p { color: rgb(113,56,149); }
H1.HeaderClassName
{
color: #713895;
}
.AnyTagClassName
{
color: #713895;
}
</style>
background-color css
<style>
a { background-color: #713895; }
a { background-color: rgb(113,56,149); }
div.DivClassName
{
background-color: #713895;
}
.BgClassName
{
background-color: #713895;
}
</style>
border-color css
<style>
span { border-color: #713895; }
span { border-color: rgb(113,56,149); }
td.TdClassName
{
border-color: #713895;
}
.TagClassName
{
border-color: #713895;
}
</style>