Shades of Royal Purple #722AAA
Tints of Royal Purple #722AAA
RGB
CMYK
RGB Variations
Color information
#722AAA (or 0x722AAA) is known color: Royal Purple. HEX triplet: 72, 2A and AA. RGB value is (114,42,170). Sum of RGB (Red+Green+Blue) = 114+42+170=326 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.97% from 326); Green value is 42 (16.80% from 255 or 12.88% from 326); Blue value is 170 (66.80% from 255 or 52.15% from 326); Max value from RGB is 170 - color contains mainly: blue. Hex color #722AAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #722AAA is #8DD555. Grayscale: #4D4D4D. Windows color (decimal): -9295190 or 11151986. OLE color: 11151986.
HSL color Cylindrical-coordinate representation of color #722AAA: hue angle of 273.75º degrees, saturation: 0.6, 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 #722AAA is Cyan = 0.33, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 114 | 42 | 170 | - |
| CMYK | 0.33 | 0.75 | 0 | 0.33 |
| HSL | 273.75º | 0.6% | 0.42% | - |
| HSV(B) | 273.75º | 0.75% | 0.67% | - |
| XYZ | 15.02 | 8.14 | 38.81 | - |
| YUV | 78.12 | 179.85 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 42 | 170 | 0.33 | 0.75 | 0 | 0.33 | 273.75 | 0.6 | 0.42 |
| Hex | 72 | 2A | AA | 21 | 4B | 0 | 21 | 112 | 3C | 2A |
| Octal | 162 | 52 | 252 | 41 | 113 | 0 | 41 | 422 | 74 | 52 |
| Binary | 1110010 | 101010 | 10101010 | 100001 | 1001011 | 0 | 100001 | 100010010 | 111100 | 101010 |
Color Harmonies of #722AAA
Complementary color
Monochromatic Colors of #722AAA
Black with #722AAA
Text Example
Text Example
White with #722AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722AAA; }
p { color: rgb(114,42,170); }
H1.HeaderClassName
{
color: #722AAA;
}
.AnyTagClassName
{
color: #722AAA;
}
</style>
background-color css
<style>
a { background-color: #722AAA; }
a { background-color: rgb(114,42,170); }
div.DivClassName
{
background-color: #722AAA;
}
.BgClassName
{
background-color: #722AAA;
}
</style>
border-color css
<style>
span { border-color: #722AAA; }
span { border-color: rgb(114,42,170); }
td.TdClassName
{
border-color: #722AAA;
}
.TagClassName
{
border-color: #722AAA;
}
</style>