Shades of Royal Purple #773B9F
Tints of Royal Purple #773B9F
RGB
CMYK
RGB Variations
Color information
#773B9F (or 0x773B9F) is known color: Royal Purple. HEX triplet: 77, 3B and 9F. RGB value is (119,59,159). Sum of RGB (Red+Green+Blue) = 119+59+159=337 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.31% from 337); Green value is 59 (23.44% from 255 or 17.51% from 337); Blue value is 159 (62.5% from 255 or 47.18% from 337); Max value from RGB is 159 - color contains mainly: blue. Hex color #773B9F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773B9F is #88C460. Grayscale: #575757. Windows color (decimal): -8963169 or 10435447. OLE color: 10435447.
HSL color Cylindrical-coordinate representation of color #773B9F: hue angle of 276º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #773B9F is Cyan = 0.25, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 119 | 59 | 159 | - |
| CMYK | 0.25 | 0.63 | 0 | 0.38 |
| HSL | 276º | 0.46% | 0.43% | - |
| HSV(B) | 276º | 0.63% | 0.62% | - |
| XYZ | 15.43 | 9.55 | 33.83 | - |
| YUV | 88.34 | 167.88 | 149.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 59 | 159 | 0.25 | 0.63 | 0 | 0.38 | 276 | 0.46 | 0.43 |
| Hex | 77 | 3B | 9F | 19 | 3F | 0 | 26 | 114 | 2E | 2B |
| Octal | 167 | 73 | 237 | 31 | 77 | 0 | 46 | 424 | 56 | 53 |
| Binary | 1110111 | 111011 | 10011111 | 11001 | 111111 | 0 | 100110 | 100010100 | 101110 | 101011 |
Color Harmonies of #773B9F
Complementary color
Monochromatic Colors of #773B9F
Black with #773B9F
Text Example
Text Example
White with #773B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773B9F; }
p { color: rgb(119,59,159); }
H1.HeaderClassName
{
color: #773B9F;
}
.AnyTagClassName
{
color: #773B9F;
}
</style>
background-color css
<style>
a { background-color: #773B9F; }
a { background-color: rgb(119,59,159); }
div.DivClassName
{
background-color: #773B9F;
}
.BgClassName
{
background-color: #773B9F;
}
</style>
border-color css
<style>
span { border-color: #773B9F; }
span { border-color: rgb(119,59,159); }
td.TdClassName
{
border-color: #773B9F;
}
.TagClassName
{
border-color: #773B9F;
}
</style>