Shades of Royal Purple #7939A9
Tints of Royal Purple #7939A9
RGB
CMYK
RGB Variations
Color information
#7939A9 (or 0x7939A9) is known color: Royal Purple. HEX triplet: 79, 39 and A9. RGB value is (121,57,169). Sum of RGB (Red+Green+Blue) = 121+57+169=347 (45% of max value = 765). Red value is 121 (47.66% from 255 or 34.87% from 347); Green value is 57 (22.66% from 255 or 16.43% from 347); Blue value is 169 (66.41% from 255 or 48.70% from 347); Max value from RGB is 169 - color contains mainly: blue. Hex color #7939A9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7939A9 is #86C656. Grayscale: #585858. Windows color (decimal): -8832599 or 11090297. OLE color: 11090297.
HSL color Cylindrical-coordinate representation of color #7939A9: hue angle of 274.29º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7939A9 is Cyan = 0.28, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 121 | 57 | 169 | - |
| CMYK | 0.28 | 0.66 | 0 | 0.34 |
| HSL | 274.29º | 0.5% | 0.44% | - |
| HSV(B) | 274.29º | 0.66% | 0.66% | - |
| XYZ | 16.51 | 9.86 | 38.57 | - |
| YUV | 88.9 | 173.2 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 57 | 169 | 0.28 | 0.66 | 0 | 0.34 | 274.29 | 0.5 | 0.44 |
| Hex | 79 | 39 | A9 | 1C | 42 | 0 | 22 | 112 | 32 | 2C |
| Octal | 171 | 71 | 251 | 34 | 102 | 0 | 42 | 422 | 62 | 54 |
| Binary | 1111001 | 111001 | 10101001 | 11100 | 1000010 | 0 | 100010 | 100010010 | 110010 | 101100 |
Color Harmonies of #7939A9
Complementary color
Monochromatic Colors of #7939A9
Black with #7939A9
Text Example
Text Example
White with #7939A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7939A9; }
p { color: rgb(121,57,169); }
H1.HeaderClassName
{
color: #7939A9;
}
.AnyTagClassName
{
color: #7939A9;
}
</style>
background-color css
<style>
a { background-color: #7939A9; }
a { background-color: rgb(121,57,169); }
div.DivClassName
{
background-color: #7939A9;
}
.BgClassName
{
background-color: #7939A9;
}
</style>
border-color css
<style>
span { border-color: #7939A9; }
span { border-color: rgb(121,57,169); }
td.TdClassName
{
border-color: #7939A9;
}
.TagClassName
{
border-color: #7939A9;
}
</style>