Shades of Royal Purple #722DA0
Tints of Royal Purple #722DA0
RGB
CMYK
RGB Variations
Color information
#722DA0 (or 0x722DA0) is known color: Royal Purple. HEX triplet: 72, 2D and A0. RGB value is (114,45,160). Sum of RGB (Red+Green+Blue) = 114+45+160=319 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.74% from 319); Green value is 45 (17.97% from 255 or 14.11% from 319); Blue value is 160 (62.89% from 255 or 50.16% from 319); Max value from RGB is 160 - color contains mainly: blue. Hex color #722DA0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #722DA0 is #8DD25F. Grayscale: #4E4E4E. Windows color (decimal): -9294432 or 10497394. OLE color: 10497394.
HSL color Cylindrical-coordinate representation of color #722DA0: hue angle of 276º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #722DA0 is Cyan = 0.29, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 114 | 45 | 160 | - |
| CMYK | 0.29 | 0.72 | 0 | 0.37 |
| HSL | 276º | 0.56% | 0.4% | - |
| HSV(B) | 276º | 0.72% | 0.63% | - |
| XYZ | 14.22 | 7.99 | 34.05 | - |
| YUV | 78.74 | 173.86 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 45 | 160 | 0.29 | 0.72 | 0 | 0.37 | 276 | 0.56 | 0.4 |
| Hex | 72 | 2D | A0 | 1D | 48 | 0 | 25 | 114 | 38 | 28 |
| Octal | 162 | 55 | 240 | 35 | 110 | 0 | 45 | 424 | 70 | 50 |
| Binary | 1110010 | 101101 | 10100000 | 11101 | 1001000 | 0 | 100101 | 100010100 | 111000 | 101000 |
Color Harmonies of #722DA0
Complementary color
Monochromatic Colors of #722DA0
Black with #722DA0
Text Example
Text Example
White with #722DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722DA0; }
p { color: rgb(114,45,160); }
H1.HeaderClassName
{
color: #722DA0;
}
.AnyTagClassName
{
color: #722DA0;
}
</style>
background-color css
<style>
a { background-color: #722DA0; }
a { background-color: rgb(114,45,160); }
div.DivClassName
{
background-color: #722DA0;
}
.BgClassName
{
background-color: #722DA0;
}
</style>
border-color css
<style>
span { border-color: #722DA0; }
span { border-color: rgb(114,45,160); }
td.TdClassName
{
border-color: #722DA0;
}
.TagClassName
{
border-color: #722DA0;
}
</style>