Shades of Royal Purple #773CA2
Tints of Royal Purple #773CA2
RGB
CMYK
RGB Variations
Color information
#773CA2 (or 0x773CA2) is known color: Royal Purple. HEX triplet: 77, 3C and A2. RGB value is (119,60,162). Sum of RGB (Red+Green+Blue) = 119+60+162=341 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.90% from 341); Green value is 60 (23.83% from 255 or 17.60% from 341); Blue value is 162 (63.67% from 255 or 47.51% from 341); Max value from RGB is 162 - color contains mainly: blue. Hex color #773CA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773CA2 is #88C35D. Grayscale: #585858. Windows color (decimal): -8962910 or 10632311. OLE color: 10632311.
HSL color Cylindrical-coordinate representation of color #773CA2: hue angle of 274.71º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #773CA2 is Cyan = 0.27, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 119 | 60 | 162 | - |
| CMYK | 0.27 | 0.63 | 0 | 0.36 |
| HSL | 274.71º | 0.46% | 0.44% | - |
| HSV(B) | 274.71º | 0.63% | 0.64% | - |
| XYZ | 15.75 | 9.76 | 35.24 | - |
| YUV | 89.27 | 169.05 | 149.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 60 | 162 | 0.27 | 0.63 | 0 | 0.36 | 274.71 | 0.46 | 0.44 |
| Hex | 77 | 3C | A2 | 1B | 3F | 0 | 24 | 113 | 2E | 2C |
| Octal | 167 | 74 | 242 | 33 | 77 | 0 | 44 | 423 | 56 | 54 |
| Binary | 1110111 | 111100 | 10100010 | 11011 | 111111 | 0 | 100100 | 100010011 | 101110 | 101100 |
Color Harmonies of #773CA2
Complementary color
Monochromatic Colors of #773CA2
Black with #773CA2
Text Example
Text Example
White with #773CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773CA2; }
p { color: rgb(119,60,162); }
H1.HeaderClassName
{
color: #773CA2;
}
.AnyTagClassName
{
color: #773CA2;
}
</style>
background-color css
<style>
a { background-color: #773CA2; }
a { background-color: rgb(119,60,162); }
div.DivClassName
{
background-color: #773CA2;
}
.BgClassName
{
background-color: #773CA2;
}
</style>
border-color css
<style>
span { border-color: #773CA2; }
span { border-color: rgb(119,60,162); }
td.TdClassName
{
border-color: #773CA2;
}
.TagClassName
{
border-color: #773CA2;
}
</style>