Shades of Royal Purple #793DA1
Tints of Royal Purple #793DA1
RGB
CMYK
RGB Variations
Color information
#793DA1 (or 0x793DA1) is known color: Royal Purple. HEX triplet: 79, 3D and A1. RGB value is (121,61,161). Sum of RGB (Red+Green+Blue) = 121+61+161=343 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.28% from 343); Green value is 61 (24.22% from 255 or 17.78% from 343); Blue value is 161 (63.28% from 255 or 46.94% from 343); Max value from RGB is 161 - color contains mainly: blue. Hex color #793DA1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #793DA1 is #86C25E. Grayscale: #5A5A5A. Windows color (decimal): -8831583 or 10567033. OLE color: 10567033.
HSL color Cylindrical-coordinate representation of color #793DA1: hue angle of 276º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #793DA1 is Cyan = 0.25, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 121 | 61 | 161 | - |
| CMYK | 0.25 | 0.62 | 0 | 0.37 |
| HSL | 276º | 0.45% | 0.44% | - |
| HSV(B) | 276º | 0.62% | 0.63% | - |
| XYZ | 15.99 | 9.98 | 34.8 | - |
| YUV | 90.34 | 167.88 | 149.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 61 | 161 | 0.25 | 0.62 | 0 | 0.37 | 276 | 0.45 | 0.44 |
| Hex | 79 | 3D | A1 | 19 | 3E | 0 | 25 | 114 | 2D | 2C |
| Octal | 171 | 75 | 241 | 31 | 76 | 0 | 45 | 424 | 55 | 54 |
| Binary | 1111001 | 111101 | 10100001 | 11001 | 111110 | 0 | 100101 | 100010100 | 101101 | 101100 |
Color Harmonies of #793DA1
Complementary color
Monochromatic Colors of #793DA1
Black with #793DA1
Text Example
Text Example
White with #793DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #793DA1; }
p { color: rgb(121,61,161); }
H1.HeaderClassName
{
color: #793DA1;
}
.AnyTagClassName
{
color: #793DA1;
}
</style>
background-color css
<style>
a { background-color: #793DA1; }
a { background-color: rgb(121,61,161); }
div.DivClassName
{
background-color: #793DA1;
}
.BgClassName
{
background-color: #793DA1;
}
</style>
border-color css
<style>
span { border-color: #793DA1; }
span { border-color: rgb(121,61,161); }
td.TdClassName
{
border-color: #793DA1;
}
.TagClassName
{
border-color: #793DA1;
}
</style>