Shades of Royal Purple #722DA2
Tints of Royal Purple #722DA2
RGB
CMYK
RGB Variations
Color information
#722DA2 (or 0x722DA2) is known color: Royal Purple. HEX triplet: 72, 2D and A2. RGB value is (114,45,162). Sum of RGB (Red+Green+Blue) = 114+45+162=321 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.51% from 321); Green value is 45 (17.97% from 255 or 14.02% from 321); Blue value is 162 (63.67% from 255 or 50.47% from 321); Max value from RGB is 162 - color contains mainly: blue. Hex color #722DA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #722DA2 is #8DD25D. Grayscale: #4E4E4E. Windows color (decimal): -9294430 or 10628466. OLE color: 10628466.
HSL color Cylindrical-coordinate representation of color #722DA2: hue angle of 275.38º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #722DA2 is Cyan = 0.30, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 114 | 45 | 162 | - |
| CMYK | 0.30 | 0.72 | 0 | 0.36 |
| HSL | 275.38º | 0.57% | 0.41% | - |
| HSV(B) | 275.38º | 0.72% | 0.64% | - |
| XYZ | 14.4 | 8.06 | 34.98 | - |
| YUV | 78.97 | 174.86 | 152.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 45 | 162 | 0.30 | 0.72 | 0 | 0.36 | 275.38 | 0.57 | 0.41 |
| Hex | 72 | 2D | A2 | 1E | 48 | 0 | 24 | 113 | 39 | 29 |
| Octal | 162 | 55 | 242 | 36 | 110 | 0 | 44 | 423 | 71 | 51 |
| Binary | 1110010 | 101101 | 10100010 | 11110 | 1001000 | 0 | 100100 | 100010011 | 111001 | 101001 |
Color Harmonies of #722DA2
Complementary color
Monochromatic Colors of #722DA2
Black with #722DA2
Text Example
Text Example
White with #722DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722DA2; }
p { color: rgb(114,45,162); }
H1.HeaderClassName
{
color: #722DA2;
}
.AnyTagClassName
{
color: #722DA2;
}
</style>
background-color css
<style>
a { background-color: #722DA2; }
a { background-color: rgb(114,45,162); }
div.DivClassName
{
background-color: #722DA2;
}
.BgClassName
{
background-color: #722DA2;
}
</style>
border-color css
<style>
span { border-color: #722DA2; }
span { border-color: rgb(114,45,162); }
td.TdClassName
{
border-color: #722DA2;
}
.TagClassName
{
border-color: #722DA2;
}
</style>