Shades of Royal Purple #722FAC
Tints of Royal Purple #722FAC
RGB
CMYK
RGB Variations
Color information
#722FAC (or 0x722FAC) is known color: Royal Purple. HEX triplet: 72, 2F and AC. RGB value is (114,47,172). Sum of RGB (Red+Green+Blue) = 114+47+172=333 (44% of max value = 765). Red value is 114 (44.92% from 255 or 34.23% from 333); Green value is 47 (18.75% from 255 or 14.11% from 333); Blue value is 172 (67.58% from 255 or 51.65% from 333); Max value from RGB is 172 - color contains mainly: blue. Hex color #722FAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #722FAC is #8DD053. Grayscale: #505050. Windows color (decimal): -9293908 or 11284338. OLE color: 11284338.
HSL color Cylindrical-coordinate representation of color #722FAC: hue angle of 272.16º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #722FAC is Cyan = 0.34, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 114 | 47 | 172 | - |
| CMYK | 0.34 | 0.73 | 0 | 0.33 |
| HSL | 272.16º | 0.57% | 0.43% | - |
| HSV(B) | 272.16º | 0.73% | 0.67% | - |
| XYZ | 15.4 | 8.59 | 39.88 | - |
| YUV | 81.28 | 179.2 | 151.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 47 | 172 | 0.34 | 0.73 | 0 | 0.33 | 272.16 | 0.57 | 0.43 |
| Hex | 72 | 2F | AC | 22 | 49 | 0 | 21 | 110 | 39 | 2B |
| Octal | 162 | 57 | 254 | 42 | 111 | 0 | 41 | 420 | 71 | 53 |
| Binary | 1110010 | 101111 | 10101100 | 100010 | 1001001 | 0 | 100001 | 100010000 | 111001 | 101011 |
Color Harmonies of #722FAC
Complementary color
Monochromatic Colors of #722FAC
Black with #722FAC
Text Example
Text Example
White with #722FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722FAC; }
p { color: rgb(114,47,172); }
H1.HeaderClassName
{
color: #722FAC;
}
.AnyTagClassName
{
color: #722FAC;
}
</style>
background-color css
<style>
a { background-color: #722FAC; }
a { background-color: rgb(114,47,172); }
div.DivClassName
{
background-color: #722FAC;
}
.BgClassName
{
background-color: #722FAC;
}
</style>
border-color css
<style>
span { border-color: #722FAC; }
span { border-color: rgb(114,47,172); }
td.TdClassName
{
border-color: #722FAC;
}
.TagClassName
{
border-color: #722FAC;
}
</style>