Shades of Royal Purple #73329F
Tints of Royal Purple #73329F
RGB
CMYK
RGB Variations
Color information
#73329F (or 0x73329F) is known color: Royal Purple. HEX triplet: 73, 32 and 9F. RGB value is (115,50,159). Sum of RGB (Red+Green+Blue) = 115+50+159=324 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.49% from 324); Green value is 50 (19.92% from 255 or 15.43% from 324); Blue value is 159 (62.5% from 255 or 49.07% from 324); Max value from RGB is 159 - color contains mainly: blue. Hex color #73329F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #73329F is #8CCD60. Grayscale: #515151. Windows color (decimal): -9227617 or 10433139. OLE color: 10433139.
HSL color Cylindrical-coordinate representation of color #73329F: hue angle of 275.78º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #73329F is Cyan = 0.28, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 115 | 50 | 159 | - |
| CMYK | 0.28 | 0.69 | 0 | 0.38 |
| HSL | 275.78º | 0.52% | 0.41% | - |
| HSV(B) | 275.78º | 0.69% | 0.62% | - |
| XYZ | 14.47 | 8.43 | 33.67 | - |
| YUV | 81.86 | 171.53 | 151.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 50 | 159 | 0.28 | 0.69 | 0 | 0.38 | 275.78 | 0.52 | 0.41 |
| Hex | 73 | 32 | 9F | 1C | 45 | 0 | 26 | 114 | 34 | 29 |
| Octal | 163 | 62 | 237 | 34 | 105 | 0 | 46 | 424 | 64 | 51 |
| Binary | 1110011 | 110010 | 10011111 | 11100 | 1000101 | 0 | 100110 | 100010100 | 110100 | 101001 |
Color Harmonies of #73329F
Complementary color
Monochromatic Colors of #73329F
Black with #73329F
Text Example
Text Example
White with #73329F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73329F; }
p { color: rgb(115,50,159); }
H1.HeaderClassName
{
color: #73329F;
}
.AnyTagClassName
{
color: #73329F;
}
</style>
background-color css
<style>
a { background-color: #73329F; }
a { background-color: rgb(115,50,159); }
div.DivClassName
{
background-color: #73329F;
}
.BgClassName
{
background-color: #73329F;
}
</style>
border-color css
<style>
span { border-color: #73329F; }
span { border-color: rgb(115,50,159); }
td.TdClassName
{
border-color: #73329F;
}
.TagClassName
{
border-color: #73329F;
}
</style>