Shades of Royal Purple #7736A7
Tints of Royal Purple #7736A7
RGB
CMYK
RGB Variations
Color information
#7736A7 (or 0x7736A7) is known color: Royal Purple. HEX triplet: 77, 36 and A7. RGB value is (119,54,167). Sum of RGB (Red+Green+Blue) = 119+54+167=340 (45% of max value = 765). Red value is 119 (46.88% from 255 or 35% from 340); Green value is 54 (21.48% from 255 or 15.88% from 340); Blue value is 167 (65.62% from 255 or 49.12% from 340); Max value from RGB is 167 - color contains mainly: blue. Hex color #7736A7 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7736A7 is #88C958. Grayscale: #555555. Windows color (decimal): -8964441 or 10958455. OLE color: 10958455.
HSL color Cylindrical-coordinate representation of color #7736A7: hue angle of 274.51º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7736A7 is Cyan = 0.29, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 119 | 54 | 167 | - |
| CMYK | 0.29 | 0.68 | 0 | 0.35 |
| HSL | 274.51º | 0.51% | 0.43% | - |
| HSV(B) | 274.51º | 0.68% | 0.65% | - |
| XYZ | 15.9 | 9.35 | 37.53 | - |
| YUV | 86.32 | 173.53 | 151.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 54 | 167 | 0.29 | 0.68 | 0 | 0.35 | 274.51 | 0.51 | 0.43 |
| Hex | 77 | 36 | A7 | 1D | 44 | 0 | 23 | 113 | 33 | 2B |
| Octal | 167 | 66 | 247 | 35 | 104 | 0 | 43 | 423 | 63 | 53 |
| Binary | 1110111 | 110110 | 10100111 | 11101 | 1000100 | 0 | 100011 | 100010011 | 110011 | 101011 |
Color Harmonies of #7736A7
Complementary color
Monochromatic Colors of #7736A7
Black with #7736A7
Text Example
Text Example
White with #7736A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7736A7; }
p { color: rgb(119,54,167); }
H1.HeaderClassName
{
color: #7736A7;
}
.AnyTagClassName
{
color: #7736A7;
}
</style>
background-color css
<style>
a { background-color: #7736A7; }
a { background-color: rgb(119,54,167); }
div.DivClassName
{
background-color: #7736A7;
}
.BgClassName
{
background-color: #7736A7;
}
</style>
border-color css
<style>
span { border-color: #7736A7; }
span { border-color: rgb(119,54,167); }
td.TdClassName
{
border-color: #7736A7;
}
.TagClassName
{
border-color: #7736A7;
}
</style>