Shades of Royal Purple #7331AA
Tints of Royal Purple #7331AA
RGB
CMYK
RGB Variations
Color information
#7331AA (or 0x7331AA) is known color: Royal Purple. HEX triplet: 73, 31 and AA. RGB value is (115,49,170). Sum of RGB (Red+Green+Blue) = 115+49+170=334 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.43% from 334); Green value is 49 (19.53% from 255 or 14.67% from 334); Blue value is 170 (66.80% from 255 or 50.90% from 334); Max value from RGB is 170 - color contains mainly: blue. Hex color #7331AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7331AA is #8CCE55. Grayscale: #525252. Windows color (decimal): -9227862 or 11153779. OLE color: 11153779.
HSL color Cylindrical-coordinate representation of color #7331AA: hue angle of 272.73º 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 #7331AA is Cyan = 0.32, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 115 | 49 | 170 | - |
| CMYK | 0.32 | 0.71 | 0 | 0.33 |
| HSL | 272.73º | 0.55% | 0.43% | - |
| HSV(B) | 272.73º | 0.71% | 0.67% | - |
| XYZ | 15.42 | 8.74 | 38.9 | - |
| YUV | 82.53 | 177.37 | 151.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 49 | 170 | 0.32 | 0.71 | 0 | 0.33 | 272.73 | 0.55 | 0.43 |
| Hex | 73 | 31 | AA | 20 | 47 | 0 | 21 | 111 | 37 | 2B |
| Octal | 163 | 61 | 252 | 40 | 107 | 0 | 41 | 421 | 67 | 53 |
| Binary | 1110011 | 110001 | 10101010 | 100000 | 1000111 | 0 | 100001 | 100010001 | 110111 | 101011 |
Color Harmonies of #7331AA
Complementary color
Monochromatic Colors of #7331AA
Black with #7331AA
Text Example
Text Example
White with #7331AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7331AA; }
p { color: rgb(115,49,170); }
H1.HeaderClassName
{
color: #7331AA;
}
.AnyTagClassName
{
color: #7331AA;
}
</style>
background-color css
<style>
a { background-color: #7331AA; }
a { background-color: rgb(115,49,170); }
div.DivClassName
{
background-color: #7331AA;
}
.BgClassName
{
background-color: #7331AA;
}
</style>
border-color css
<style>
span { border-color: #7331AA; }
span { border-color: rgb(115,49,170); }
td.TdClassName
{
border-color: #7331AA;
}
.TagClassName
{
border-color: #7331AA;
}
</style>