Shades of Royal Purple #7731AB
Tints of Royal Purple #7731AB
RGB
CMYK
RGB Variations
Color information
#7731AB (or 0x7731AB) is known color: Royal Purple. HEX triplet: 77, 31 and AB. RGB value is (119,49,171). Sum of RGB (Red+Green+Blue) = 119+49+171=339 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.10% from 339); Green value is 49 (19.53% from 255 or 14.45% from 339); Blue value is 171 (67.19% from 255 or 50.44% from 339); Max value from RGB is 171 - color contains mainly: blue. Hex color #7731AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7731AB is #88CE54. Grayscale: #535353. Windows color (decimal): -8965717 or 11219319. OLE color: 11219319.
HSL color Cylindrical-coordinate representation of color #7731AB: hue angle of 274.43º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7731AB is Cyan = 0.30, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 119 | 49 | 171 | - |
| CMYK | 0.30 | 0.71 | 0 | 0.33 |
| HSL | 274.43º | 0.55% | 0.43% | - |
| HSV(B) | 274.43º | 0.71% | 0.67% | - |
| XYZ | 16.06 | 9.06 | 39.43 | - |
| YUV | 83.84 | 177.19 | 153.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 49 | 171 | 0.30 | 0.71 | 0 | 0.33 | 274.43 | 0.55 | 0.43 |
| Hex | 77 | 31 | AB | 1E | 47 | 0 | 21 | 112 | 37 | 2B |
| Octal | 167 | 61 | 253 | 36 | 107 | 0 | 41 | 422 | 67 | 53 |
| Binary | 1110111 | 110001 | 10101011 | 11110 | 1000111 | 0 | 100001 | 100010010 | 110111 | 101011 |
Color Harmonies of #7731AB
Complementary color
Monochromatic Colors of #7731AB
Black with #7731AB
Text Example
Text Example
White with #7731AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7731AB; }
p { color: rgb(119,49,171); }
H1.HeaderClassName
{
color: #7731AB;
}
.AnyTagClassName
{
color: #7731AB;
}
</style>
background-color css
<style>
a { background-color: #7731AB; }
a { background-color: rgb(119,49,171); }
div.DivClassName
{
background-color: #7731AB;
}
.BgClassName
{
background-color: #7731AB;
}
</style>
border-color css
<style>
span { border-color: #7731AB; }
span { border-color: rgb(119,49,171); }
td.TdClassName
{
border-color: #7731AB;
}
.TagClassName
{
border-color: #7731AB;
}
</style>