Shades of Royal Purple #73309B
Tints of Royal Purple #73309B
RGB
CMYK
RGB Variations
Color information
#73309B (or 0x73309B) is known color: Royal Purple. HEX triplet: 73, 30 and 9B. RGB value is (115,48,155). Sum of RGB (Red+Green+Blue) = 115+48+155=318 (42% of max value = 765). Red value is 115 (45.31% from 255 or 36.16% from 318); Green value is 48 (19.14% from 255 or 15.09% from 318); Blue value is 155 (60.94% from 255 or 48.74% from 318); Max value from RGB is 155 - color contains mainly: blue. Hex color #73309B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #73309B is #8CCF64. Grayscale: #4F4F4F. Windows color (decimal): -9228133 or 10170483. OLE color: 10170483.
HSL color Cylindrical-coordinate representation of color #73309B: hue angle of 277.57º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #73309B is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 115 | 48 | 155 | - |
| CMYK | 0.26 | 0.69 | 0 | 0.39 |
| HSL | 277.57º | 0.53% | 0.4% | - |
| HSV(B) | 277.57º | 0.69% | 0.61% | - |
| XYZ | 14.04 | 8.13 | 31.84 | - |
| YUV | 80.23 | 170.2 | 152.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 48 | 155 | 0.26 | 0.69 | 0 | 0.39 | 277.57 | 0.53 | 0.4 |
| Hex | 73 | 30 | 9B | 1A | 45 | 0 | 27 | 116 | 35 | 28 |
| Octal | 163 | 60 | 233 | 32 | 105 | 0 | 47 | 426 | 65 | 50 |
| Binary | 1110011 | 110000 | 10011011 | 11010 | 1000101 | 0 | 100111 | 100010110 | 110101 | 101000 |
Color Harmonies of #73309B
Complementary color
Monochromatic Colors of #73309B
Black with #73309B
Text Example
Text Example
White with #73309B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73309B; }
p { color: rgb(115,48,155); }
H1.HeaderClassName
{
color: #73309B;
}
.AnyTagClassName
{
color: #73309B;
}
</style>
background-color css
<style>
a { background-color: #73309B; }
a { background-color: rgb(115,48,155); }
div.DivClassName
{
background-color: #73309B;
}
.BgClassName
{
background-color: #73309B;
}
</style>
border-color css
<style>
span { border-color: #73309B; }
span { border-color: rgb(115,48,155); }
td.TdClassName
{
border-color: #73309B;
}
.TagClassName
{
border-color: #73309B;
}
</style>