Shades of Royal Purple #73329C
Tints of Royal Purple #73329C
RGB
CMYK
RGB Variations
Color information
#73329C (or 0x73329C) is known color: Royal Purple. HEX triplet: 73, 32 and 9C. RGB value is (115,50,156). Sum of RGB (Red+Green+Blue) = 115+50+156=321 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.83% from 321); Green value is 50 (19.92% from 255 or 15.58% from 321); Blue value is 156 (61.33% from 255 or 48.60% from 321); Max value from RGB is 156 - color contains mainly: blue. Hex color #73329C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #73329C is #8CCD63. Grayscale: #515151. Windows color (decimal): -9227620 or 10236531. OLE color: 10236531.
HSL color Cylindrical-coordinate representation of color #73329C: hue angle of 276.79º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #73329C is Cyan = 0.26, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 115 | 50 | 156 | - |
| CMYK | 0.26 | 0.68 | 0 | 0.39 |
| HSL | 276.79º | 0.51% | 0.4% | - |
| HSV(B) | 276.79º | 0.68% | 0.61% | - |
| XYZ | 14.21 | 8.33 | 32.31 | - |
| YUV | 81.52 | 170.03 | 151.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 50 | 156 | 0.26 | 0.68 | 0 | 0.39 | 276.79 | 0.51 | 0.4 |
| Hex | 73 | 32 | 9C | 1A | 44 | 0 | 27 | 115 | 33 | 28 |
| Octal | 163 | 62 | 234 | 32 | 104 | 0 | 47 | 425 | 63 | 50 |
| Binary | 1110011 | 110010 | 10011100 | 11010 | 1000100 | 0 | 100111 | 100010101 | 110011 | 101000 |
Color Harmonies of #73329C
Complementary color
Monochromatic Colors of #73329C
Black with #73329C
Text Example
Text Example
White with #73329C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73329C; }
p { color: rgb(115,50,156); }
H1.HeaderClassName
{
color: #73329C;
}
.AnyTagClassName
{
color: #73329C;
}
</style>
background-color css
<style>
a { background-color: #73329C; }
a { background-color: rgb(115,50,156); }
div.DivClassName
{
background-color: #73329C;
}
.BgClassName
{
background-color: #73329C;
}
</style>
border-color css
<style>
span { border-color: #73329C; }
span { border-color: rgb(115,50,156); }
td.TdClassName
{
border-color: #73329C;
}
.TagClassName
{
border-color: #73329C;
}
</style>