Shades of Royal Purple #772BAC
Tints of Royal Purple #772BAC
RGB
CMYK
RGB Variations
Color information
#772BAC (or 0x772BAC) is known color: Royal Purple. HEX triplet: 77, 2B and AC. RGB value is (119,43,172). Sum of RGB (Red+Green+Blue) = 119+43+172=334 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.63% from 334); Green value is 43 (17.19% from 255 or 12.87% from 334); Blue value is 172 (67.58% from 255 or 51.50% from 334); Max value from RGB is 172 - color contains mainly: blue. Hex color #772BAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #772BAC is #88D453. Grayscale: #4F4F4F. Windows color (decimal): -8967252 or 11283319. OLE color: 11283319.
HSL color Cylindrical-coordinate representation of color #772BAC: hue angle of 275.35º degrees, saturation: 0.6, 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 #772BAC is Cyan = 0.31, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 119 | 43 | 172 | - |
| CMYK | 0.31 | 0.75 | 0 | 0.33 |
| HSL | 275.35º | 0.6% | 0.42% | - |
| HSV(B) | 275.35º | 0.75% | 0.67% | - |
| XYZ | 15.92 | 8.63 | 39.86 | - |
| YUV | 80.43 | 179.68 | 155.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 43 | 172 | 0.31 | 0.75 | 0 | 0.33 | 275.35 | 0.6 | 0.42 |
| Hex | 77 | 2B | AC | 1F | 4B | 0 | 21 | 113 | 3C | 2A |
| Octal | 167 | 53 | 254 | 37 | 113 | 0 | 41 | 423 | 74 | 52 |
| Binary | 1110111 | 101011 | 10101100 | 11111 | 1001011 | 0 | 100001 | 100010011 | 111100 | 101010 |
Color Harmonies of #772BAC
Complementary color
Monochromatic Colors of #772BAC
Black with #772BAC
Text Example
Text Example
White with #772BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772BAC; }
p { color: rgb(119,43,172); }
H1.HeaderClassName
{
color: #772BAC;
}
.AnyTagClassName
{
color: #772BAC;
}
</style>
background-color css
<style>
a { background-color: #772BAC; }
a { background-color: rgb(119,43,172); }
div.DivClassName
{
background-color: #772BAC;
}
.BgClassName
{
background-color: #772BAC;
}
</style>
border-color css
<style>
span { border-color: #772BAC; }
span { border-color: rgb(119,43,172); }
td.TdClassName
{
border-color: #772BAC;
}
.TagClassName
{
border-color: #772BAC;
}
</style>