Shades of Royal Purple #773DAE
Tints of Royal Purple #773DAE
RGB
CMYK
RGB Variations
Color information
#773DAE (or 0x773DAE) is known color: Royal Purple. HEX triplet: 77, 3D and AE. RGB value is (119,61,174). Sum of RGB (Red+Green+Blue) = 119+61+174=354 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.62% from 354); Green value is 61 (24.22% from 255 or 17.23% from 354); Blue value is 174 (68.36% from 255 or 49.15% from 354); Max value from RGB is 174 - color contains mainly: blue. Hex color #773DAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773DAE is #88C251. Grayscale: #5A5A5A. Windows color (decimal): -8962642 or 11418999. OLE color: 11418999.
HSL color Cylindrical-coordinate representation of color #773DAE: hue angle of 270.8º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #773DAE is Cyan = 0.32, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 119 | 61 | 174 | - |
| CMYK | 0.32 | 0.65 | 0 | 0.32 |
| HSL | 270.8º | 0.48% | 0.46% | - |
| HSV(B) | 270.8º | 0.65% | 0.68% | - |
| XYZ | 16.92 | 10.32 | 41.14 | - |
| YUV | 91.22 | 174.72 | 147.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 61 | 174 | 0.32 | 0.65 | 0 | 0.32 | 270.8 | 0.48 | 0.46 |
| Hex | 77 | 3D | AE | 20 | 41 | 0 | 20 | 10F | 30 | 2E |
| Octal | 167 | 75 | 256 | 40 | 101 | 0 | 40 | 417 | 60 | 56 |
| Binary | 1110111 | 111101 | 10101110 | 100000 | 1000001 | 0 | 100000 | 100001111 | 110000 | 101110 |
Color Harmonies of #773DAE
Complementary color
Monochromatic Colors of #773DAE
Black with #773DAE
Text Example
Text Example
White with #773DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773DAE; }
p { color: rgb(119,61,174); }
H1.HeaderClassName
{
color: #773DAE;
}
.AnyTagClassName
{
color: #773DAE;
}
</style>
background-color css
<style>
a { background-color: #773DAE; }
a { background-color: rgb(119,61,174); }
div.DivClassName
{
background-color: #773DAE;
}
.BgClassName
{
background-color: #773DAE;
}
</style>
border-color css
<style>
span { border-color: #773DAE; }
span { border-color: rgb(119,61,174); }
td.TdClassName
{
border-color: #773DAE;
}
.TagClassName
{
border-color: #773DAE;
}
</style>