Shades of Royal Purple #722CAB
Tints of Royal Purple #722CAB
RGB
CMYK
RGB Variations
Color information
#722CAB (or 0x722CAB) is known color: Royal Purple. HEX triplet: 72, 2C and AB. RGB value is (114,44,171). Sum of RGB (Red+Green+Blue) = 114+44+171=329 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.65% from 329); Green value is 44 (17.58% from 255 or 13.37% from 329); Blue value is 171 (67.19% from 255 or 51.98% from 329); Max value from RGB is 171 - color contains mainly: blue. Hex color #722CAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #722CAB is #8DD354. Grayscale: #4E4E4E. Windows color (decimal): -9294677 or 11218034. OLE color: 11218034.
HSL color Cylindrical-coordinate representation of color #722CAB: hue angle of 273.07º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #722CAB is Cyan = 0.33, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 114 | 44 | 171 | - |
| CMYK | 0.33 | 0.74 | 0 | 0.33 |
| HSL | 273.07º | 0.59% | 0.42% | - |
| HSV(B) | 273.07º | 0.74% | 0.67% | - |
| XYZ | 15.19 | 8.32 | 39.33 | - |
| YUV | 79.41 | 179.69 | 152.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 44 | 171 | 0.33 | 0.74 | 0 | 0.33 | 273.07 | 0.59 | 0.42 |
| Hex | 72 | 2C | AB | 21 | 4A | 0 | 21 | 111 | 3B | 2A |
| Octal | 162 | 54 | 253 | 41 | 112 | 0 | 41 | 421 | 73 | 52 |
| Binary | 1110010 | 101100 | 10101011 | 100001 | 1001010 | 0 | 100001 | 100010001 | 111011 | 101010 |
Color Harmonies of #722CAB
Complementary color
Monochromatic Colors of #722CAB
Black with #722CAB
Text Example
Text Example
White with #722CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722CAB; }
p { color: rgb(114,44,171); }
H1.HeaderClassName
{
color: #722CAB;
}
.AnyTagClassName
{
color: #722CAB;
}
</style>
background-color css
<style>
a { background-color: #722CAB; }
a { background-color: rgb(114,44,171); }
div.DivClassName
{
background-color: #722CAB;
}
.BgClassName
{
background-color: #722CAB;
}
</style>
border-color css
<style>
span { border-color: #722CAB; }
span { border-color: rgb(114,44,171); }
td.TdClassName
{
border-color: #722CAB;
}
.TagClassName
{
border-color: #722CAB;
}
</style>