Shades of Royal Purple #772AAB
Tints of Royal Purple #772AAB
RGB
CMYK
RGB Variations
Color information
#772AAB (or 0x772AAB) is known color: Royal Purple. HEX triplet: 77, 2A and AB. RGB value is (119,42,171). Sum of RGB (Red+Green+Blue) = 119+42+171=332 (43% of max value = 765). Red value is 119 (46.88% from 255 or 35.84% from 332); Green value is 42 (16.80% from 255 or 12.65% from 332); Blue value is 171 (67.19% from 255 or 51.51% from 332); Max value from RGB is 171 - color contains mainly: blue. Hex color #772AAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #772AAB is #88D554. Grayscale: #4F4F4F. Windows color (decimal): -8967509 or 11217527. OLE color: 11217527.
HSL color Cylindrical-coordinate representation of color #772AAB: hue angle of 275.81º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #772AAB is Cyan = 0.30, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 119 | 42 | 171 | - |
| CMYK | 0.30 | 0.75 | 0 | 0.33 |
| HSL | 275.81º | 0.61% | 0.42% | - |
| HSV(B) | 275.81º | 0.75% | 0.67% | - |
| XYZ | 15.79 | 8.52 | 39.34 | - |
| YUV | 79.73 | 179.51 | 156.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 42 | 171 | 0.30 | 0.75 | 0 | 0.33 | 275.81 | 0.61 | 0.42 |
| Hex | 77 | 2A | AB | 1E | 4B | 0 | 21 | 114 | 3D | 2A |
| Octal | 167 | 52 | 253 | 36 | 113 | 0 | 41 | 424 | 75 | 52 |
| Binary | 1110111 | 101010 | 10101011 | 11110 | 1001011 | 0 | 100001 | 100010100 | 111101 | 101010 |
Color Harmonies of #772AAB
Complementary color
Monochromatic Colors of #772AAB
Black with #772AAB
Text Example
Text Example
White with #772AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772AAB; }
p { color: rgb(119,42,171); }
H1.HeaderClassName
{
color: #772AAB;
}
.AnyTagClassName
{
color: #772AAB;
}
</style>
background-color css
<style>
a { background-color: #772AAB; }
a { background-color: rgb(119,42,171); }
div.DivClassName
{
background-color: #772AAB;
}
.BgClassName
{
background-color: #772AAB;
}
</style>
border-color css
<style>
span { border-color: #772AAB; }
span { border-color: rgb(119,42,171); }
td.TdClassName
{
border-color: #772AAB;
}
.TagClassName
{
border-color: #772AAB;
}
</style>