Shades of Royal Purple #772AAF
Tints of Royal Purple #772AAF
RGB
CMYK
RGB Variations
Color information
#772AAF (or 0x772AAF) is known color: Royal Purple. HEX triplet: 77, 2A and AF. RGB value is (119,42,175). Sum of RGB (Red+Green+Blue) = 119+42+175=336 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.42% from 336); Green value is 42 (16.80% from 255 or 12.5% from 336); Blue value is 175 (68.75% from 255 or 52.08% from 336); Max value from RGB is 175 - color contains mainly: blue. Hex color #772AAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #772AAF is #88D550. Grayscale: #4F4F4F. Windows color (decimal): -8967505 or 11479671. OLE color: 11479671.
HSL color Cylindrical-coordinate representation of color #772AAF: hue angle of 274.74º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #772AAF is Cyan = 0.32, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 119 | 42 | 175 | - |
| CMYK | 0.32 | 0.76 | 0 | 0.31 |
| HSL | 274.74º | 0.61% | 0.43% | - |
| HSV(B) | 274.74º | 0.76% | 0.69% | - |
| XYZ | 16.17 | 8.67 | 41.38 | - |
| YUV | 80.19 | 181.51 | 155.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 42 | 175 | 0.32 | 0.76 | 0 | 0.31 | 274.74 | 0.61 | 0.43 |
| Hex | 77 | 2A | AF | 20 | 4C | 0 | 1F | 113 | 3D | 2B |
| Octal | 167 | 52 | 257 | 40 | 114 | 0 | 37 | 423 | 75 | 53 |
| Binary | 1110111 | 101010 | 10101111 | 100000 | 1001100 | 0 | 11111 | 100010011 | 111101 | 101011 |
Color Harmonies of #772AAF
Complementary color
Monochromatic Colors of #772AAF
Black with #772AAF
Text Example
Text Example
White with #772AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772AAF; }
p { color: rgb(119,42,175); }
H1.HeaderClassName
{
color: #772AAF;
}
.AnyTagClassName
{
color: #772AAF;
}
</style>
background-color css
<style>
a { background-color: #772AAF; }
a { background-color: rgb(119,42,175); }
div.DivClassName
{
background-color: #772AAF;
}
.BgClassName
{
background-color: #772AAF;
}
</style>
border-color css
<style>
span { border-color: #772AAF; }
span { border-color: rgb(119,42,175); }
td.TdClassName
{
border-color: #772AAF;
}
.TagClassName
{
border-color: #772AAF;
}
</style>