Shades of Royal Purple #713E94
Tints of Royal Purple #713E94
RGB
CMYK
RGB Variations
Color information
#713E94 (or 0x713E94) is known color: Royal Purple. HEX triplet: 71, 3E and 94. RGB value is (113,62,148). Sum of RGB (Red+Green+Blue) = 113+62+148=323 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.98% from 323); Green value is 62 (24.61% from 255 or 19.20% from 323); Blue value is 148 (58.20% from 255 or 45.82% from 323); Max value from RGB is 148 - color contains mainly: blue. Hex color #713E94 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713E94 is #8EC16B. Grayscale: #565656. Windows color (decimal): -9355628 or 9715313. OLE color: 9715313.
HSL color Cylindrical-coordinate representation of color #713E94: hue angle of 275.58º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #713E94 is Cyan = 0.24, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 113 | 62 | 148 | - |
| CMYK | 0.24 | 0.58 | 0 | 0.42 |
| HSL | 275.58º | 0.41% | 0.41% | - |
| HSV(B) | 275.58º | 0.58% | 0.58% | - |
| XYZ | 13.88 | 9.09 | 29.04 | - |
| YUV | 87.05 | 162.4 | 146.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 62 | 148 | 0.24 | 0.58 | 0 | 0.42 | 275.58 | 0.41 | 0.41 |
| Hex | 71 | 3E | 94 | 18 | 3A | 0 | 2A | 114 | 29 | 29 |
| Octal | 161 | 76 | 224 | 30 | 72 | 0 | 52 | 424 | 51 | 51 |
| Binary | 1110001 | 111110 | 10010100 | 11000 | 111010 | 0 | 101010 | 100010100 | 101001 | 101001 |
Color Harmonies of #713E94
Complementary color
Monochromatic Colors of #713E94
Black with #713E94
Text Example
Text Example
White with #713E94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713E94; }
p { color: rgb(113,62,148); }
H1.HeaderClassName
{
color: #713E94;
}
.AnyTagClassName
{
color: #713E94;
}
</style>
background-color css
<style>
a { background-color: #713E94; }
a { background-color: rgb(113,62,148); }
div.DivClassName
{
background-color: #713E94;
}
.BgClassName
{
background-color: #713E94;
}
</style>
border-color css
<style>
span { border-color: #713E94; }
span { border-color: rgb(113,62,148); }
td.TdClassName
{
border-color: #713E94;
}
.TagClassName
{
border-color: #713E94;
}
</style>