Shades of Royal Purple #772DA5
Tints of Royal Purple #772DA5
RGB
CMYK
RGB Variations
Color information
#772DA5 (or 0x772DA5) is known color: Royal Purple. HEX triplet: 77, 2D and A5. RGB value is (119,45,165). Sum of RGB (Red+Green+Blue) = 119+45+165=329 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.17% from 329); Green value is 45 (17.97% from 255 or 13.68% from 329); Blue value is 165 (64.84% from 255 or 50.15% from 329); Max value from RGB is 165 - color contains mainly: blue. Hex color #772DA5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #772DA5 is #88D25A. Grayscale: #505050. Windows color (decimal): -8966747 or 10825079. OLE color: 10825079.
HSL color Cylindrical-coordinate representation of color #772DA5: hue angle of 277º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #772DA5 is Cyan = 0.28, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 119 | 45 | 165 | - |
| CMYK | 0.28 | 0.73 | 0 | 0.35 |
| HSL | 277º | 0.57% | 0.41% | - |
| HSV(B) | 277º | 0.73% | 0.65% | - |
| XYZ | 15.34 | 8.52 | 36.43 | - |
| YUV | 80.81 | 175.52 | 155.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 45 | 165 | 0.28 | 0.73 | 0 | 0.35 | 277 | 0.57 | 0.41 |
| Hex | 77 | 2D | A5 | 1C | 49 | 0 | 23 | 115 | 39 | 29 |
| Octal | 167 | 55 | 245 | 34 | 111 | 0 | 43 | 425 | 71 | 51 |
| Binary | 1110111 | 101101 | 10100101 | 11100 | 1001001 | 0 | 100011 | 100010101 | 111001 | 101001 |
Color Harmonies of #772DA5
Complementary color
Monochromatic Colors of #772DA5
Black with #772DA5
Text Example
Text Example
White with #772DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772DA5; }
p { color: rgb(119,45,165); }
H1.HeaderClassName
{
color: #772DA5;
}
.AnyTagClassName
{
color: #772DA5;
}
</style>
background-color css
<style>
a { background-color: #772DA5; }
a { background-color: rgb(119,45,165); }
div.DivClassName
{
background-color: #772DA5;
}
.BgClassName
{
background-color: #772DA5;
}
</style>
border-color css
<style>
span { border-color: #772DA5; }
span { border-color: rgb(119,45,165); }
td.TdClassName
{
border-color: #772DA5;
}
.TagClassName
{
border-color: #772DA5;
}
</style>