Shades of Royal Purple #712FAA
Tints of Royal Purple #712FAA
RGB
CMYK
RGB Variations
Color information
#712FAA (or 0x712FAA) is known color: Royal Purple. HEX triplet: 71, 2F and AA. RGB value is (113,47,170). Sum of RGB (Red+Green+Blue) = 113+47+170=330 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.24% from 330); Green value is 47 (18.75% from 255 or 14.24% from 330); Blue value is 170 (66.80% from 255 or 51.52% from 330); Max value from RGB is 170 - color contains mainly: blue. Hex color #712FAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712FAA is #8ED055. Grayscale: #505050. Windows color (decimal): -9359446 or 11153265. OLE color: 11153265.
HSL color Cylindrical-coordinate representation of color #712FAA: hue angle of 272.2º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #712FAA is Cyan = 0.34, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 113 | 47 | 170 | - |
| CMYK | 0.34 | 0.72 | 0 | 0.33 |
| HSL | 272.2º | 0.57% | 0.43% | - |
| HSV(B) | 272.2º | 0.72% | 0.67% | - |
| XYZ | 15.08 | 8.45 | 38.87 | - |
| YUV | 80.76 | 178.37 | 151 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 47 | 170 | 0.34 | 0.72 | 0 | 0.33 | 272.2 | 0.57 | 0.43 |
| Hex | 71 | 2F | AA | 22 | 48 | 0 | 21 | 110 | 39 | 2B |
| Octal | 161 | 57 | 252 | 42 | 110 | 0 | 41 | 420 | 71 | 53 |
| Binary | 1110001 | 101111 | 10101010 | 100010 | 1001000 | 0 | 100001 | 100010000 | 111001 | 101011 |
Color Harmonies of #712FAA
Complementary color
Monochromatic Colors of #712FAA
Black with #712FAA
Text Example
Text Example
White with #712FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712FAA; }
p { color: rgb(113,47,170); }
H1.HeaderClassName
{
color: #712FAA;
}
.AnyTagClassName
{
color: #712FAA;
}
</style>
background-color css
<style>
a { background-color: #712FAA; }
a { background-color: rgb(113,47,170); }
div.DivClassName
{
background-color: #712FAA;
}
.BgClassName
{
background-color: #712FAA;
}
</style>
border-color css
<style>
span { border-color: #712FAA; }
span { border-color: rgb(113,47,170); }
td.TdClassName
{
border-color: #712FAA;
}
.TagClassName
{
border-color: #712FAA;
}
</style>