Shades of Royal Purple #73299F
Tints of Royal Purple #73299F
RGB
CMYK
RGB Variations
Color information
#73299F (or 0x73299F) is known color: Royal Purple. HEX triplet: 73, 29 and 9F. RGB value is (115,41,159). Sum of RGB (Red+Green+Blue) = 115+41+159=315 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.51% from 315); Green value is 41 (16.41% from 255 or 13.02% from 315); Blue value is 159 (62.5% from 255 or 50.48% from 315); Max value from RGB is 159 - color contains mainly: blue. Hex color #73299F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #73299F is #8CD660. Grayscale: #4C4C4C. Windows color (decimal): -9229921 or 10430835. OLE color: 10430835.
HSL color Cylindrical-coordinate representation of color #73299F: hue angle of 277.63º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #73299F is Cyan = 0.28, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 115 | 41 | 159 | - |
| CMYK | 0.28 | 0.74 | 0 | 0.38 |
| HSL | 277.63º | 0.59% | 0.39% | - |
| HSV(B) | 277.63º | 0.74% | 0.62% | - |
| XYZ | 14.12 | 7.73 | 33.55 | - |
| YUV | 76.58 | 174.52 | 155.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 41 | 159 | 0.28 | 0.74 | 0 | 0.38 | 277.63 | 0.59 | 0.39 |
| Hex | 73 | 29 | 9F | 1C | 4A | 0 | 26 | 116 | 3B | 27 |
| Octal | 163 | 51 | 237 | 34 | 112 | 0 | 46 | 426 | 73 | 47 |
| Binary | 1110011 | 101001 | 10011111 | 11100 | 1001010 | 0 | 100110 | 100010110 | 111011 | 100111 |
Color Harmonies of #73299F
Complementary color
Monochromatic Colors of #73299F
Black with #73299F
Text Example
Text Example
White with #73299F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73299F; }
p { color: rgb(115,41,159); }
H1.HeaderClassName
{
color: #73299F;
}
.AnyTagClassName
{
color: #73299F;
}
</style>
background-color css
<style>
a { background-color: #73299F; }
a { background-color: rgb(115,41,159); }
div.DivClassName
{
background-color: #73299F;
}
.BgClassName
{
background-color: #73299F;
}
</style>
border-color css
<style>
span { border-color: #73299F; }
span { border-color: rgb(115,41,159); }
td.TdClassName
{
border-color: #73299F;
}
.TagClassName
{
border-color: #73299F;
}
</style>