Shades of Royal Purple #772FA4
Tints of Royal Purple #772FA4
RGB
CMYK
RGB Variations
Color information
#772FA4 (or 0x772FA4) is known color: Royal Purple. HEX triplet: 77, 2F and A4. RGB value is (119,47,164). Sum of RGB (Red+Green+Blue) = 119+47+164=330 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.06% from 330); Green value is 47 (18.75% from 255 or 14.24% from 330); Blue value is 164 (64.45% from 255 or 49.70% from 330); Max value from RGB is 164 - color contains mainly: blue. Hex color #772FA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #772FA4 is #88D05B. Grayscale: #515151. Windows color (decimal): -8966236 or 10760055. OLE color: 10760055.
HSL color Cylindrical-coordinate representation of color #772FA4: hue angle of 276.92º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #772FA4 is Cyan = 0.27, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 119 | 47 | 164 | - |
| CMYK | 0.27 | 0.71 | 0 | 0.36 |
| HSL | 276.92º | 0.55% | 0.41% | - |
| HSV(B) | 276.92º | 0.71% | 0.64% | - |
| XYZ | 15.33 | 8.64 | 35.98 | - |
| YUV | 81.87 | 174.35 | 154.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 47 | 164 | 0.27 | 0.71 | 0 | 0.36 | 276.92 | 0.55 | 0.41 |
| Hex | 77 | 2F | A4 | 1B | 47 | 0 | 24 | 115 | 37 | 29 |
| Octal | 167 | 57 | 244 | 33 | 107 | 0 | 44 | 425 | 67 | 51 |
| Binary | 1110111 | 101111 | 10100100 | 11011 | 1000111 | 0 | 100100 | 100010101 | 110111 | 101001 |
Color Harmonies of #772FA4
Complementary color
Monochromatic Colors of #772FA4
Black with #772FA4
Text Example
Text Example
White with #772FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772FA4; }
p { color: rgb(119,47,164); }
H1.HeaderClassName
{
color: #772FA4;
}
.AnyTagClassName
{
color: #772FA4;
}
</style>
background-color css
<style>
a { background-color: #772FA4; }
a { background-color: rgb(119,47,164); }
div.DivClassName
{
background-color: #772FA4;
}
.BgClassName
{
background-color: #772FA4;
}
</style>
border-color css
<style>
span { border-color: #772FA4; }
span { border-color: rgb(119,47,164); }
td.TdClassName
{
border-color: #772FA4;
}
.TagClassName
{
border-color: #772FA4;
}
</style>