Shades of Royal Purple #722AAC
Tints of Royal Purple #722AAC
RGB
CMYK
RGB Variations
Color information
#722AAC (or 0x722AAC) is known color: Royal Purple. HEX triplet: 72, 2A and AC. RGB value is (114,42,172). Sum of RGB (Red+Green+Blue) = 114+42+172=328 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.76% from 328); Green value is 42 (16.80% from 255 or 12.80% from 328); Blue value is 172 (67.58% from 255 or 52.44% from 328); Max value from RGB is 172 - color contains mainly: blue. Hex color #722AAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #722AAC is #8DD553. Grayscale: #4D4D4D. Windows color (decimal): -9295188 or 11283058. OLE color: 11283058.
HSL color Cylindrical-coordinate representation of color #722AAC: hue angle of 273.23º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #722AAC is Cyan = 0.34, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 114 | 42 | 172 | - |
| CMYK | 0.34 | 0.76 | 0 | 0.33 |
| HSL | 273.23º | 0.61% | 0.42% | - |
| HSV(B) | 273.23º | 0.76% | 0.67% | - |
| XYZ | 15.21 | 8.21 | 39.81 | - |
| YUV | 78.35 | 180.85 | 153.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 42 | 172 | 0.34 | 0.76 | 0 | 0.33 | 273.23 | 0.61 | 0.42 |
| Hex | 72 | 2A | AC | 22 | 4C | 0 | 21 | 111 | 3D | 2A |
| Octal | 162 | 52 | 254 | 42 | 114 | 0 | 41 | 421 | 75 | 52 |
| Binary | 1110010 | 101010 | 10101100 | 100010 | 1001100 | 0 | 100001 | 100010001 | 111101 | 101010 |
Color Harmonies of #722AAC
Complementary color
Monochromatic Colors of #722AAC
Black with #722AAC
Text Example
Text Example
White with #722AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722AAC; }
p { color: rgb(114,42,172); }
H1.HeaderClassName
{
color: #722AAC;
}
.AnyTagClassName
{
color: #722AAC;
}
</style>
background-color css
<style>
a { background-color: #722AAC; }
a { background-color: rgb(114,42,172); }
div.DivClassName
{
background-color: #722AAC;
}
.BgClassName
{
background-color: #722AAC;
}
</style>
border-color css
<style>
span { border-color: #722AAC; }
span { border-color: rgb(114,42,172); }
td.TdClassName
{
border-color: #722AAC;
}
.TagClassName
{
border-color: #722AAC;
}
</style>