Shades of Royal Purple #7222A1
Tints of Royal Purple #7222A1
RGB
CMYK
RGB Variations
Color information
#7222A1 (or 0x7222A1) is known color: Royal Purple. HEX triplet: 72, 22 and A1. RGB value is (114,34,161). Sum of RGB (Red+Green+Blue) = 114+34+161=309 (40% of max value = 765). Red value is 114 (44.92% from 255 or 36.89% from 309); Green value is 34 (13.67% from 255 or 11.00% from 309); Blue value is 161 (63.28% from 255 or 52.10% from 309); Max value from RGB is 161 - color contains mainly: blue. Hex color #7222A1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7222A1 is #8DDD5E. Grayscale: #474747. Windows color (decimal): -9297247 or 10560114. OLE color: 10560114.
HSL color Cylindrical-coordinate representation of color #7222A1: hue angle of 277.8º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7222A1 is Cyan = 0.29, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 114 | 34 | 161 | - |
| CMYK | 0.29 | 0.79 | 0 | 0.37 |
| HSL | 277.8º | 0.65% | 0.38% | - |
| HSV(B) | 277.8º | 0.79% | 0.63% | - |
| XYZ | 13.94 | 7.29 | 34.39 | - |
| YUV | 72.4 | 178 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 34 | 161 | 0.29 | 0.79 | 0 | 0.37 | 277.8 | 0.65 | 0.38 |
| Hex | 72 | 22 | A1 | 1D | 4F | 0 | 25 | 116 | 41 | 26 |
| Octal | 162 | 42 | 241 | 35 | 117 | 0 | 45 | 426 | 101 | 46 |
| Binary | 1110010 | 100010 | 10100001 | 11101 | 1001111 | 0 | 100101 | 100010110 | 1000001 | 100110 |
Color Harmonies of #7222A1
Complementary color
Monochromatic Colors of #7222A1
Black with #7222A1
Text Example
Text Example
White with #7222A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7222A1; }
p { color: rgb(114,34,161); }
H1.HeaderClassName
{
color: #7222A1;
}
.AnyTagClassName
{
color: #7222A1;
}
</style>
background-color css
<style>
a { background-color: #7222A1; }
a { background-color: rgb(114,34,161); }
div.DivClassName
{
background-color: #7222A1;
}
.BgClassName
{
background-color: #7222A1;
}
</style>
border-color css
<style>
span { border-color: #7222A1; }
span { border-color: rgb(114,34,161); }
td.TdClassName
{
border-color: #7222A1;
}
.TagClassName
{
border-color: #7222A1;
}
</style>