Shades of Royal Purple #7730A1
Tints of Royal Purple #7730A1
RGB
CMYK
RGB Variations
Color information
#7730A1 (or 0x7730A1) is known color: Royal Purple. HEX triplet: 77, 30 and A1. RGB value is (119,48,161). Sum of RGB (Red+Green+Blue) = 119+48+161=328 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.28% from 328); Green value is 48 (19.14% from 255 or 14.63% from 328); Blue value is 161 (63.28% from 255 or 49.09% from 328); Max value from RGB is 161 - color contains mainly: blue. Hex color #7730A1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7730A1 is #88CF5E. Grayscale: #515151. Windows color (decimal): -8965983 or 10563703. OLE color: 10563703.
HSL color Cylindrical-coordinate representation of color #7730A1: hue angle of 277.7º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7730A1 is Cyan = 0.26, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 119 | 48 | 161 | - |
| CMYK | 0.26 | 0.70 | 0 | 0.37 |
| HSL | 277.7º | 0.54% | 0.41% | - |
| HSV(B) | 277.7º | 0.7% | 0.63% | - |
| XYZ | 15.1 | 8.61 | 34.58 | - |
| YUV | 82.11 | 172.52 | 154.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 48 | 161 | 0.26 | 0.70 | 0 | 0.37 | 277.7 | 0.54 | 0.41 |
| Hex | 77 | 30 | A1 | 1A | 46 | 0 | 25 | 116 | 36 | 29 |
| Octal | 167 | 60 | 241 | 32 | 106 | 0 | 45 | 426 | 66 | 51 |
| Binary | 1110111 | 110000 | 10100001 | 11010 | 1000110 | 0 | 100101 | 100010110 | 110110 | 101001 |
Color Harmonies of #7730A1
Complementary color
Monochromatic Colors of #7730A1
Black with #7730A1
Text Example
Text Example
White with #7730A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7730A1; }
p { color: rgb(119,48,161); }
H1.HeaderClassName
{
color: #7730A1;
}
.AnyTagClassName
{
color: #7730A1;
}
</style>
background-color css
<style>
a { background-color: #7730A1; }
a { background-color: rgb(119,48,161); }
div.DivClassName
{
background-color: #7730A1;
}
.BgClassName
{
background-color: #7730A1;
}
</style>
border-color css
<style>
span { border-color: #7730A1; }
span { border-color: rgb(119,48,161); }
td.TdClassName
{
border-color: #7730A1;
}
.TagClassName
{
border-color: #7730A1;
}
</style>