Shades of Royal Purple #713BAB
Tints of Royal Purple #713BAB
RGB
CMYK
RGB Variations
Color information
#713BAB (or 0x713BAB) is known color: Royal Purple. HEX triplet: 71, 3B and AB. RGB value is (113,59,171). Sum of RGB (Red+Green+Blue) = 113+59+171=343 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.94% from 343); Green value is 59 (23.44% from 255 or 17.20% from 343); Blue value is 171 (67.19% from 255 or 49.85% from 343); Max value from RGB is 171 - color contains mainly: blue. Hex color #713BAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713BAB is #8EC454. Grayscale: #575757. Windows color (decimal): -9356373 or 11221873. OLE color: 11221873.
HSL color Cylindrical-coordinate representation of color #713BAB: hue angle of 268.93º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #713BAB is Cyan = 0.34, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 113 | 59 | 171 | - |
| CMYK | 0.34 | 0.65 | 0 | 0.33 |
| HSL | 268.93º | 0.49% | 0.45% | - |
| HSV(B) | 268.93º | 0.65% | 0.67% | - |
| XYZ | 15.72 | 9.58 | 39.55 | - |
| YUV | 87.91 | 174.89 | 145.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 59 | 171 | 0.34 | 0.65 | 0 | 0.33 | 268.93 | 0.49 | 0.45 |
| Hex | 71 | 3B | AB | 22 | 41 | 0 | 21 | 10D | 31 | 2D |
| Octal | 161 | 73 | 253 | 42 | 101 | 0 | 41 | 415 | 61 | 55 |
| Binary | 1110001 | 111011 | 10101011 | 100010 | 1000001 | 0 | 100001 | 100001101 | 110001 | 101101 |
Color Harmonies of #713BAB
Complementary color
Monochromatic Colors of #713BAB
Black with #713BAB
Text Example
Text Example
White with #713BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713BAB; }
p { color: rgb(113,59,171); }
H1.HeaderClassName
{
color: #713BAB;
}
.AnyTagClassName
{
color: #713BAB;
}
</style>
background-color css
<style>
a { background-color: #713BAB; }
a { background-color: rgb(113,59,171); }
div.DivClassName
{
background-color: #713BAB;
}
.BgClassName
{
background-color: #713BAB;
}
</style>
border-color css
<style>
span { border-color: #713BAB; }
span { border-color: rgb(113,59,171); }
td.TdClassName
{
border-color: #713BAB;
}
.TagClassName
{
border-color: #713BAB;
}
</style>