Shades of Royal Purple #7329A9
Tints of Royal Purple #7329A9
RGB
CMYK
RGB Variations
Color information
#7329A9 (or 0x7329A9) is known color: Royal Purple. HEX triplet: 73, 29 and A9. RGB value is (115,41,169). Sum of RGB (Red+Green+Blue) = 115+41+169=325 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.38% from 325); Green value is 41 (16.41% from 255 or 12.62% from 325); Blue value is 169 (66.41% from 255 or 52% from 325); Max value from RGB is 169 - color contains mainly: blue. Hex color #7329A9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7329A9 is #8CD656. Grayscale: #4D4D4D. Windows color (decimal): -9229911 or 11086195. OLE color: 11086195.
HSL color Cylindrical-coordinate representation of color #7329A9: hue angle of 274.69º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7329A9 is Cyan = 0.32, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 115 | 41 | 169 | - |
| CMYK | 0.32 | 0.76 | 0 | 0.34 |
| HSL | 274.69º | 0.61% | 0.41% | - |
| HSV(B) | 274.69º | 0.76% | 0.66% | - |
| XYZ | 15.02 | 8.1 | 38.31 | - |
| YUV | 77.72 | 179.52 | 154.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 41 | 169 | 0.32 | 0.76 | 0 | 0.34 | 274.69 | 0.61 | 0.41 |
| Hex | 73 | 29 | A9 | 20 | 4C | 0 | 22 | 113 | 3D | 29 |
| Octal | 163 | 51 | 251 | 40 | 114 | 0 | 42 | 423 | 75 | 51 |
| Binary | 1110011 | 101001 | 10101001 | 100000 | 1001100 | 0 | 100010 | 100010011 | 111101 | 101001 |
Color Harmonies of #7329A9
Complementary color
Monochromatic Colors of #7329A9
Black with #7329A9
Text Example
Text Example
White with #7329A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7329A9; }
p { color: rgb(115,41,169); }
H1.HeaderClassName
{
color: #7329A9;
}
.AnyTagClassName
{
color: #7329A9;
}
</style>
background-color css
<style>
a { background-color: #7329A9; }
a { background-color: rgb(115,41,169); }
div.DivClassName
{
background-color: #7329A9;
}
.BgClassName
{
background-color: #7329A9;
}
</style>
border-color css
<style>
span { border-color: #7329A9; }
span { border-color: rgb(115,41,169); }
td.TdClassName
{
border-color: #7329A9;
}
.TagClassName
{
border-color: #7329A9;
}
</style>