Shades of Royal Purple #792EA5
Tints of Royal Purple #792EA5
RGB
CMYK
RGB Variations
Color information
#792EA5 (or 0x792EA5) is known color: Royal Purple. HEX triplet: 79, 2E and A5. RGB value is (121,46,165). Sum of RGB (Red+Green+Blue) = 121+46+165=332 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.45% from 332); Green value is 46 (18.36% from 255 or 13.86% from 332); Blue value is 165 (64.84% from 255 or 49.70% from 332); Max value from RGB is 165 - color contains mainly: blue. Hex color #792EA5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #792EA5 is #86D15A. Grayscale: #515151. Windows color (decimal): -8835419 or 10825337. OLE color: 10825337.
HSL color Cylindrical-coordinate representation of color #792EA5: hue angle of 277.82º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #792EA5 is Cyan = 0.27, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 121 | 46 | 165 | - |
| CMYK | 0.27 | 0.72 | 0 | 0.35 |
| HSL | 277.82º | 0.56% | 0.41% | - |
| HSV(B) | 277.82º | 0.72% | 0.65% | - |
| XYZ | 15.65 | 8.74 | 36.46 | - |
| YUV | 81.99 | 174.85 | 155.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 46 | 165 | 0.27 | 0.72 | 0 | 0.35 | 277.82 | 0.56 | 0.41 |
| Hex | 79 | 2E | A5 | 1B | 48 | 0 | 23 | 116 | 38 | 29 |
| Octal | 171 | 56 | 245 | 33 | 110 | 0 | 43 | 426 | 70 | 51 |
| Binary | 1111001 | 101110 | 10100101 | 11011 | 1001000 | 0 | 100011 | 100010110 | 111000 | 101001 |
Color Harmonies of #792EA5
Complementary color
Monochromatic Colors of #792EA5
Black with #792EA5
Text Example
Text Example
White with #792EA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792EA5; }
p { color: rgb(121,46,165); }
H1.HeaderClassName
{
color: #792EA5;
}
.AnyTagClassName
{
color: #792EA5;
}
</style>
background-color css
<style>
a { background-color: #792EA5; }
a { background-color: rgb(121,46,165); }
div.DivClassName
{
background-color: #792EA5;
}
.BgClassName
{
background-color: #792EA5;
}
</style>
border-color css
<style>
span { border-color: #792EA5; }
span { border-color: rgb(121,46,165); }
td.TdClassName
{
border-color: #792EA5;
}
.TagClassName
{
border-color: #792EA5;
}
</style>