Shades of Royal Purple #73359D
Tints of Royal Purple #73359D
RGB
CMYK
RGB Variations
Color information
#73359D (or 0x73359D) is known color: Royal Purple. HEX triplet: 73, 35 and 9D. RGB value is (115,53,157). Sum of RGB (Red+Green+Blue) = 115+53+157=325 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.38% from 325); Green value is 53 (21.09% from 255 or 16.31% from 325); Blue value is 157 (61.72% from 255 or 48.31% from 325); Max value from RGB is 157 - color contains mainly: blue. Hex color #73359D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #73359D is #8CCA62. Grayscale: #535353. Windows color (decimal): -9226851 or 10302835. OLE color: 10302835.
HSL color Cylindrical-coordinate representation of color #73359D: hue angle of 275.77º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #73359D is Cyan = 0.27, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 115 | 53 | 157 | - |
| CMYK | 0.27 | 0.66 | 0 | 0.38 |
| HSL | 275.77º | 0.5% | 0.41% | - |
| HSV(B) | 275.77º | 0.66% | 0.62% | - |
| XYZ | 14.43 | 8.63 | 32.8 | - |
| YUV | 83.39 | 169.54 | 150.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 53 | 157 | 0.27 | 0.66 | 0 | 0.38 | 275.77 | 0.5 | 0.41 |
| Hex | 73 | 35 | 9D | 1B | 42 | 0 | 26 | 114 | 32 | 29 |
| Octal | 163 | 65 | 235 | 33 | 102 | 0 | 46 | 424 | 62 | 51 |
| Binary | 1110011 | 110101 | 10011101 | 11011 | 1000010 | 0 | 100110 | 100010100 | 110010 | 101001 |
Color Harmonies of #73359D
Complementary color
Monochromatic Colors of #73359D
Black with #73359D
Text Example
Text Example
White with #73359D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73359D; }
p { color: rgb(115,53,157); }
H1.HeaderClassName
{
color: #73359D;
}
.AnyTagClassName
{
color: #73359D;
}
</style>
background-color css
<style>
a { background-color: #73359D; }
a { background-color: rgb(115,53,157); }
div.DivClassName
{
background-color: #73359D;
}
.BgClassName
{
background-color: #73359D;
}
</style>
border-color css
<style>
span { border-color: #73359D; }
span { border-color: rgb(115,53,157); }
td.TdClassName
{
border-color: #73359D;
}
.TagClassName
{
border-color: #73359D;
}
</style>