Shades of Royal Purple #73369F
Tints of Royal Purple #73369F
RGB
CMYK
RGB Variations
Color information
#73369F (or 0x73369F) is known color: Royal Purple. HEX triplet: 73, 36 and 9F. RGB value is (115,54,159). Sum of RGB (Red+Green+Blue) = 115+54+159=328 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.06% from 328); Green value is 54 (21.48% from 255 or 16.46% from 328); Blue value is 159 (62.5% from 255 or 48.48% from 328); Max value from RGB is 159 - color contains mainly: blue. Hex color #73369F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #73369F is #8CC960. Grayscale: #535353. Windows color (decimal): -9226593 or 10434163. OLE color: 10434163.
HSL color Cylindrical-coordinate representation of color #73369F: hue angle of 274.86º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #73369F is Cyan = 0.28, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 115 | 54 | 159 | - |
| CMYK | 0.28 | 0.66 | 0 | 0.38 |
| HSL | 274.86º | 0.49% | 0.42% | - |
| HSV(B) | 274.86º | 0.66% | 0.62% | - |
| XYZ | 14.65 | 8.79 | 33.72 | - |
| YUV | 84.21 | 170.21 | 149.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 54 | 159 | 0.28 | 0.66 | 0 | 0.38 | 274.86 | 0.49 | 0.42 |
| Hex | 73 | 36 | 9F | 1C | 42 | 0 | 26 | 113 | 31 | 2A |
| Octal | 163 | 66 | 237 | 34 | 102 | 0 | 46 | 423 | 61 | 52 |
| Binary | 1110011 | 110110 | 10011111 | 11100 | 1000010 | 0 | 100110 | 100010011 | 110001 | 101010 |
Color Harmonies of #73369F
Complementary color
Monochromatic Colors of #73369F
Black with #73369F
Text Example
Text Example
White with #73369F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73369F; }
p { color: rgb(115,54,159); }
H1.HeaderClassName
{
color: #73369F;
}
.AnyTagClassName
{
color: #73369F;
}
</style>
background-color css
<style>
a { background-color: #73369F; }
a { background-color: rgb(115,54,159); }
div.DivClassName
{
background-color: #73369F;
}
.BgClassName
{
background-color: #73369F;
}
</style>
border-color css
<style>
span { border-color: #73369F; }
span { border-color: rgb(115,54,159); }
td.TdClassName
{
border-color: #73369F;
}
.TagClassName
{
border-color: #73369F;
}
</style>