Shades of Royal Purple #713FAA
Tints of Royal Purple #713FAA
RGB
CMYK
RGB Variations
Color information
#713FAA (or 0x713FAA) is known color: Royal Purple. HEX triplet: 71, 3F and AA. RGB value is (113,63,170). Sum of RGB (Red+Green+Blue) = 113+63+170=346 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.66% from 346); Green value is 63 (25% from 255 or 18.21% from 346); Blue value is 170 (66.80% from 255 or 49.13% from 346); Max value from RGB is 170 - color contains mainly: blue. Hex color #713FAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713FAA is #8EC055. Grayscale: #595959. Windows color (decimal): -9355350 or 11157361. OLE color: 11157361.
HSL color Cylindrical-coordinate representation of color #713FAA: hue angle of 268.04º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #713FAA is Cyan = 0.34, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 113 | 63 | 170 | - |
| CMYK | 0.34 | 0.63 | 0 | 0.33 |
| HSL | 268.04º | 0.46% | 0.46% | - |
| HSV(B) | 268.04º | 0.63% | 0.67% | - |
| XYZ | 15.84 | 9.97 | 39.12 | - |
| YUV | 90.15 | 173.07 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 63 | 170 | 0.34 | 0.63 | 0 | 0.33 | 268.04 | 0.46 | 0.46 |
| Hex | 71 | 3F | AA | 22 | 3F | 0 | 21 | 10C | 2E | 2E |
| Octal | 161 | 77 | 252 | 42 | 77 | 0 | 41 | 414 | 56 | 56 |
| Binary | 1110001 | 111111 | 10101010 | 100010 | 111111 | 0 | 100001 | 100001100 | 101110 | 101110 |
Color Harmonies of #713FAA
Complementary color
Monochromatic Colors of #713FAA
Black with #713FAA
Text Example
Text Example
White with #713FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713FAA; }
p { color: rgb(113,63,170); }
H1.HeaderClassName
{
color: #713FAA;
}
.AnyTagClassName
{
color: #713FAA;
}
</style>
background-color css
<style>
a { background-color: #713FAA; }
a { background-color: rgb(113,63,170); }
div.DivClassName
{
background-color: #713FAA;
}
.BgClassName
{
background-color: #713FAA;
}
</style>
border-color css
<style>
span { border-color: #713FAA; }
span { border-color: rgb(113,63,170); }
td.TdClassName
{
border-color: #713FAA;
}
.TagClassName
{
border-color: #713FAA;
}
</style>