Shades of Royal Purple #712AAD
Tints of Royal Purple #712AAD
RGB
CMYK
RGB Variations
Color information
#712AAD (or 0x712AAD) is known color: Royal Purple. HEX triplet: 71, 2A and AD. RGB value is (113,42,173). Sum of RGB (Red+Green+Blue) = 113+42+173=328 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.45% from 328); Green value is 42 (16.80% from 255 or 12.80% from 328); Blue value is 173 (67.97% from 255 or 52.74% from 328); Max value from RGB is 173 - color contains mainly: blue. Hex color #712AAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712AAD is #8ED552. Grayscale: #4D4D4D. Windows color (decimal): -9360723 or 11348593. OLE color: 11348593.
HSL color Cylindrical-coordinate representation of color #712AAD: hue angle of 272.52º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #712AAD is Cyan = 0.35, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 113 | 42 | 173 | - |
| CMYK | 0.35 | 0.76 | 0 | 0.32 |
| HSL | 272.52º | 0.61% | 0.42% | - |
| HSV(B) | 272.52º | 0.76% | 0.68% | - |
| XYZ | 15.18 | 8.18 | 40.31 | - |
| YUV | 78.16 | 181.52 | 152.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 42 | 173 | 0.35 | 0.76 | 0 | 0.32 | 272.52 | 0.61 | 0.42 |
| Hex | 71 | 2A | AD | 23 | 4C | 0 | 20 | 111 | 3D | 2A |
| Octal | 161 | 52 | 255 | 43 | 114 | 0 | 40 | 421 | 75 | 52 |
| Binary | 1110001 | 101010 | 10101101 | 100011 | 1001100 | 0 | 100000 | 100010001 | 111101 | 101010 |
Color Harmonies of #712AAD
Complementary color
Monochromatic Colors of #712AAD
Black with #712AAD
Text Example
Text Example
White with #712AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712AAD; }
p { color: rgb(113,42,173); }
H1.HeaderClassName
{
color: #712AAD;
}
.AnyTagClassName
{
color: #712AAD;
}
</style>
background-color css
<style>
a { background-color: #712AAD; }
a { background-color: rgb(113,42,173); }
div.DivClassName
{
background-color: #712AAD;
}
.BgClassName
{
background-color: #712AAD;
}
</style>
border-color css
<style>
span { border-color: #712AAD; }
span { border-color: rgb(113,42,173); }
td.TdClassName
{
border-color: #712AAD;
}
.TagClassName
{
border-color: #712AAD;
}
</style>