Shades of Royal Purple #713CAB
Tints of Royal Purple #713CAB
RGB
CMYK
RGB Variations
Color information
#713CAB (or 0x713CAB) is known color: Royal Purple. HEX triplet: 71, 3C and AB. RGB value is (113,60,171). Sum of RGB (Red+Green+Blue) = 113+60+171=344 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.85% from 344); Green value is 60 (23.83% from 255 or 17.44% from 344); Blue value is 171 (67.19% from 255 or 49.71% from 344); Max value from RGB is 171 - color contains mainly: blue. Hex color #713CAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713CAB is #8EC354. Grayscale: #585858. Windows color (decimal): -9356117 or 11222129. OLE color: 11222129.
HSL color Cylindrical-coordinate representation of color #713CAB: hue angle of 268.65º degrees, saturation: 0.48, 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 #713CAB is Cyan = 0.34, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 113 | 60 | 171 | - |
| CMYK | 0.34 | 0.65 | 0 | 0.33 |
| HSL | 268.65º | 0.48% | 0.45% | - |
| HSV(B) | 268.65º | 0.65% | 0.67% | - |
| XYZ | 15.78 | 9.68 | 39.57 | - |
| YUV | 88.5 | 174.56 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 60 | 171 | 0.34 | 0.65 | 0 | 0.33 | 268.65 | 0.48 | 0.45 |
| Hex | 71 | 3C | AB | 22 | 41 | 0 | 21 | 10D | 30 | 2D |
| Octal | 161 | 74 | 253 | 42 | 101 | 0 | 41 | 415 | 60 | 55 |
| Binary | 1110001 | 111100 | 10101011 | 100010 | 1000001 | 0 | 100001 | 100001101 | 110000 | 101101 |
Color Harmonies of #713CAB
Complementary color
Monochromatic Colors of #713CAB
Black with #713CAB
Text Example
Text Example
White with #713CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713CAB; }
p { color: rgb(113,60,171); }
H1.HeaderClassName
{
color: #713CAB;
}
.AnyTagClassName
{
color: #713CAB;
}
</style>
background-color css
<style>
a { background-color: #713CAB; }
a { background-color: rgb(113,60,171); }
div.DivClassName
{
background-color: #713CAB;
}
.BgClassName
{
background-color: #713CAB;
}
</style>
border-color css
<style>
span { border-color: #713CAB; }
span { border-color: rgb(113,60,171); }
td.TdClassName
{
border-color: #713CAB;
}
.TagClassName
{
border-color: #713CAB;
}
</style>