Shades of Royal Purple #712AAB
Tints of Royal Purple #712AAB
RGB
CMYK
RGB Variations
Color information
#712AAB (or 0x712AAB) is known color: Royal Purple. HEX triplet: 71, 2A and AB. RGB value is (113,42,171). Sum of RGB (Red+Green+Blue) = 113+42+171=326 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.66% from 326); Green value is 42 (16.80% from 255 or 12.88% from 326); Blue value is 171 (67.19% from 255 or 52.45% from 326); Max value from RGB is 171 - color contains mainly: blue. Hex color #712AAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712AAB is #8ED554. Grayscale: #4D4D4D. Windows color (decimal): -9360725 or 11217521. OLE color: 11217521.
HSL color Cylindrical-coordinate representation of color #712AAB: hue angle of 273.02º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #712AAB is Cyan = 0.34, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 113 | 42 | 171 | - |
| CMYK | 0.34 | 0.75 | 0 | 0.33 |
| HSL | 273.02º | 0.61% | 0.42% | - |
| HSV(B) | 273.02º | 0.75% | 0.67% | - |
| XYZ | 14.99 | 8.11 | 39.3 | - |
| YUV | 77.94 | 180.52 | 153.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 42 | 171 | 0.34 | 0.75 | 0 | 0.33 | 273.02 | 0.61 | 0.42 |
| Hex | 71 | 2A | AB | 22 | 4B | 0 | 21 | 111 | 3D | 2A |
| Octal | 161 | 52 | 253 | 42 | 113 | 0 | 41 | 421 | 75 | 52 |
| Binary | 1110001 | 101010 | 10101011 | 100010 | 1001011 | 0 | 100001 | 100010001 | 111101 | 101010 |
Color Harmonies of #712AAB
Complementary color
Monochromatic Colors of #712AAB
Black with #712AAB
Text Example
Text Example
White with #712AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712AAB; }
p { color: rgb(113,42,171); }
H1.HeaderClassName
{
color: #712AAB;
}
.AnyTagClassName
{
color: #712AAB;
}
</style>
background-color css
<style>
a { background-color: #712AAB; }
a { background-color: rgb(113,42,171); }
div.DivClassName
{
background-color: #712AAB;
}
.BgClassName
{
background-color: #712AAB;
}
</style>
border-color css
<style>
span { border-color: #712AAB; }
span { border-color: rgb(113,42,171); }
td.TdClassName
{
border-color: #712AAB;
}
.TagClassName
{
border-color: #712AAB;
}
</style>