Shades of Royal Purple #712FAE
Tints of Royal Purple #712FAE
RGB
CMYK
RGB Variations
Color information
#712FAE (or 0x712FAE) is known color: Royal Purple. HEX triplet: 71, 2F and AE. RGB value is (113,47,174). Sum of RGB (Red+Green+Blue) = 113+47+174=334 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.83% from 334); Green value is 47 (18.75% from 255 or 14.07% from 334); Blue value is 174 (68.36% from 255 or 52.10% from 334); Max value from RGB is 174 - color contains mainly: blue. Hex color #712FAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712FAE is #8ED051. Grayscale: #505050. Windows color (decimal): -9359442 or 11415409. OLE color: 11415409.
HSL color Cylindrical-coordinate representation of color #712FAE: hue angle of 271.18º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #712FAE is Cyan = 0.35, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 113 | 47 | 174 | - |
| CMYK | 0.35 | 0.73 | 0 | 0.32 |
| HSL | 271.18º | 0.57% | 0.43% | - |
| HSV(B) | 271.18º | 0.73% | 0.68% | - |
| XYZ | 15.47 | 8.6 | 40.89 | - |
| YUV | 81.21 | 180.37 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 47 | 174 | 0.35 | 0.73 | 0 | 0.32 | 271.18 | 0.57 | 0.43 |
| Hex | 71 | 2F | AE | 23 | 49 | 0 | 20 | 10F | 39 | 2B |
| Octal | 161 | 57 | 256 | 43 | 111 | 0 | 40 | 417 | 71 | 53 |
| Binary | 1110001 | 101111 | 10101110 | 100011 | 1001001 | 0 | 100000 | 100001111 | 111001 | 101011 |
Color Harmonies of #712FAE
Complementary color
Monochromatic Colors of #712FAE
Black with #712FAE
Text Example
Text Example
White with #712FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712FAE; }
p { color: rgb(113,47,174); }
H1.HeaderClassName
{
color: #712FAE;
}
.AnyTagClassName
{
color: #712FAE;
}
</style>
background-color css
<style>
a { background-color: #712FAE; }
a { background-color: rgb(113,47,174); }
div.DivClassName
{
background-color: #712FAE;
}
.BgClassName
{
background-color: #712FAE;
}
</style>
border-color css
<style>
span { border-color: #712FAE; }
span { border-color: rgb(113,47,174); }
td.TdClassName
{
border-color: #712FAE;
}
.TagClassName
{
border-color: #712FAE;
}
</style>