Shades of Royal Purple #712BA0
Tints of Royal Purple #712BA0
RGB
CMYK
RGB Variations
Color information
#712BA0 (or 0x712BA0) is known color: Royal Purple. HEX triplet: 71, 2B and A0. RGB value is (113,43,160). Sum of RGB (Red+Green+Blue) = 113+43+160=316 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.76% from 316); Green value is 43 (17.19% from 255 or 13.61% from 316); Blue value is 160 (62.89% from 255 or 50.63% from 316); Max value from RGB is 160 - color contains mainly: blue. Hex color #712BA0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712BA0 is #8ED45F. Grayscale: #4C4C4C. Windows color (decimal): -9360480 or 10496881. OLE color: 10496881.
HSL color Cylindrical-coordinate representation of color #712BA0: hue angle of 275.9º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #712BA0 is Cyan = 0.29, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 113 | 43 | 160 | - |
| CMYK | 0.29 | 0.73 | 0 | 0.37 |
| HSL | 275.9º | 0.58% | 0.4% | - |
| HSV(B) | 275.9º | 0.73% | 0.63% | - |
| XYZ | 14.02 | 7.78 | 34.02 | - |
| YUV | 77.27 | 174.69 | 153.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 43 | 160 | 0.29 | 0.73 | 0 | 0.37 | 275.9 | 0.58 | 0.4 |
| Hex | 71 | 2B | A0 | 1D | 49 | 0 | 25 | 114 | 3A | 28 |
| Octal | 161 | 53 | 240 | 35 | 111 | 0 | 45 | 424 | 72 | 50 |
| Binary | 1110001 | 101011 | 10100000 | 11101 | 1001001 | 0 | 100101 | 100010100 | 111010 | 101000 |
Color Harmonies of #712BA0
Complementary color
Monochromatic Colors of #712BA0
Black with #712BA0
Text Example
Text Example
White with #712BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712BA0; }
p { color: rgb(113,43,160); }
H1.HeaderClassName
{
color: #712BA0;
}
.AnyTagClassName
{
color: #712BA0;
}
</style>
background-color css
<style>
a { background-color: #712BA0; }
a { background-color: rgb(113,43,160); }
div.DivClassName
{
background-color: #712BA0;
}
.BgClassName
{
background-color: #712BA0;
}
</style>
border-color css
<style>
span { border-color: #712BA0; }
span { border-color: rgb(113,43,160); }
td.TdClassName
{
border-color: #712BA0;
}
.TagClassName
{
border-color: #712BA0;
}
</style>