Shades of Royal Purple #772DA2
Tints of Royal Purple #772DA2
RGB
CMYK
RGB Variations
Color information
#772DA2 (or 0x772DA2) is known color: Royal Purple. HEX triplet: 77, 2D and A2. RGB value is (119,45,162). Sum of RGB (Red+Green+Blue) = 119+45+162=326 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.50% from 326); Green value is 45 (17.97% from 255 or 13.80% from 326); Blue value is 162 (63.67% from 255 or 49.69% from 326); Max value from RGB is 162 - color contains mainly: blue. Hex color #772DA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #772DA2 is #88D25D. Grayscale: #505050. Windows color (decimal): -8966750 or 10628471. OLE color: 10628471.
HSL color Cylindrical-coordinate representation of color #772DA2: hue angle of 277.95º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #772DA2 is Cyan = 0.27, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 119 | 45 | 162 | - |
| CMYK | 0.27 | 0.72 | 0 | 0.36 |
| HSL | 277.95º | 0.57% | 0.41% | - |
| HSV(B) | 277.95º | 0.72% | 0.64% | - |
| XYZ | 15.07 | 8.41 | 35.01 | - |
| YUV | 80.46 | 174.02 | 155.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 45 | 162 | 0.27 | 0.72 | 0 | 0.36 | 277.95 | 0.57 | 0.41 |
| Hex | 77 | 2D | A2 | 1B | 48 | 0 | 24 | 116 | 39 | 29 |
| Octal | 167 | 55 | 242 | 33 | 110 | 0 | 44 | 426 | 71 | 51 |
| Binary | 1110111 | 101101 | 10100010 | 11011 | 1001000 | 0 | 100100 | 100010110 | 111001 | 101001 |
Color Harmonies of #772DA2
Complementary color
Monochromatic Colors of #772DA2
Black with #772DA2
Text Example
Text Example
White with #772DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772DA2; }
p { color: rgb(119,45,162); }
H1.HeaderClassName
{
color: #772DA2;
}
.AnyTagClassName
{
color: #772DA2;
}
</style>
background-color css
<style>
a { background-color: #772DA2; }
a { background-color: rgb(119,45,162); }
div.DivClassName
{
background-color: #772DA2;
}
.BgClassName
{
background-color: #772DA2;
}
</style>
border-color css
<style>
span { border-color: #772DA2; }
span { border-color: rgb(119,45,162); }
td.TdClassName
{
border-color: #772DA2;
}
.TagClassName
{
border-color: #772DA2;
}
</style>