Shades of Royal Purple #7731AD
Tints of Royal Purple #7731AD
RGB
CMYK
RGB Variations
Color information
#7731AD (or 0x7731AD) is known color: Royal Purple. HEX triplet: 77, 31 and AD. RGB value is (119,49,173). Sum of RGB (Red+Green+Blue) = 119+49+173=341 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.90% from 341); Green value is 49 (19.53% from 255 or 14.37% from 341); Blue value is 173 (67.97% from 255 or 50.73% from 341); Max value from RGB is 173 - color contains mainly: blue. Hex color #7731AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7731AD is #88CE52. Grayscale: #535353. Windows color (decimal): -8965715 or 11350391. OLE color: 11350391.
HSL color Cylindrical-coordinate representation of color #7731AD: hue angle of 273.87º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7731AD is Cyan = 0.31, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 119 | 49 | 173 | - |
| CMYK | 0.31 | 0.72 | 0 | 0.32 |
| HSL | 273.87º | 0.56% | 0.44% | - |
| HSV(B) | 273.87º | 0.72% | 0.68% | - |
| XYZ | 16.25 | 9.14 | 40.44 | - |
| YUV | 84.07 | 178.19 | 152.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 49 | 173 | 0.31 | 0.72 | 0 | 0.32 | 273.87 | 0.56 | 0.44 |
| Hex | 77 | 31 | AD | 1F | 48 | 0 | 20 | 112 | 38 | 2C |
| Octal | 167 | 61 | 255 | 37 | 110 | 0 | 40 | 422 | 70 | 54 |
| Binary | 1110111 | 110001 | 10101101 | 11111 | 1001000 | 0 | 100000 | 100010010 | 111000 | 101100 |
Color Harmonies of #7731AD
Complementary color
Monochromatic Colors of #7731AD
Black with #7731AD
Text Example
Text Example
White with #7731AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7731AD; }
p { color: rgb(119,49,173); }
H1.HeaderClassName
{
color: #7731AD;
}
.AnyTagClassName
{
color: #7731AD;
}
</style>
background-color css
<style>
a { background-color: #7731AD; }
a { background-color: rgb(119,49,173); }
div.DivClassName
{
background-color: #7731AD;
}
.BgClassName
{
background-color: #7731AD;
}
</style>
border-color css
<style>
span { border-color: #7731AD; }
span { border-color: rgb(119,49,173); }
td.TdClassName
{
border-color: #7731AD;
}
.TagClassName
{
border-color: #7731AD;
}
</style>