Shades of Royal Purple #73379C
Tints of Royal Purple #73379C
RGB
CMYK
RGB Variations
Color information
#73379C (or 0x73379C) is known color: Royal Purple. HEX triplet: 73, 37 and 9C. RGB value is (115,55,156). Sum of RGB (Red+Green+Blue) = 115+55+156=326 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.28% from 326); Green value is 55 (21.88% from 255 or 16.87% from 326); Blue value is 156 (61.33% from 255 or 47.85% from 326); Max value from RGB is 156 - color contains mainly: blue. Hex color #73379C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #73379C is #8CC863. Grayscale: #545454. Windows color (decimal): -9226340 or 10237811. OLE color: 10237811.
HSL color Cylindrical-coordinate representation of color #73379C: hue angle of 275.64º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #73379C is Cyan = 0.26, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 115 | 55 | 156 | - |
| CMYK | 0.26 | 0.65 | 0 | 0.39 |
| HSL | 275.64º | 0.48% | 0.41% | - |
| HSV(B) | 275.64º | 0.65% | 0.61% | - |
| XYZ | 14.44 | 8.78 | 32.39 | - |
| YUV | 84.45 | 168.38 | 149.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 55 | 156 | 0.26 | 0.65 | 0 | 0.39 | 275.64 | 0.48 | 0.41 |
| Hex | 73 | 37 | 9C | 1A | 41 | 0 | 27 | 114 | 30 | 29 |
| Octal | 163 | 67 | 234 | 32 | 101 | 0 | 47 | 424 | 60 | 51 |
| Binary | 1110011 | 110111 | 10011100 | 11010 | 1000001 | 0 | 100111 | 100010100 | 110000 | 101001 |
Color Harmonies of #73379C
Complementary color
Monochromatic Colors of #73379C
Black with #73379C
Text Example
Text Example
White with #73379C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73379C; }
p { color: rgb(115,55,156); }
H1.HeaderClassName
{
color: #73379C;
}
.AnyTagClassName
{
color: #73379C;
}
</style>
background-color css
<style>
a { background-color: #73379C; }
a { background-color: rgb(115,55,156); }
div.DivClassName
{
background-color: #73379C;
}
.BgClassName
{
background-color: #73379C;
}
</style>
border-color css
<style>
span { border-color: #73379C; }
span { border-color: rgb(115,55,156); }
td.TdClassName
{
border-color: #73379C;
}
.TagClassName
{
border-color: #73379C;
}
</style>