Shades of Royal Purple #7020A1
Tints of Royal Purple #7020A1
RGB
CMYK
RGB Variations
Color information
#7020A1 (or 0x7020A1) is known color: Royal Purple. HEX triplet: 70, 20 and A1. RGB value is (112,32,161). Sum of RGB (Red+Green+Blue) = 112+32+161=305 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.72% from 305); Green value is 32 (12.89% from 255 or 10.49% from 305); Blue value is 161 (63.28% from 255 or 52.79% from 305); Max value from RGB is 161 - color contains mainly: blue. Hex color #7020A1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7020A1 is #8FDF5E. Grayscale: #464646. Windows color (decimal): -9428831 or 10559600. OLE color: 10559600.
HSL color Cylindrical-coordinate representation of color #7020A1: hue angle of 277.21º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7020A1 is Cyan = 0.30, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 112 | 32 | 161 | - |
| CMYK | 0.30 | 0.80 | 0 | 0.37 |
| HSL | 277.21º | 0.67% | 0.38% | - |
| HSV(B) | 277.21º | 0.8% | 0.63% | - |
| XYZ | 13.63 | 7.05 | 34.36 | - |
| YUV | 70.63 | 179 | 157.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 32 | 161 | 0.30 | 0.80 | 0 | 0.37 | 277.21 | 0.67 | 0.38 |
| Hex | 70 | 20 | A1 | 1E | 50 | 0 | 25 | 115 | 43 | 26 |
| Octal | 160 | 40 | 241 | 36 | 120 | 0 | 45 | 425 | 103 | 46 |
| Binary | 1110000 | 100000 | 10100001 | 11110 | 1010000 | 0 | 100101 | 100010101 | 1000011 | 100110 |
Color Harmonies of #7020A1
Complementary color
Monochromatic Colors of #7020A1
Black with #7020A1
Text Example
Text Example
White with #7020A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7020A1; }
p { color: rgb(112,32,161); }
H1.HeaderClassName
{
color: #7020A1;
}
.AnyTagClassName
{
color: #7020A1;
}
</style>
background-color css
<style>
a { background-color: #7020A1; }
a { background-color: rgb(112,32,161); }
div.DivClassName
{
background-color: #7020A1;
}
.BgClassName
{
background-color: #7020A1;
}
</style>
border-color css
<style>
span { border-color: #7020A1; }
span { border-color: rgb(112,32,161); }
td.TdClassName
{
border-color: #7020A1;
}
.TagClassName
{
border-color: #7020A1;
}
</style>