Shades of Royal Purple #772AA7
Tints of Royal Purple #772AA7
RGB
CMYK
RGB Variations
Color information
#772AA7 (or 0x772AA7) is known color: Royal Purple. HEX triplet: 77, 2A and A7. RGB value is (119,42,167). Sum of RGB (Red+Green+Blue) = 119+42+167=328 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.28% from 328); Green value is 42 (16.80% from 255 or 12.80% from 328); Blue value is 167 (65.62% from 255 or 50.91% from 328); Max value from RGB is 167 - color contains mainly: blue. Hex color #772AA7 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #772AA7 is #88D558. Grayscale: #4E4E4E. Windows color (decimal): -8967513 or 10955383. OLE color: 10955383.
HSL color Cylindrical-coordinate representation of color #772AA7: hue angle of 276.96º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #772AA7 is Cyan = 0.29, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 119 | 42 | 167 | - |
| CMYK | 0.29 | 0.75 | 0 | 0.35 |
| HSL | 276.96º | 0.6% | 0.41% | - |
| HSV(B) | 276.96º | 0.75% | 0.65% | - |
| XYZ | 15.41 | 8.37 | 37.36 | - |
| YUV | 79.27 | 177.51 | 156.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 42 | 167 | 0.29 | 0.75 | 0 | 0.35 | 276.96 | 0.6 | 0.41 |
| Hex | 77 | 2A | A7 | 1D | 4B | 0 | 23 | 115 | 3C | 29 |
| Octal | 167 | 52 | 247 | 35 | 113 | 0 | 43 | 425 | 74 | 51 |
| Binary | 1110111 | 101010 | 10100111 | 11101 | 1001011 | 0 | 100011 | 100010101 | 111100 | 101001 |
Color Harmonies of #772AA7
Complementary color
Monochromatic Colors of #772AA7
Black with #772AA7
Text Example
Text Example
White with #772AA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772AA7; }
p { color: rgb(119,42,167); }
H1.HeaderClassName
{
color: #772AA7;
}
.AnyTagClassName
{
color: #772AA7;
}
</style>
background-color css
<style>
a { background-color: #772AA7; }
a { background-color: rgb(119,42,167); }
div.DivClassName
{
background-color: #772AA7;
}
.BgClassName
{
background-color: #772AA7;
}
</style>
border-color css
<style>
span { border-color: #772AA7; }
span { border-color: rgb(119,42,167); }
td.TdClassName
{
border-color: #772AA7;
}
.TagClassName
{
border-color: #772AA7;
}
</style>