Shades of Royal Purple #772AAE
Tints of Royal Purple #772AAE
RGB
CMYK
RGB Variations
Color information
#772AAE (or 0x772AAE) is known color: Royal Purple. HEX triplet: 77, 2A and AE. RGB value is (119,42,174). Sum of RGB (Red+Green+Blue) = 119+42+174=335 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.52% from 335); Green value is 42 (16.80% from 255 or 12.54% from 335); Blue value is 174 (68.36% from 255 or 51.94% from 335); Max value from RGB is 174 - color contains mainly: blue. Hex color #772AAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #772AAE is #88D551. Grayscale: #4F4F4F. Windows color (decimal): -8967506 or 11414135. OLE color: 11414135.
HSL color Cylindrical-coordinate representation of color #772AAE: hue angle of 275º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #772AAE is Cyan = 0.32, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 119 | 42 | 174 | - |
| CMYK | 0.32 | 0.76 | 0 | 0.32 |
| HSL | 275º | 0.61% | 0.42% | - |
| HSV(B) | 275º | 0.76% | 0.68% | - |
| XYZ | 16.08 | 8.63 | 40.86 | - |
| YUV | 80.07 | 181.01 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 42 | 174 | 0.32 | 0.76 | 0 | 0.32 | 275 | 0.61 | 0.42 |
| Hex | 77 | 2A | AE | 20 | 4C | 0 | 20 | 113 | 3D | 2A |
| Octal | 167 | 52 | 256 | 40 | 114 | 0 | 40 | 423 | 75 | 52 |
| Binary | 1110111 | 101010 | 10101110 | 100000 | 1001100 | 0 | 100000 | 100010011 | 111101 | 101010 |
Color Harmonies of #772AAE
Complementary color
Monochromatic Colors of #772AAE
Black with #772AAE
Text Example
Text Example
White with #772AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772AAE; }
p { color: rgb(119,42,174); }
H1.HeaderClassName
{
color: #772AAE;
}
.AnyTagClassName
{
color: #772AAE;
}
</style>
background-color css
<style>
a { background-color: #772AAE; }
a { background-color: rgb(119,42,174); }
div.DivClassName
{
background-color: #772AAE;
}
.BgClassName
{
background-color: #772AAE;
}
</style>
border-color css
<style>
span { border-color: #772AAE; }
span { border-color: rgb(119,42,174); }
td.TdClassName
{
border-color: #772AAE;
}
.TagClassName
{
border-color: #772AAE;
}
</style>