Shades of Royal Purple #73399C
Tints of Royal Purple #73399C
RGB
CMYK
RGB Variations
Color information
#73399C (or 0x73399C) is known color: Royal Purple. HEX triplet: 73, 39 and 9C. RGB value is (115,57,156). Sum of RGB (Red+Green+Blue) = 115+57+156=328 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.06% from 328); Green value is 57 (22.66% from 255 or 17.38% from 328); Blue value is 156 (61.33% from 255 or 47.56% from 328); Max value from RGB is 156 - color contains mainly: blue. Hex color #73399C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #73399C is #8CC663. Grayscale: #555555. Windows color (decimal): -9225828 or 10238323. OLE color: 10238323.
HSL color Cylindrical-coordinate representation of color #73399C: hue angle of 275.15º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #73399C is Cyan = 0.26, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 115 | 57 | 156 | - |
| CMYK | 0.26 | 0.63 | 0 | 0.39 |
| HSL | 275.15º | 0.46% | 0.42% | - |
| HSV(B) | 275.15º | 0.63% | 0.61% | - |
| XYZ | 14.53 | 8.97 | 32.42 | - |
| YUV | 85.63 | 167.72 | 148.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 57 | 156 | 0.26 | 0.63 | 0 | 0.39 | 275.15 | 0.46 | 0.42 |
| Hex | 73 | 39 | 9C | 1A | 3F | 0 | 27 | 113 | 2E | 2A |
| Octal | 163 | 71 | 234 | 32 | 77 | 0 | 47 | 423 | 56 | 52 |
| Binary | 1110011 | 111001 | 10011100 | 11010 | 111111 | 0 | 100111 | 100010011 | 101110 | 101010 |
Color Harmonies of #73399C
Complementary color
Monochromatic Colors of #73399C
Black with #73399C
Text Example
Text Example
White with #73399C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73399C; }
p { color: rgb(115,57,156); }
H1.HeaderClassName
{
color: #73399C;
}
.AnyTagClassName
{
color: #73399C;
}
</style>
background-color css
<style>
a { background-color: #73399C; }
a { background-color: rgb(115,57,156); }
div.DivClassName
{
background-color: #73399C;
}
.BgClassName
{
background-color: #73399C;
}
</style>
border-color css
<style>
span { border-color: #73399C; }
span { border-color: rgb(115,57,156); }
td.TdClassName
{
border-color: #73399C;
}
.TagClassName
{
border-color: #73399C;
}
</style>