Shades of Royal Purple #7730AB
Tints of Royal Purple #7730AB
RGB
CMYK
RGB Variations
Color information
#7730AB (or 0x7730AB) is known color: Royal Purple. HEX triplet: 77, 30 and AB. RGB value is (119,48,171). Sum of RGB (Red+Green+Blue) = 119+48+171=338 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.21% from 338); Green value is 48 (19.14% from 255 or 14.20% from 338); Blue value is 171 (67.19% from 255 or 50.59% from 338); Max value from RGB is 171 - color contains mainly: blue. Hex color #7730AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7730AB is #88CF54. Grayscale: #525252. Windows color (decimal): -8965973 or 11219063. OLE color: 11219063.
HSL color Cylindrical-coordinate representation of color #7730AB: hue angle of 274.63º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7730AB is Cyan = 0.30, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 119 | 48 | 171 | - |
| CMYK | 0.30 | 0.72 | 0 | 0.33 |
| HSL | 274.63º | 0.56% | 0.43% | - |
| HSV(B) | 274.63º | 0.72% | 0.67% | - |
| XYZ | 16.02 | 8.98 | 39.42 | - |
| YUV | 83.25 | 177.52 | 153.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 48 | 171 | 0.30 | 0.72 | 0 | 0.33 | 274.63 | 0.56 | 0.43 |
| Hex | 77 | 30 | AB | 1E | 48 | 0 | 21 | 113 | 38 | 2B |
| Octal | 167 | 60 | 253 | 36 | 110 | 0 | 41 | 423 | 70 | 53 |
| Binary | 1110111 | 110000 | 10101011 | 11110 | 1001000 | 0 | 100001 | 100010011 | 111000 | 101011 |
Color Harmonies of #7730AB
Complementary color
Monochromatic Colors of #7730AB
Black with #7730AB
Text Example
Text Example
White with #7730AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7730AB; }
p { color: rgb(119,48,171); }
H1.HeaderClassName
{
color: #7730AB;
}
.AnyTagClassName
{
color: #7730AB;
}
</style>
background-color css
<style>
a { background-color: #7730AB; }
a { background-color: rgb(119,48,171); }
div.DivClassName
{
background-color: #7730AB;
}
.BgClassName
{
background-color: #7730AB;
}
</style>
border-color css
<style>
span { border-color: #7730AB; }
span { border-color: rgb(119,48,171); }
td.TdClassName
{
border-color: #7730AB;
}
.TagClassName
{
border-color: #7730AB;
}
</style>