Shades of Royal Purple #773CAD
Tints of Royal Purple #773CAD
RGB
CMYK
RGB Variations
Color information
#773CAD (or 0x773CAD) is known color: Royal Purple. HEX triplet: 77, 3C and AD. RGB value is (119,60,173). Sum of RGB (Red+Green+Blue) = 119+60+173=352 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.81% from 352); Green value is 60 (23.83% from 255 or 17.05% from 352); Blue value is 173 (67.97% from 255 or 49.15% from 352); Max value from RGB is 173 - color contains mainly: blue. Hex color #773CAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773CAD is #88C352. Grayscale: #5A5A5A. Windows color (decimal): -8962899 or 11353207. OLE color: 11353207.
HSL color Cylindrical-coordinate representation of color #773CAD: hue angle of 271.33º 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 #773CAD is Cyan = 0.31, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 119 | 60 | 173 | - |
| CMYK | 0.31 | 0.65 | 0 | 0.32 |
| HSL | 271.33º | 0.48% | 0.46% | - |
| HSV(B) | 271.33º | 0.65% | 0.68% | - |
| XYZ | 16.77 | 10.17 | 40.61 | - |
| YUV | 90.52 | 174.55 | 148.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 60 | 173 | 0.31 | 0.65 | 0 | 0.32 | 271.33 | 0.48 | 0.46 |
| Hex | 77 | 3C | AD | 1F | 41 | 0 | 20 | 10F | 30 | 2E |
| Octal | 167 | 74 | 255 | 37 | 101 | 0 | 40 | 417 | 60 | 56 |
| Binary | 1110111 | 111100 | 10101101 | 11111 | 1000001 | 0 | 100000 | 100001111 | 110000 | 101110 |
Color Harmonies of #773CAD
Complementary color
Monochromatic Colors of #773CAD
Black with #773CAD
Text Example
Text Example
White with #773CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773CAD; }
p { color: rgb(119,60,173); }
H1.HeaderClassName
{
color: #773CAD;
}
.AnyTagClassName
{
color: #773CAD;
}
</style>
background-color css
<style>
a { background-color: #773CAD; }
a { background-color: rgb(119,60,173); }
div.DivClassName
{
background-color: #773CAD;
}
.BgClassName
{
background-color: #773CAD;
}
</style>
border-color css
<style>
span { border-color: #773CAD; }
span { border-color: rgb(119,60,173); }
td.TdClassName
{
border-color: #773CAD;
}
.TagClassName
{
border-color: #773CAD;
}
</style>