Shades of Royal Purple #772BA3
Tints of Royal Purple #772BA3
RGB
CMYK
RGB Variations
Color information
#772BA3 (or 0x772BA3) is known color: Royal Purple. HEX triplet: 77, 2B and A3. RGB value is (119,43,163). Sum of RGB (Red+Green+Blue) = 119+43+163=325 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.62% from 325); Green value is 43 (17.19% from 255 or 13.23% from 325); Blue value is 163 (64.06% from 255 or 50.15% from 325); Max value from RGB is 163 - color contains mainly: blue. Hex color #772BA3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #772BA3 is #88D45C. Grayscale: #4F4F4F. Windows color (decimal): -8967261 or 10693495. OLE color: 10693495.
HSL color Cylindrical-coordinate representation of color #772BA3: hue angle of 278º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #772BA3 is Cyan = 0.27, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 119 | 43 | 163 | - |
| CMYK | 0.27 | 0.74 | 0 | 0.36 |
| HSL | 278º | 0.58% | 0.4% | - |
| HSV(B) | 278º | 0.74% | 0.64% | - |
| XYZ | 15.08 | 8.29 | 35.46 | - |
| YUV | 79.4 | 175.18 | 156.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 43 | 163 | 0.27 | 0.74 | 0 | 0.36 | 278 | 0.58 | 0.4 |
| Hex | 77 | 2B | A3 | 1B | 4A | 0 | 24 | 116 | 3A | 28 |
| Octal | 167 | 53 | 243 | 33 | 112 | 0 | 44 | 426 | 72 | 50 |
| Binary | 1110111 | 101011 | 10100011 | 11011 | 1001010 | 0 | 100100 | 100010110 | 111010 | 101000 |
Color Harmonies of #772BA3
Complementary color
Monochromatic Colors of #772BA3
Black with #772BA3
Text Example
Text Example
White with #772BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772BA3; }
p { color: rgb(119,43,163); }
H1.HeaderClassName
{
color: #772BA3;
}
.AnyTagClassName
{
color: #772BA3;
}
</style>
background-color css
<style>
a { background-color: #772BA3; }
a { background-color: rgb(119,43,163); }
div.DivClassName
{
background-color: #772BA3;
}
.BgClassName
{
background-color: #772BA3;
}
</style>
border-color css
<style>
span { border-color: #772BA3; }
span { border-color: rgb(119,43,163); }
td.TdClassName
{
border-color: #772BA3;
}
.TagClassName
{
border-color: #772BA3;
}
</style>