Shades of Royal Purple #722FA4
Tints of Royal Purple #722FA4
RGB
CMYK
RGB Variations
Color information
#722FA4 (or 0x722FA4) is known color: Royal Purple. HEX triplet: 72, 2F and A4. RGB value is (114,47,164). Sum of RGB (Red+Green+Blue) = 114+47+164=325 (43% of max value = 765). Red value is 114 (44.92% from 255 or 35.08% from 325); Green value is 47 (18.75% from 255 or 14.46% from 325); Blue value is 164 (64.45% from 255 or 50.46% from 325); Max value from RGB is 164 - color contains mainly: blue. Hex color #722FA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #722FA4 is #8DD05B. Grayscale: #4F4F4F. Windows color (decimal): -9293916 or 10760050. OLE color: 10760050.
HSL color Cylindrical-coordinate representation of color #722FA4: hue angle of 274.36º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #722FA4 is Cyan = 0.30, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 114 | 47 | 164 | - |
| CMYK | 0.30 | 0.71 | 0 | 0.36 |
| HSL | 274.36º | 0.55% | 0.41% | - |
| HSV(B) | 274.36º | 0.71% | 0.64% | - |
| XYZ | 14.66 | 8.29 | 35.95 | - |
| YUV | 80.37 | 175.2 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 47 | 164 | 0.30 | 0.71 | 0 | 0.36 | 274.36 | 0.55 | 0.41 |
| Hex | 72 | 2F | A4 | 1E | 47 | 0 | 24 | 112 | 37 | 29 |
| Octal | 162 | 57 | 244 | 36 | 107 | 0 | 44 | 422 | 67 | 51 |
| Binary | 1110010 | 101111 | 10100100 | 11110 | 1000111 | 0 | 100100 | 100010010 | 110111 | 101001 |
Color Harmonies of #722FA4
Complementary color
Monochromatic Colors of #722FA4
Black with #722FA4
Text Example
Text Example
White with #722FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722FA4; }
p { color: rgb(114,47,164); }
H1.HeaderClassName
{
color: #722FA4;
}
.AnyTagClassName
{
color: #722FA4;
}
</style>
background-color css
<style>
a { background-color: #722FA4; }
a { background-color: rgb(114,47,164); }
div.DivClassName
{
background-color: #722FA4;
}
.BgClassName
{
background-color: #722FA4;
}
</style>
border-color css
<style>
span { border-color: #722FA4; }
span { border-color: rgb(114,47,164); }
td.TdClassName
{
border-color: #722FA4;
}
.TagClassName
{
border-color: #722FA4;
}
</style>