Shades of Royal Purple #722BAC
Tints of Royal Purple #722BAC
RGB
CMYK
RGB Variations
Color information
#722BAC (or 0x722BAC) is known color: Royal Purple. HEX triplet: 72, 2B and AC. RGB value is (114,43,172). Sum of RGB (Red+Green+Blue) = 114+43+172=329 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.65% from 329); Green value is 43 (17.19% from 255 or 13.07% from 329); Blue value is 172 (67.58% from 255 or 52.28% from 329); Max value from RGB is 172 - color contains mainly: blue. Hex color #722BAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #722BAC is #8DD453. Grayscale: #4E4E4E. Windows color (decimal): -9294932 or 11283314. OLE color: 11283314.
HSL color Cylindrical-coordinate representation of color #722BAC: hue angle of 273.02º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #722BAC is Cyan = 0.34, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 114 | 43 | 172 | - |
| CMYK | 0.34 | 0.75 | 0 | 0.33 |
| HSL | 273.02º | 0.6% | 0.42% | - |
| HSV(B) | 273.02º | 0.75% | 0.67% | - |
| XYZ | 15.25 | 8.28 | 39.82 | - |
| YUV | 78.94 | 180.52 | 153.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 43 | 172 | 0.34 | 0.75 | 0 | 0.33 | 273.02 | 0.6 | 0.42 |
| Hex | 72 | 2B | AC | 22 | 4B | 0 | 21 | 111 | 3C | 2A |
| Octal | 162 | 53 | 254 | 42 | 113 | 0 | 41 | 421 | 74 | 52 |
| Binary | 1110010 | 101011 | 10101100 | 100010 | 1001011 | 0 | 100001 | 100010001 | 111100 | 101010 |
Color Harmonies of #722BAC
Complementary color
Monochromatic Colors of #722BAC
Black with #722BAC
Text Example
Text Example
White with #722BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722BAC; }
p { color: rgb(114,43,172); }
H1.HeaderClassName
{
color: #722BAC;
}
.AnyTagClassName
{
color: #722BAC;
}
</style>
background-color css
<style>
a { background-color: #722BAC; }
a { background-color: rgb(114,43,172); }
div.DivClassName
{
background-color: #722BAC;
}
.BgClassName
{
background-color: #722BAC;
}
</style>
border-color css
<style>
span { border-color: #722BAC; }
span { border-color: rgb(114,43,172); }
td.TdClassName
{
border-color: #722BAC;
}
.TagClassName
{
border-color: #722BAC;
}
</style>