Shades of Royal Purple #772CA7
Tints of Royal Purple #772CA7
RGB
CMYK
RGB Variations
Color information
#772CA7 (or 0x772CA7) is known color: Royal Purple. HEX triplet: 77, 2C and A7. RGB value is (119,44,167). Sum of RGB (Red+Green+Blue) = 119+44+167=330 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.06% from 330); Green value is 44 (17.58% from 255 or 13.33% from 330); Blue value is 167 (65.62% from 255 or 50.61% from 330); Max value from RGB is 167 - color contains mainly: blue. Hex color #772CA7 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #772CA7 is #88D358. Grayscale: #505050. Windows color (decimal): -8967001 or 10955895. OLE color: 10955895.
HSL color Cylindrical-coordinate representation of color #772CA7: hue angle of 276.59º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #772CA7 is Cyan = 0.29, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 119 | 44 | 167 | - |
| CMYK | 0.29 | 0.74 | 0 | 0.35 |
| HSL | 276.59º | 0.58% | 0.41% | - |
| HSV(B) | 276.59º | 0.74% | 0.65% | - |
| XYZ | 15.48 | 8.51 | 37.39 | - |
| YUV | 80.45 | 176.85 | 155.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 44 | 167 | 0.29 | 0.74 | 0 | 0.35 | 276.59 | 0.58 | 0.41 |
| Hex | 77 | 2C | A7 | 1D | 4A | 0 | 23 | 115 | 3A | 29 |
| Octal | 167 | 54 | 247 | 35 | 112 | 0 | 43 | 425 | 72 | 51 |
| Binary | 1110111 | 101100 | 10100111 | 11101 | 1001010 | 0 | 100011 | 100010101 | 111010 | 101001 |
Color Harmonies of #772CA7
Complementary color
Monochromatic Colors of #772CA7
Black with #772CA7
Text Example
Text Example
White with #772CA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772CA7; }
p { color: rgb(119,44,167); }
H1.HeaderClassName
{
color: #772CA7;
}
.AnyTagClassName
{
color: #772CA7;
}
</style>
background-color css
<style>
a { background-color: #772CA7; }
a { background-color: rgb(119,44,167); }
div.DivClassName
{
background-color: #772CA7;
}
.BgClassName
{
background-color: #772CA7;
}
</style>
border-color css
<style>
span { border-color: #772CA7; }
span { border-color: rgb(119,44,167); }
td.TdClassName
{
border-color: #772CA7;
}
.TagClassName
{
border-color: #772CA7;
}
</style>