Shades of Royal Purple #773BA7
Tints of Royal Purple #773BA7
RGB
CMYK
RGB Variations
Color information
#773BA7 (or 0x773BA7) is known color: Royal Purple. HEX triplet: 77, 3B and A7. RGB value is (119,59,167). Sum of RGB (Red+Green+Blue) = 119+59+167=345 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.49% from 345); Green value is 59 (23.44% from 255 or 17.10% from 345); Blue value is 167 (65.62% from 255 or 48.41% from 345); Max value from RGB is 167 - color contains mainly: blue. Hex color #773BA7 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773BA7 is #88C458. Grayscale: #585858. Windows color (decimal): -8963161 or 10959735. OLE color: 10959735.
HSL color Cylindrical-coordinate representation of color #773BA7: hue angle of 273.33º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #773BA7 is Cyan = 0.29, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 119 | 59 | 167 | - |
| CMYK | 0.29 | 0.65 | 0 | 0.35 |
| HSL | 273.33º | 0.48% | 0.44% | - |
| HSV(B) | 273.33º | 0.65% | 0.65% | - |
| XYZ | 16.15 | 9.84 | 37.61 | - |
| YUV | 89.25 | 171.88 | 149.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 59 | 167 | 0.29 | 0.65 | 0 | 0.35 | 273.33 | 0.48 | 0.44 |
| Hex | 77 | 3B | A7 | 1D | 41 | 0 | 23 | 111 | 30 | 2C |
| Octal | 167 | 73 | 247 | 35 | 101 | 0 | 43 | 421 | 60 | 54 |
| Binary | 1110111 | 111011 | 10100111 | 11101 | 1000001 | 0 | 100011 | 100010001 | 110000 | 101100 |
Color Harmonies of #773BA7
Complementary color
Monochromatic Colors of #773BA7
Black with #773BA7
Text Example
Text Example
White with #773BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773BA7; }
p { color: rgb(119,59,167); }
H1.HeaderClassName
{
color: #773BA7;
}
.AnyTagClassName
{
color: #773BA7;
}
</style>
background-color css
<style>
a { background-color: #773BA7; }
a { background-color: rgb(119,59,167); }
div.DivClassName
{
background-color: #773BA7;
}
.BgClassName
{
background-color: #773BA7;
}
</style>
border-color css
<style>
span { border-color: #773BA7; }
span { border-color: rgb(119,59,167); }
td.TdClassName
{
border-color: #773BA7;
}
.TagClassName
{
border-color: #773BA7;
}
</style>