Shades of Royal Purple #722CA1
Tints of Royal Purple #722CA1
RGB
CMYK
RGB Variations
Color information
#722CA1 (or 0x722CA1) is known color: Royal Purple. HEX triplet: 72, 2C and A1. RGB value is (114,44,161). Sum of RGB (Red+Green+Blue) = 114+44+161=319 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.74% from 319); Green value is 44 (17.58% from 255 or 13.79% from 319); Blue value is 161 (63.28% from 255 or 50.47% from 319); Max value from RGB is 161 - color contains mainly: blue. Hex color #722CA1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #722CA1 is #8DD35E. Grayscale: #4D4D4D. Windows color (decimal): -9294687 or 10562674. OLE color: 10562674.
HSL color Cylindrical-coordinate representation of color #722CA1: hue angle of 275.9º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #722CA1 is Cyan = 0.29, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 114 | 44 | 161 | - |
| CMYK | 0.29 | 0.73 | 0 | 0.37 |
| HSL | 275.9º | 0.57% | 0.4% | - |
| HSV(B) | 275.9º | 0.73% | 0.63% | - |
| XYZ | 14.27 | 7.95 | 34.5 | - |
| YUV | 78.27 | 174.69 | 153.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 44 | 161 | 0.29 | 0.73 | 0 | 0.37 | 275.9 | 0.57 | 0.4 |
| Hex | 72 | 2C | A1 | 1D | 49 | 0 | 25 | 114 | 39 | 28 |
| Octal | 162 | 54 | 241 | 35 | 111 | 0 | 45 | 424 | 71 | 50 |
| Binary | 1110010 | 101100 | 10100001 | 11101 | 1001001 | 0 | 100101 | 100010100 | 111001 | 101000 |
Color Harmonies of #722CA1
Complementary color
Monochromatic Colors of #722CA1
Black with #722CA1
Text Example
Text Example
White with #722CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722CA1; }
p { color: rgb(114,44,161); }
H1.HeaderClassName
{
color: #722CA1;
}
.AnyTagClassName
{
color: #722CA1;
}
</style>
background-color css
<style>
a { background-color: #722CA1; }
a { background-color: rgb(114,44,161); }
div.DivClassName
{
background-color: #722CA1;
}
.BgClassName
{
background-color: #722CA1;
}
</style>
border-color css
<style>
span { border-color: #722CA1; }
span { border-color: rgb(114,44,161); }
td.TdClassName
{
border-color: #722CA1;
}
.TagClassName
{
border-color: #722CA1;
}
</style>