Shades of Royal Purple #713CAC
Tints of Royal Purple #713CAC
RGB
CMYK
RGB Variations
Color information
#713CAC (or 0x713CAC) is known color: Royal Purple. HEX triplet: 71, 3C and AC. RGB value is (113,60,172). Sum of RGB (Red+Green+Blue) = 113+60+172=345 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.75% from 345); Green value is 60 (23.83% from 255 or 17.39% from 345); Blue value is 172 (67.58% from 255 or 49.86% from 345); Max value from RGB is 172 - color contains mainly: blue. Hex color #713CAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713CAC is #8EC353. Grayscale: #585858. Windows color (decimal): -9356116 or 11287665. OLE color: 11287665.
HSL color Cylindrical-coordinate representation of color #713CAC: hue angle of 268.39º 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 #713CAC is Cyan = 0.34, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 113 | 60 | 172 | - |
| CMYK | 0.34 | 0.65 | 0 | 0.33 |
| HSL | 268.39º | 0.48% | 0.45% | - |
| HSV(B) | 268.39º | 0.65% | 0.67% | - |
| XYZ | 15.87 | 9.72 | 40.07 | - |
| YUV | 88.62 | 175.06 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 60 | 172 | 0.34 | 0.65 | 0 | 0.33 | 268.39 | 0.48 | 0.45 |
| Hex | 71 | 3C | AC | 22 | 41 | 0 | 21 | 10C | 30 | 2D |
| Octal | 161 | 74 | 254 | 42 | 101 | 0 | 41 | 414 | 60 | 55 |
| Binary | 1110001 | 111100 | 10101100 | 100010 | 1000001 | 0 | 100001 | 100001100 | 110000 | 101101 |
Color Harmonies of #713CAC
Complementary color
Monochromatic Colors of #713CAC
Black with #713CAC
Text Example
Text Example
White with #713CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713CAC; }
p { color: rgb(113,60,172); }
H1.HeaderClassName
{
color: #713CAC;
}
.AnyTagClassName
{
color: #713CAC;
}
</style>
background-color css
<style>
a { background-color: #713CAC; }
a { background-color: rgb(113,60,172); }
div.DivClassName
{
background-color: #713CAC;
}
.BgClassName
{
background-color: #713CAC;
}
</style>
border-color css
<style>
span { border-color: #713CAC; }
span { border-color: rgb(113,60,172); }
td.TdClassName
{
border-color: #713CAC;
}
.TagClassName
{
border-color: #713CAC;
}
</style>