Shades of Royal Purple #772CAB
Tints of Royal Purple #772CAB
RGB
CMYK
RGB Variations
Color information
#772CAB (or 0x772CAB) is known color: Royal Purple. HEX triplet: 77, 2C and AB. RGB value is (119,44,171). Sum of RGB (Red+Green+Blue) = 119+44+171=334 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.63% from 334); Green value is 44 (17.58% from 255 or 13.17% from 334); Blue value is 171 (67.19% from 255 or 51.20% from 334); Max value from RGB is 171 - color contains mainly: blue. Hex color #772CAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #772CAB is #88D354. Grayscale: #505050. Windows color (decimal): -8966997 or 11218039. OLE color: 11218039.
HSL color Cylindrical-coordinate representation of color #772CAB: hue angle of 275.43º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #772CAB is Cyan = 0.30, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 119 | 44 | 171 | - |
| CMYK | 0.30 | 0.74 | 0 | 0.33 |
| HSL | 275.43º | 0.59% | 0.42% | - |
| HSV(B) | 275.43º | 0.74% | 0.67% | - |
| XYZ | 15.86 | 8.66 | 39.36 | - |
| YUV | 80.9 | 178.85 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 44 | 171 | 0.30 | 0.74 | 0 | 0.33 | 275.43 | 0.59 | 0.42 |
| Hex | 77 | 2C | AB | 1E | 4A | 0 | 21 | 113 | 3B | 2A |
| Octal | 167 | 54 | 253 | 36 | 112 | 0 | 41 | 423 | 73 | 52 |
| Binary | 1110111 | 101100 | 10101011 | 11110 | 1001010 | 0 | 100001 | 100010011 | 111011 | 101010 |
Color Harmonies of #772CAB
Complementary color
Monochromatic Colors of #772CAB
Black with #772CAB
Text Example
Text Example
White with #772CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772CAB; }
p { color: rgb(119,44,171); }
H1.HeaderClassName
{
color: #772CAB;
}
.AnyTagClassName
{
color: #772CAB;
}
</style>
background-color css
<style>
a { background-color: #772CAB; }
a { background-color: rgb(119,44,171); }
div.DivClassName
{
background-color: #772CAB;
}
.BgClassName
{
background-color: #772CAB;
}
</style>
border-color css
<style>
span { border-color: #772CAB; }
span { border-color: rgb(119,44,171); }
td.TdClassName
{
border-color: #772CAB;
}
.TagClassName
{
border-color: #772CAB;
}
</style>