Shades of Royal Purple #713D94
Tints of Royal Purple #713D94
RGB
CMYK
RGB Variations
Color information
#713D94 (or 0x713D94) is known color: Royal Purple. HEX triplet: 71, 3D and 94. RGB value is (113,61,148). Sum of RGB (Red+Green+Blue) = 113+61+148=322 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.09% from 322); Green value is 61 (24.22% from 255 or 18.94% from 322); Blue value is 148 (58.20% from 255 or 45.96% from 322); Max value from RGB is 148 - color contains mainly: blue. Hex color #713D94 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713D94 is #8EC26B. Grayscale: #565656. Windows color (decimal): -9355884 or 9715057. OLE color: 9715057.
HSL color Cylindrical-coordinate representation of color #713D94: hue angle of 275.86º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #713D94 is Cyan = 0.24, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 113 | 61 | 148 | - |
| CMYK | 0.24 | 0.59 | 0 | 0.42 |
| HSL | 275.86º | 0.42% | 0.41% | - |
| HSV(B) | 275.86º | 0.59% | 0.58% | - |
| XYZ | 13.82 | 8.99 | 29.02 | - |
| YUV | 86.47 | 162.73 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 61 | 148 | 0.24 | 0.59 | 0 | 0.42 | 275.86 | 0.42 | 0.41 |
| Hex | 71 | 3D | 94 | 18 | 3B | 0 | 2A | 114 | 2A | 29 |
| Octal | 161 | 75 | 224 | 30 | 73 | 0 | 52 | 424 | 52 | 51 |
| Binary | 1110001 | 111101 | 10010100 | 11000 | 111011 | 0 | 101010 | 100010100 | 101010 | 101001 |
Color Harmonies of #713D94
Complementary color
Monochromatic Colors of #713D94
Black with #713D94
Text Example
Text Example
White with #713D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713D94; }
p { color: rgb(113,61,148); }
H1.HeaderClassName
{
color: #713D94;
}
.AnyTagClassName
{
color: #713D94;
}
</style>
background-color css
<style>
a { background-color: #713D94; }
a { background-color: rgb(113,61,148); }
div.DivClassName
{
background-color: #713D94;
}
.BgClassName
{
background-color: #713D94;
}
</style>
border-color css
<style>
span { border-color: #713D94; }
span { border-color: rgb(113,61,148); }
td.TdClassName
{
border-color: #713D94;
}
.TagClassName
{
border-color: #713D94;
}
</style>