Shades of Royal Purple #772CA2
Tints of Royal Purple #772CA2
RGB
CMYK
RGB Variations
Color information
#772CA2 (or 0x772CA2) is known color: Royal Purple. HEX triplet: 77, 2C and A2. RGB value is (119,44,162). Sum of RGB (Red+Green+Blue) = 119+44+162=325 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.62% from 325); Green value is 44 (17.58% from 255 or 13.54% from 325); Blue value is 162 (63.67% from 255 or 49.85% from 325); Max value from RGB is 162 - color contains mainly: blue. Hex color #772CA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #772CA2 is #88D35D. Grayscale: #4F4F4F. Windows color (decimal): -8967006 or 10628215. OLE color: 10628215.
HSL color Cylindrical-coordinate representation of color #772CA2: hue angle of 278.14º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #772CA2 is Cyan = 0.27, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 119 | 44 | 162 | - |
| CMYK | 0.27 | 0.73 | 0 | 0.36 |
| HSL | 278.14º | 0.57% | 0.4% | - |
| HSV(B) | 278.14º | 0.73% | 0.64% | - |
| XYZ | 15.03 | 8.33 | 35 | - |
| YUV | 79.88 | 174.35 | 155.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 44 | 162 | 0.27 | 0.73 | 0 | 0.36 | 278.14 | 0.57 | 0.4 |
| Hex | 77 | 2C | A2 | 1B | 49 | 0 | 24 | 116 | 39 | 28 |
| Octal | 167 | 54 | 242 | 33 | 111 | 0 | 44 | 426 | 71 | 50 |
| Binary | 1110111 | 101100 | 10100010 | 11011 | 1001001 | 0 | 100100 | 100010110 | 111001 | 101000 |
Color Harmonies of #772CA2
Complementary color
Monochromatic Colors of #772CA2
Black with #772CA2
Text Example
Text Example
White with #772CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772CA2; }
p { color: rgb(119,44,162); }
H1.HeaderClassName
{
color: #772CA2;
}
.AnyTagClassName
{
color: #772CA2;
}
</style>
background-color css
<style>
a { background-color: #772CA2; }
a { background-color: rgb(119,44,162); }
div.DivClassName
{
background-color: #772CA2;
}
.BgClassName
{
background-color: #772CA2;
}
</style>
border-color css
<style>
span { border-color: #772CA2; }
span { border-color: rgb(119,44,162); }
td.TdClassName
{
border-color: #772CA2;
}
.TagClassName
{
border-color: #772CA2;
}
</style>