Shades of Royal Purple #722BAB
Tints of Royal Purple #722BAB
RGB
CMYK
RGB Variations
Color information
#722BAB (or 0x722BAB) is known color: Royal Purple. HEX triplet: 72, 2B and AB. RGB value is (114,43,171). Sum of RGB (Red+Green+Blue) = 114+43+171=328 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.76% from 328); Green value is 43 (17.19% from 255 or 13.11% from 328); Blue value is 171 (67.19% from 255 or 52.13% from 328); Max value from RGB is 171 - color contains mainly: blue. Hex color #722BAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #722BAB is #8DD454. Grayscale: #4E4E4E. Windows color (decimal): -9294933 or 11217778. OLE color: 11217778.
HSL color Cylindrical-coordinate representation of color #722BAB: hue angle of 273.28º 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 #722BAB is Cyan = 0.33, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 114 | 43 | 171 | - |
| CMYK | 0.33 | 0.75 | 0 | 0.33 |
| HSL | 273.28º | 0.6% | 0.42% | - |
| HSV(B) | 273.28º | 0.75% | 0.67% | - |
| XYZ | 15.15 | 8.25 | 39.32 | - |
| YUV | 78.82 | 180.02 | 153.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 43 | 171 | 0.33 | 0.75 | 0 | 0.33 | 273.28 | 0.6 | 0.42 |
| Hex | 72 | 2B | AB | 21 | 4B | 0 | 21 | 111 | 3C | 2A |
| Octal | 162 | 53 | 253 | 41 | 113 | 0 | 41 | 421 | 74 | 52 |
| Binary | 1110010 | 101011 | 10101011 | 100001 | 1001011 | 0 | 100001 | 100010001 | 111100 | 101010 |
Color Harmonies of #722BAB
Complementary color
Monochromatic Colors of #722BAB
Black with #722BAB
Text Example
Text Example
White with #722BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722BAB; }
p { color: rgb(114,43,171); }
H1.HeaderClassName
{
color: #722BAB;
}
.AnyTagClassName
{
color: #722BAB;
}
</style>
background-color css
<style>
a { background-color: #722BAB; }
a { background-color: rgb(114,43,171); }
div.DivClassName
{
background-color: #722BAB;
}
.BgClassName
{
background-color: #722BAB;
}
</style>
border-color css
<style>
span { border-color: #722BAB; }
span { border-color: rgb(114,43,171); }
td.TdClassName
{
border-color: #722BAB;
}
.TagClassName
{
border-color: #722BAB;
}
</style>