Shades of Royal Purple #792AAA
Tints of Royal Purple #792AAA
RGB
CMYK
RGB Variations
Color information
#792AAA (or 0x792AAA) is known color: Royal Purple. HEX triplet: 79, 2A and AA. RGB value is (121,42,170). Sum of RGB (Red+Green+Blue) = 121+42+170=333 (44% of max value = 765). Red value is 121 (47.66% from 255 or 36.34% from 333); Green value is 42 (16.80% from 255 or 12.61% from 333); Blue value is 170 (66.80% from 255 or 51.05% from 333); Max value from RGB is 170 - color contains mainly: blue. Hex color #792AAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #792AAA is #86D555. Grayscale: #4F4F4F. Windows color (decimal): -8836438 or 11151993. OLE color: 11151993.
HSL color Cylindrical-coordinate representation of color #792AAA: hue angle of 277.03º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #792AAA is Cyan = 0.29, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 121 | 42 | 170 | - |
| CMYK | 0.29 | 0.75 | 0 | 0.33 |
| HSL | 277.03º | 0.6% | 0.42% | - |
| HSV(B) | 277.03º | 0.75% | 0.67% | - |
| XYZ | 15.97 | 8.62 | 38.85 | - |
| YUV | 80.21 | 178.67 | 157.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 42 | 170 | 0.29 | 0.75 | 0 | 0.33 | 277.03 | 0.6 | 0.42 |
| Hex | 79 | 2A | AA | 1D | 4B | 0 | 21 | 115 | 3C | 2A |
| Octal | 171 | 52 | 252 | 35 | 113 | 0 | 41 | 425 | 74 | 52 |
| Binary | 1111001 | 101010 | 10101010 | 11101 | 1001011 | 0 | 100001 | 100010101 | 111100 | 101010 |
Color Harmonies of #792AAA
Complementary color
Monochromatic Colors of #792AAA
Black with #792AAA
Text Example
Text Example
White with #792AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792AAA; }
p { color: rgb(121,42,170); }
H1.HeaderClassName
{
color: #792AAA;
}
.AnyTagClassName
{
color: #792AAA;
}
</style>
background-color css
<style>
a { background-color: #792AAA; }
a { background-color: rgb(121,42,170); }
div.DivClassName
{
background-color: #792AAA;
}
.BgClassName
{
background-color: #792AAA;
}
</style>
border-color css
<style>
span { border-color: #792AAA; }
span { border-color: rgb(121,42,170); }
td.TdClassName
{
border-color: #792AAA;
}
.TagClassName
{
border-color: #792AAA;
}
</style>