Shades of Royal Purple #792CAA
Tints of Royal Purple #792CAA
RGB
CMYK
RGB Variations
Color information
#792CAA (or 0x792CAA) is known color: Royal Purple. HEX triplet: 79, 2C and AA. RGB value is (121,44,170). Sum of RGB (Red+Green+Blue) = 121+44+170=335 (44% of max value = 765). Red value is 121 (47.66% from 255 or 36.12% from 335); Green value is 44 (17.58% from 255 or 13.13% from 335); Blue value is 170 (66.80% from 255 or 50.75% from 335); Max value from RGB is 170 - color contains mainly: blue. Hex color #792CAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #792CAA is #86D355. Grayscale: #505050. Windows color (decimal): -8835926 or 11152505. OLE color: 11152505.
HSL color Cylindrical-coordinate representation of color #792CAA: hue angle of 276.67º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #792CAA is Cyan = 0.29, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 121 | 44 | 170 | - |
| CMYK | 0.29 | 0.74 | 0 | 0.33 |
| HSL | 276.67º | 0.59% | 0.42% | - |
| HSV(B) | 276.67º | 0.74% | 0.67% | - |
| XYZ | 16.04 | 8.77 | 38.88 | - |
| YUV | 81.39 | 178.01 | 156.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 44 | 170 | 0.29 | 0.74 | 0 | 0.33 | 276.67 | 0.59 | 0.42 |
| Hex | 79 | 2C | AA | 1D | 4A | 0 | 21 | 115 | 3B | 2A |
| Octal | 171 | 54 | 252 | 35 | 112 | 0 | 41 | 425 | 73 | 52 |
| Binary | 1111001 | 101100 | 10101010 | 11101 | 1001010 | 0 | 100001 | 100010101 | 111011 | 101010 |
Color Harmonies of #792CAA
Complementary color
Monochromatic Colors of #792CAA
Black with #792CAA
Text Example
Text Example
White with #792CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792CAA; }
p { color: rgb(121,44,170); }
H1.HeaderClassName
{
color: #792CAA;
}
.AnyTagClassName
{
color: #792CAA;
}
</style>
background-color css
<style>
a { background-color: #792CAA; }
a { background-color: rgb(121,44,170); }
div.DivClassName
{
background-color: #792CAA;
}
.BgClassName
{
background-color: #792CAA;
}
</style>
border-color css
<style>
span { border-color: #792CAA; }
span { border-color: rgb(121,44,170); }
td.TdClassName
{
border-color: #792CAA;
}
.TagClassName
{
border-color: #792CAA;
}
</style>