Shades of Royal Purple #773AAE
Tints of Royal Purple #773AAE
RGB
CMYK
RGB Variations
Color information
#773AAE (or 0x773AAE) is known color: Royal Purple. HEX triplet: 77, 3A and AE. RGB value is (119,58,174). Sum of RGB (Red+Green+Blue) = 119+58+174=351 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.90% from 351); Green value is 58 (23.05% from 255 or 16.52% from 351); Blue value is 174 (68.36% from 255 or 49.57% from 351); Max value from RGB is 174 - color contains mainly: blue. Hex color #773AAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773AAE is #88C551. Grayscale: #595959. Windows color (decimal): -8963410 or 11418231. OLE color: 11418231.
HSL color Cylindrical-coordinate representation of color #773AAE: hue angle of 271.55º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #773AAE is Cyan = 0.32, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 119 | 58 | 174 | - |
| CMYK | 0.32 | 0.67 | 0 | 0.32 |
| HSL | 271.55º | 0.5% | 0.45% | - |
| HSV(B) | 271.55º | 0.67% | 0.68% | - |
| XYZ | 16.76 | 10 | 41.09 | - |
| YUV | 89.46 | 175.71 | 149.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 58 | 174 | 0.32 | 0.67 | 0 | 0.32 | 271.55 | 0.5 | 0.45 |
| Hex | 77 | 3A | AE | 20 | 43 | 0 | 20 | 110 | 32 | 2D |
| Octal | 167 | 72 | 256 | 40 | 103 | 0 | 40 | 420 | 62 | 55 |
| Binary | 1110111 | 111010 | 10101110 | 100000 | 1000011 | 0 | 100000 | 100010000 | 110010 | 101101 |
Color Harmonies of #773AAE
Complementary color
Monochromatic Colors of #773AAE
Black with #773AAE
Text Example
Text Example
White with #773AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773AAE; }
p { color: rgb(119,58,174); }
H1.HeaderClassName
{
color: #773AAE;
}
.AnyTagClassName
{
color: #773AAE;
}
</style>
background-color css
<style>
a { background-color: #773AAE; }
a { background-color: rgb(119,58,174); }
div.DivClassName
{
background-color: #773AAE;
}
.BgClassName
{
background-color: #773AAE;
}
</style>
border-color css
<style>
span { border-color: #773AAE; }
span { border-color: rgb(119,58,174); }
td.TdClassName
{
border-color: #773AAE;
}
.TagClassName
{
border-color: #773AAE;
}
</style>