Shades of Royal Purple #7737A7
Tints of Royal Purple #7737A7
RGB
CMYK
RGB Variations
Color information
#7737A7 (or 0x7737A7) is known color: Royal Purple. HEX triplet: 77, 37 and A7. RGB value is (119,55,167). Sum of RGB (Red+Green+Blue) = 119+55+167=341 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.90% from 341); Green value is 55 (21.88% from 255 or 16.13% from 341); Blue value is 167 (65.62% from 255 or 48.97% from 341); Max value from RGB is 167 - color contains mainly: blue. Hex color #7737A7 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7737A7 is #88C858. Grayscale: #565656. Windows color (decimal): -8964185 or 10958711. OLE color: 10958711.
HSL color Cylindrical-coordinate representation of color #7737A7: hue angle of 274.29º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7737A7 is Cyan = 0.29, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 119 | 55 | 167 | - |
| CMYK | 0.29 | 0.67 | 0 | 0.35 |
| HSL | 274.29º | 0.5% | 0.44% | - |
| HSV(B) | 274.29º | 0.67% | 0.65% | - |
| XYZ | 15.95 | 9.44 | 37.54 | - |
| YUV | 86.9 | 173.2 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 55 | 167 | 0.29 | 0.67 | 0 | 0.35 | 274.29 | 0.5 | 0.44 |
| Hex | 77 | 37 | A7 | 1D | 43 | 0 | 23 | 112 | 32 | 2C |
| Octal | 167 | 67 | 247 | 35 | 103 | 0 | 43 | 422 | 62 | 54 |
| Binary | 1110111 | 110111 | 10100111 | 11101 | 1000011 | 0 | 100011 | 100010010 | 110010 | 101100 |
Color Harmonies of #7737A7
Complementary color
Monochromatic Colors of #7737A7
Black with #7737A7
Text Example
Text Example
White with #7737A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7737A7; }
p { color: rgb(119,55,167); }
H1.HeaderClassName
{
color: #7737A7;
}
.AnyTagClassName
{
color: #7737A7;
}
</style>
background-color css
<style>
a { background-color: #7737A7; }
a { background-color: rgb(119,55,167); }
div.DivClassName
{
background-color: #7737A7;
}
.BgClassName
{
background-color: #7737A7;
}
</style>
border-color css
<style>
span { border-color: #7737A7; }
span { border-color: rgb(119,55,167); }
td.TdClassName
{
border-color: #7737A7;
}
.TagClassName
{
border-color: #7737A7;
}
</style>