Shades of Royal Purple #792DA4
Tints of Royal Purple #792DA4
RGB
CMYK
RGB Variations
Color information
#792DA4 (or 0x792DA4) is known color: Royal Purple. HEX triplet: 79, 2D and A4. RGB value is (121,45,164). Sum of RGB (Red+Green+Blue) = 121+45+164=330 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.67% from 330); Green value is 45 (17.97% from 255 or 13.64% from 330); Blue value is 164 (64.45% from 255 or 49.70% from 330); Max value from RGB is 164 - color contains mainly: blue. Hex color #792DA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #792DA4 is #86D25B. Grayscale: #505050. Windows color (decimal): -8835676 or 10759545. OLE color: 10759545.
HSL color Cylindrical-coordinate representation of color #792DA4: hue angle of 278.32º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #792DA4 is Cyan = 0.26, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 121 | 45 | 164 | - |
| CMYK | 0.26 | 0.73 | 0 | 0.36 |
| HSL | 278.32º | 0.57% | 0.41% | - |
| HSV(B) | 278.32º | 0.73% | 0.64% | - |
| XYZ | 15.52 | 8.62 | 35.97 | - |
| YUV | 81.29 | 174.68 | 156.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 45 | 164 | 0.26 | 0.73 | 0 | 0.36 | 278.32 | 0.57 | 0.41 |
| Hex | 79 | 2D | A4 | 1A | 49 | 0 | 24 | 116 | 39 | 29 |
| Octal | 171 | 55 | 244 | 32 | 111 | 0 | 44 | 426 | 71 | 51 |
| Binary | 1111001 | 101101 | 10100100 | 11010 | 1001001 | 0 | 100100 | 100010110 | 111001 | 101001 |
Color Harmonies of #792DA4
Complementary color
Monochromatic Colors of #792DA4
Black with #792DA4
Text Example
Text Example
White with #792DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792DA4; }
p { color: rgb(121,45,164); }
H1.HeaderClassName
{
color: #792DA4;
}
.AnyTagClassName
{
color: #792DA4;
}
</style>
background-color css
<style>
a { background-color: #792DA4; }
a { background-color: rgb(121,45,164); }
div.DivClassName
{
background-color: #792DA4;
}
.BgClassName
{
background-color: #792DA4;
}
</style>
border-color css
<style>
span { border-color: #792DA4; }
span { border-color: rgb(121,45,164); }
td.TdClassName
{
border-color: #792DA4;
}
.TagClassName
{
border-color: #792DA4;
}
</style>