Shades of Royal Purple #7726AA
Tints of Royal Purple #7726AA
RGB
CMYK
RGB Variations
Color information
#7726AA (or 0x7726AA) is known color: Royal Purple. HEX triplet: 77, 26 and AA. RGB value is (119,38,170). Sum of RGB (Red+Green+Blue) = 119+38+170=327 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.39% from 327); Green value is 38 (15.23% from 255 or 11.62% from 327); Blue value is 170 (66.80% from 255 or 51.99% from 327); Max value from RGB is 170 - color contains mainly: blue. Hex color #7726AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7726AA is #88D955. Grayscale: #4C4C4C. Windows color (decimal): -8968534 or 11150967. OLE color: 11150967.
HSL color Cylindrical-coordinate representation of color #7726AA: hue angle of 276.82º degrees, saturation: 0.63, 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 #7726AA is Cyan = 0.3, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 119 | 38 | 170 | - |
| CMYK | 0.3 | 0.78 | 0 | 0.33 |
| HSL | 276.82º | 0.63% | 0.41% | - |
| HSV(B) | 276.82º | 0.78% | 0.67% | - |
| XYZ | 15.56 | 8.21 | 38.8 | - |
| YUV | 77.27 | 180.34 | 157.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 38 | 170 | 0.3 | 0.78 | 0 | 0.33 | 276.82 | 0.63 | 0.41 |
| Hex | 77 | 26 | AA | 1E | 4E | 0 | 21 | 115 | 3F | 29 |
| Octal | 167 | 46 | 252 | 36 | 116 | 0 | 41 | 425 | 77 | 51 |
| Binary | 1110111 | 100110 | 10101010 | 11110 | 1001110 | 0 | 100001 | 100010101 | 111111 | 101001 |
Color Harmonies of #7726AA
Complementary color
Monochromatic Colors of #7726AA
Black with #7726AA
Text Example
Text Example
White with #7726AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7726AA; }
p { color: rgb(119,38,170); }
H1.HeaderClassName
{
color: #7726AA;
}
.AnyTagClassName
{
color: #7726AA;
}
</style>
background-color css
<style>
a { background-color: #7726AA; }
a { background-color: rgb(119,38,170); }
div.DivClassName
{
background-color: #7726AA;
}
.BgClassName
{
background-color: #7726AA;
}
</style>
border-color css
<style>
span { border-color: #7726AA; }
span { border-color: rgb(119,38,170); }
td.TdClassName
{
border-color: #7726AA;
}
.TagClassName
{
border-color: #7726AA;
}
</style>