Shades of Royal Purple #7726AB
Tints of Royal Purple #7726AB
RGB
CMYK
RGB Variations
Color information
#7726AB (or 0x7726AB) is known color: Royal Purple. HEX triplet: 77, 26 and AB. RGB value is (119,38,171). Sum of RGB (Red+Green+Blue) = 119+38+171=328 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.28% from 328); Green value is 38 (15.23% from 255 or 11.59% 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 #7726AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7726AB is #88D954. Grayscale: #4C4C4C. Windows color (decimal): -8968533 or 11216503. OLE color: 11216503.
HSL color Cylindrical-coordinate representation of color #7726AB: hue angle of 276.54º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7726AB is Cyan = 0.30, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 119 | 38 | 171 | - |
| CMYK | 0.30 | 0.78 | 0 | 0.33 |
| HSL | 276.54º | 0.64% | 0.41% | - |
| HSV(B) | 276.54º | 0.78% | 0.67% | - |
| XYZ | 15.65 | 8.25 | 39.3 | - |
| YUV | 77.38 | 180.84 | 157.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 38 | 171 | 0.30 | 0.78 | 0 | 0.33 | 276.54 | 0.64 | 0.41 |
| Hex | 77 | 26 | AB | 1E | 4E | 0 | 21 | 115 | 40 | 29 |
| Octal | 167 | 46 | 253 | 36 | 116 | 0 | 41 | 425 | 100 | 51 |
| Binary | 1110111 | 100110 | 10101011 | 11110 | 1001110 | 0 | 100001 | 100010101 | 1000000 | 101001 |
Color Harmonies of #7726AB
Complementary color
Monochromatic Colors of #7726AB
Black with #7726AB
Text Example
Text Example
White with #7726AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7726AB; }
p { color: rgb(119,38,171); }
H1.HeaderClassName
{
color: #7726AB;
}
.AnyTagClassName
{
color: #7726AB;
}
</style>
background-color css
<style>
a { background-color: #7726AB; }
a { background-color: rgb(119,38,171); }
div.DivClassName
{
background-color: #7726AB;
}
.BgClassName
{
background-color: #7726AB;
}
</style>
border-color css
<style>
span { border-color: #7726AB; }
span { border-color: rgb(119,38,171); }
td.TdClassName
{
border-color: #7726AB;
}
.TagClassName
{
border-color: #7726AB;
}
</style>