Shades of Royal Purple #7339A1
Tints of Royal Purple #7339A1
RGB
CMYK
RGB Variations
Color information
#7339A1 (or 0x7339A1) is known color: Royal Purple. HEX triplet: 73, 39 and A1. RGB value is (115,57,161). Sum of RGB (Red+Green+Blue) = 115+57+161=333 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.53% from 333); Green value is 57 (22.66% from 255 or 17.12% from 333); Blue value is 161 (63.28% from 255 or 48.35% from 333); Max value from RGB is 161 - color contains mainly: blue. Hex color #7339A1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7339A1 is #8CC65E. Grayscale: #555555. Windows color (decimal): -9225823 or 10566003. OLE color: 10566003.
HSL color Cylindrical-coordinate representation of color #7339A1: hue angle of 273.46º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7339A1 is Cyan = 0.29, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 115 | 57 | 161 | - |
| CMYK | 0.29 | 0.65 | 0 | 0.37 |
| HSL | 273.46º | 0.48% | 0.43% | - |
| HSV(B) | 273.46º | 0.65% | 0.63% | - |
| XYZ | 14.97 | 9.14 | 34.69 | - |
| YUV | 86.2 | 170.22 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 57 | 161 | 0.29 | 0.65 | 0 | 0.37 | 273.46 | 0.48 | 0.43 |
| Hex | 73 | 39 | A1 | 1D | 41 | 0 | 25 | 111 | 30 | 2B |
| Octal | 163 | 71 | 241 | 35 | 101 | 0 | 45 | 421 | 60 | 53 |
| Binary | 1110011 | 111001 | 10100001 | 11101 | 1000001 | 0 | 100101 | 100010001 | 110000 | 101011 |
Color Harmonies of #7339A1
Complementary color
Monochromatic Colors of #7339A1
Black with #7339A1
Text Example
Text Example
White with #7339A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7339A1; }
p { color: rgb(115,57,161); }
H1.HeaderClassName
{
color: #7339A1;
}
.AnyTagClassName
{
color: #7339A1;
}
</style>
background-color css
<style>
a { background-color: #7339A1; }
a { background-color: rgb(115,57,161); }
div.DivClassName
{
background-color: #7339A1;
}
.BgClassName
{
background-color: #7339A1;
}
</style>
border-color css
<style>
span { border-color: #7339A1; }
span { border-color: rgb(115,57,161); }
td.TdClassName
{
border-color: #7339A1;
}
.TagClassName
{
border-color: #7339A1;
}
</style>