Shades of Royal Purple #73409E
Tints of Royal Purple #73409E
RGB
CMYK
RGB Variations
Color information
#73409E (or 0x73409E) is known color: Royal Purple. HEX triplet: 73, 40 and 9E. RGB value is (115,64,158). Sum of RGB (Red+Green+Blue) = 115+64+158=337 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.12% from 337); Green value is 64 (25.39% from 255 or 18.99% from 337); Blue value is 158 (62.11% from 255 or 46.88% from 337); Max value from RGB is 158 - color contains mainly: blue. Hex color #73409E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #73409E is #8CBF61. Grayscale: #595959. Windows color (decimal): -9224034 or 10371187. OLE color: 10371187.
HSL color Cylindrical-coordinate representation of color #73409E: hue angle of 272.55º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #73409E is Cyan = 0.27, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 115 | 64 | 158 | - |
| CMYK | 0.27 | 0.59 | 0 | 0.38 |
| HSL | 272.55º | 0.42% | 0.44% | - |
| HSV(B) | 272.55º | 0.59% | 0.62% | - |
| XYZ | 15.08 | 9.78 | 33.44 | - |
| YUV | 89.97 | 166.4 | 145.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 64 | 158 | 0.27 | 0.59 | 0 | 0.38 | 272.55 | 0.42 | 0.44 |
| Hex | 73 | 40 | 9E | 1B | 3B | 0 | 26 | 111 | 2A | 2C |
| Octal | 163 | 100 | 236 | 33 | 73 | 0 | 46 | 421 | 52 | 54 |
| Binary | 1110011 | 1000000 | 10011110 | 11011 | 111011 | 0 | 100110 | 100010001 | 101010 | 101100 |
Color Harmonies of #73409E
Complementary color
Monochromatic Colors of #73409E
Black with #73409E
Text Example
Text Example
White with #73409E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73409E; }
p { color: rgb(115,64,158); }
H1.HeaderClassName
{
color: #73409E;
}
.AnyTagClassName
{
color: #73409E;
}
</style>
background-color css
<style>
a { background-color: #73409E; }
a { background-color: rgb(115,64,158); }
div.DivClassName
{
background-color: #73409E;
}
.BgClassName
{
background-color: #73409E;
}
</style>
border-color css
<style>
span { border-color: #73409E; }
span { border-color: rgb(115,64,158); }
td.TdClassName
{
border-color: #73409E;
}
.TagClassName
{
border-color: #73409E;
}
</style>