Shades of Royal Purple #713EAB
Tints of Royal Purple #713EAB
RGB
CMYK
RGB Variations
Color information
#713EAB (or 0x713EAB) is known color: Royal Purple. HEX triplet: 71, 3E and AB. RGB value is (113,62,171). Sum of RGB (Red+Green+Blue) = 113+62+171=346 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.66% from 346); Green value is 62 (24.61% from 255 or 17.92% from 346); Blue value is 171 (67.19% from 255 or 49.42% from 346); Max value from RGB is 171 - color contains mainly: blue. Hex color #713EAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713EAB is #8EC154. Grayscale: #595959. Windows color (decimal): -9355605 or 11222641. OLE color: 11222641.
HSL color Cylindrical-coordinate representation of color #713EAB: hue angle of 268.07º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #713EAB is Cyan = 0.34, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 113 | 62 | 171 | - |
| CMYK | 0.34 | 0.64 | 0 | 0.33 |
| HSL | 268.07º | 0.47% | 0.46% | - |
| HSV(B) | 268.07º | 0.64% | 0.67% | - |
| XYZ | 15.88 | 9.9 | 39.6 | - |
| YUV | 89.68 | 173.9 | 144.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 62 | 171 | 0.34 | 0.64 | 0 | 0.33 | 268.07 | 0.47 | 0.46 |
| Hex | 71 | 3E | AB | 22 | 40 | 0 | 21 | 10C | 2F | 2E |
| Octal | 161 | 76 | 253 | 42 | 100 | 0 | 41 | 414 | 57 | 56 |
| Binary | 1110001 | 111110 | 10101011 | 100010 | 1000000 | 0 | 100001 | 100001100 | 101111 | 101110 |
Color Harmonies of #713EAB
Complementary color
Monochromatic Colors of #713EAB
Black with #713EAB
Text Example
Text Example
White with #713EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713EAB; }
p { color: rgb(113,62,171); }
H1.HeaderClassName
{
color: #713EAB;
}
.AnyTagClassName
{
color: #713EAB;
}
</style>
background-color css
<style>
a { background-color: #713EAB; }
a { background-color: rgb(113,62,171); }
div.DivClassName
{
background-color: #713EAB;
}
.BgClassName
{
background-color: #713EAB;
}
</style>
border-color css
<style>
span { border-color: #713EAB; }
span { border-color: rgb(113,62,171); }
td.TdClassName
{
border-color: #713EAB;
}
.TagClassName
{
border-color: #713EAB;
}
</style>