Shades of Royal Purple #773BAE
Tints of Royal Purple #773BAE
RGB
CMYK
RGB Variations
Color information
#773BAE (or 0x773BAE) is known color: Royal Purple. HEX triplet: 77, 3B and AE. RGB value is (119,59,174). Sum of RGB (Red+Green+Blue) = 119+59+174=352 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.81% from 352); Green value is 59 (23.44% from 255 or 16.76% from 352); Blue value is 174 (68.36% from 255 or 49.43% from 352); Max value from RGB is 174 - color contains mainly: blue. Hex color #773BAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773BAE is #88C451. Grayscale: #595959. Windows color (decimal): -8963154 or 11418487. OLE color: 11418487.
HSL color Cylindrical-coordinate representation of color #773BAE: hue angle of 271.3º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #773BAE is Cyan = 0.32, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 119 | 59 | 174 | - |
| CMYK | 0.32 | 0.66 | 0 | 0.32 |
| HSL | 271.3º | 0.49% | 0.46% | - |
| HSV(B) | 271.3º | 0.66% | 0.68% | - |
| XYZ | 16.81 | 10.11 | 41.11 | - |
| YUV | 90.05 | 175.38 | 148.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 59 | 174 | 0.32 | 0.66 | 0 | 0.32 | 271.3 | 0.49 | 0.46 |
| Hex | 77 | 3B | AE | 20 | 42 | 0 | 20 | 10F | 31 | 2E |
| Octal | 167 | 73 | 256 | 40 | 102 | 0 | 40 | 417 | 61 | 56 |
| Binary | 1110111 | 111011 | 10101110 | 100000 | 1000010 | 0 | 100000 | 100001111 | 110001 | 101110 |
Color Harmonies of #773BAE
Complementary color
Monochromatic Colors of #773BAE
Black with #773BAE
Text Example
Text Example
White with #773BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773BAE; }
p { color: rgb(119,59,174); }
H1.HeaderClassName
{
color: #773BAE;
}
.AnyTagClassName
{
color: #773BAE;
}
</style>
background-color css
<style>
a { background-color: #773BAE; }
a { background-color: rgb(119,59,174); }
div.DivClassName
{
background-color: #773BAE;
}
.BgClassName
{
background-color: #773BAE;
}
</style>
border-color css
<style>
span { border-color: #773BAE; }
span { border-color: rgb(119,59,174); }
td.TdClassName
{
border-color: #773BAE;
}
.TagClassName
{
border-color: #773BAE;
}
</style>