Shades of Royal Purple #7722AB
Tints of Royal Purple #7722AB
RGB
CMYK
RGB Variations
Color information
#7722AB (or 0x7722AB) is known color: Royal Purple. HEX triplet: 77, 22 and AB. RGB value is (119,34,171). Sum of RGB (Red+Green+Blue) = 119+34+171=324 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.73% from 324); Green value is 34 (13.67% from 255 or 10.49% from 324); Blue value is 171 (67.19% from 255 or 52.78% from 324); Max value from RGB is 171 - color contains mainly: blue. Hex color #7722AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7722AB is #88DD54. Grayscale: #4A4A4A. Windows color (decimal): -8969557 or 11215479. OLE color: 11215479.
HSL color Cylindrical-coordinate representation of color #7722AB: hue angle of 277.23º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7722AB is Cyan = 0.30, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 119 | 34 | 171 | - |
| CMYK | 0.30 | 0.80 | 0 | 0.33 |
| HSL | 277.23º | 0.67% | 0.4% | - |
| HSV(B) | 277.23º | 0.8% | 0.67% | - |
| XYZ | 15.53 | 8.01 | 39.25 | - |
| YUV | 75.03 | 182.16 | 159.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 34 | 171 | 0.30 | 0.80 | 0 | 0.33 | 277.23 | 0.67 | 0.4 |
| Hex | 77 | 22 | AB | 1E | 50 | 0 | 21 | 115 | 43 | 28 |
| Octal | 167 | 42 | 253 | 36 | 120 | 0 | 41 | 425 | 103 | 50 |
| Binary | 1110111 | 100010 | 10101011 | 11110 | 1010000 | 0 | 100001 | 100010101 | 1000011 | 101000 |
Color Harmonies of #7722AB
Complementary color
Monochromatic Colors of #7722AB
Black with #7722AB
Text Example
Text Example
White with #7722AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7722AB; }
p { color: rgb(119,34,171); }
H1.HeaderClassName
{
color: #7722AB;
}
.AnyTagClassName
{
color: #7722AB;
}
</style>
background-color css
<style>
a { background-color: #7722AB; }
a { background-color: rgb(119,34,171); }
div.DivClassName
{
background-color: #7722AB;
}
.BgClassName
{
background-color: #7722AB;
}
</style>
border-color css
<style>
span { border-color: #7722AB; }
span { border-color: rgb(119,34,171); }
td.TdClassName
{
border-color: #7722AB;
}
.TagClassName
{
border-color: #7722AB;
}
</style>