Shades of Royal Purple #773D99
Tints of Royal Purple #773D99
RGB
CMYK
RGB Variations
Color information
#773D99 (or 0x773D99) is known color: Royal Purple. HEX triplet: 77, 3D and 99. RGB value is (119,61,153). Sum of RGB (Red+Green+Blue) = 119+61+153=333 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.74% from 333); Green value is 61 (24.22% from 255 or 18.32% from 333); Blue value is 153 (60.16% from 255 or 45.95% from 333); Max value from RGB is 153 - color contains mainly: blue. Hex color #773D99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773D99 is #88C266. Grayscale: #585858. Windows color (decimal): -8962663 or 10042743. OLE color: 10042743.
HSL color Cylindrical-coordinate representation of color #773D99: hue angle of 277.83º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #773D99 is Cyan = 0.22, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 119 | 61 | 153 | - |
| CMYK | 0.22 | 0.60 | 0 | 0.4 |
| HSL | 277.83º | 0.43% | 0.42% | - |
| HSV(B) | 277.83º | 0.6% | 0.6% | - |
| XYZ | 15.03 | 9.56 | 31.19 | - |
| YUV | 88.83 | 164.22 | 149.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 61 | 153 | 0.22 | 0.60 | 0 | 0.4 | 277.83 | 0.43 | 0.42 |
| Hex | 77 | 3D | 99 | 16 | 3C | 0 | 28 | 116 | 2B | 2A |
| Octal | 167 | 75 | 231 | 26 | 74 | 0 | 50 | 426 | 53 | 52 |
| Binary | 1110111 | 111101 | 10011001 | 10110 | 111100 | 0 | 101000 | 100010110 | 101011 | 101010 |
Color Harmonies of #773D99
Complementary color
Monochromatic Colors of #773D99
Black with #773D99
Text Example
Text Example
White with #773D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773D99; }
p { color: rgb(119,61,153); }
H1.HeaderClassName
{
color: #773D99;
}
.AnyTagClassName
{
color: #773D99;
}
</style>
background-color css
<style>
a { background-color: #773D99; }
a { background-color: rgb(119,61,153); }
div.DivClassName
{
background-color: #773D99;
}
.BgClassName
{
background-color: #773D99;
}
</style>
border-color css
<style>
span { border-color: #773D99; }
span { border-color: rgb(119,61,153); }
td.TdClassName
{
border-color: #773D99;
}
.TagClassName
{
border-color: #773D99;
}
</style>