Shades of Royal Purple #73339B
Tints of Royal Purple #73339B
RGB
CMYK
RGB Variations
Color information
#73339B (or 0x73339B) is known color: Royal Purple. HEX triplet: 73, 33 and 9B. RGB value is (115,51,155). Sum of RGB (Red+Green+Blue) = 115+51+155=321 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.83% from 321); Green value is 51 (20.31% from 255 or 15.89% from 321); Blue value is 155 (60.94% from 255 or 48.29% from 321); Max value from RGB is 155 - color contains mainly: blue. Hex color #73339B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #73339B is #8CCC64. Grayscale: #515151. Windows color (decimal): -9227365 or 10171251. OLE color: 10171251.
HSL color Cylindrical-coordinate representation of color #73339B: hue angle of 276.92º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #73339B is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 115 | 51 | 155 | - |
| CMYK | 0.26 | 0.67 | 0 | 0.39 |
| HSL | 276.92º | 0.5% | 0.4% | - |
| HSV(B) | 276.92º | 0.67% | 0.61% | - |
| XYZ | 14.17 | 8.38 | 31.88 | - |
| YUV | 81.99 | 169.2 | 151.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 51 | 155 | 0.26 | 0.67 | 0 | 0.39 | 276.92 | 0.5 | 0.4 |
| Hex | 73 | 33 | 9B | 1A | 43 | 0 | 27 | 115 | 32 | 28 |
| Octal | 163 | 63 | 233 | 32 | 103 | 0 | 47 | 425 | 62 | 50 |
| Binary | 1110011 | 110011 | 10011011 | 11010 | 1000011 | 0 | 100111 | 100010101 | 110010 | 101000 |
Color Harmonies of #73339B
Complementary color
Monochromatic Colors of #73339B
Black with #73339B
Text Example
Text Example
White with #73339B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73339B; }
p { color: rgb(115,51,155); }
H1.HeaderClassName
{
color: #73339B;
}
.AnyTagClassName
{
color: #73339B;
}
</style>
background-color css
<style>
a { background-color: #73339B; }
a { background-color: rgb(115,51,155); }
div.DivClassName
{
background-color: #73339B;
}
.BgClassName
{
background-color: #73339B;
}
</style>
border-color css
<style>
span { border-color: #73339B; }
span { border-color: rgb(115,51,155); }
td.TdClassName
{
border-color: #73339B;
}
.TagClassName
{
border-color: #73339B;
}
</style>