Shades of Royal Purple #7726A7
Tints of Royal Purple #7726A7
RGB
CMYK
RGB Variations
Color information
#7726A7 (or 0x7726A7) is known color: Royal Purple. HEX triplet: 77, 26 and A7. RGB value is (119,38,167). Sum of RGB (Red+Green+Blue) = 119+38+167=324 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.73% from 324); Green value is 38 (15.23% from 255 or 11.73% from 324); Blue value is 167 (65.62% from 255 or 51.54% from 324); Max value from RGB is 167 - color contains mainly: blue. Hex color #7726A7 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7726A7 is #88D958. Grayscale: #4C4C4C. Windows color (decimal): -8968537 or 10954359. OLE color: 10954359.
HSL color Cylindrical-coordinate representation of color #7726A7: hue angle of 277.67º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7726A7 is Cyan = 0.29, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 119 | 38 | 167 | - |
| CMYK | 0.29 | 0.77 | 0 | 0.35 |
| HSL | 277.67º | 0.63% | 0.4% | - |
| HSV(B) | 277.67º | 0.77% | 0.65% | - |
| XYZ | 15.28 | 8.1 | 37.32 | - |
| YUV | 76.93 | 178.84 | 158.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 38 | 167 | 0.29 | 0.77 | 0 | 0.35 | 277.67 | 0.63 | 0.4 |
| Hex | 77 | 26 | A7 | 1D | 4D | 0 | 23 | 116 | 3F | 28 |
| Octal | 167 | 46 | 247 | 35 | 115 | 0 | 43 | 426 | 77 | 50 |
| Binary | 1110111 | 100110 | 10100111 | 11101 | 1001101 | 0 | 100011 | 100010110 | 111111 | 101000 |
Color Harmonies of #7726A7
Complementary color
Monochromatic Colors of #7726A7
Black with #7726A7
Text Example
Text Example
White with #7726A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7726A7; }
p { color: rgb(119,38,167); }
H1.HeaderClassName
{
color: #7726A7;
}
.AnyTagClassName
{
color: #7726A7;
}
</style>
background-color css
<style>
a { background-color: #7726A7; }
a { background-color: rgb(119,38,167); }
div.DivClassName
{
background-color: #7726A7;
}
.BgClassName
{
background-color: #7726A7;
}
</style>
border-color css
<style>
span { border-color: #7726A7; }
span { border-color: rgb(119,38,167); }
td.TdClassName
{
border-color: #7726A7;
}
.TagClassName
{
border-color: #7726A7;
}
</style>