Shades of Royal Purple #73399D
Tints of Royal Purple #73399D
RGB
CMYK
RGB Variations
Color information
#73399D (or 0x73399D) is known color: Royal Purple. HEX triplet: 73, 39 and 9D. RGB value is (115,57,157). Sum of RGB (Red+Green+Blue) = 115+57+157=329 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.95% from 329); Green value is 57 (22.66% from 255 or 17.33% from 329); Blue value is 157 (61.72% from 255 or 47.72% from 329); Max value from RGB is 157 - color contains mainly: blue. Hex color #73399D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #73399D is #8CC662. Grayscale: #555555. Windows color (decimal): -9225827 or 10303859. OLE color: 10303859.
HSL color Cylindrical-coordinate representation of color #73399D: hue angle of 274.8º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #73399D is Cyan = 0.27, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 115 | 57 | 157 | - |
| CMYK | 0.27 | 0.64 | 0 | 0.38 |
| HSL | 274.8º | 0.47% | 0.42% | - |
| HSV(B) | 274.8º | 0.64% | 0.62% | - |
| XYZ | 14.62 | 9.01 | 32.87 | - |
| YUV | 85.74 | 168.22 | 148.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 57 | 157 | 0.27 | 0.64 | 0 | 0.38 | 274.8 | 0.47 | 0.42 |
| Hex | 73 | 39 | 9D | 1B | 40 | 0 | 26 | 113 | 2F | 2A |
| Octal | 163 | 71 | 235 | 33 | 100 | 0 | 46 | 423 | 57 | 52 |
| Binary | 1110011 | 111001 | 10011101 | 11011 | 1000000 | 0 | 100110 | 100010011 | 101111 | 101010 |
Color Harmonies of #73399D
Complementary color
Monochromatic Colors of #73399D
Black with #73399D
Text Example
Text Example
White with #73399D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73399D; }
p { color: rgb(115,57,157); }
H1.HeaderClassName
{
color: #73399D;
}
.AnyTagClassName
{
color: #73399D;
}
</style>
background-color css
<style>
a { background-color: #73399D; }
a { background-color: rgb(115,57,157); }
div.DivClassName
{
background-color: #73399D;
}
.BgClassName
{
background-color: #73399D;
}
</style>
border-color css
<style>
span { border-color: #73399D; }
span { border-color: rgb(115,57,157); }
td.TdClassName
{
border-color: #73399D;
}
.TagClassName
{
border-color: #73399D;
}
</style>