Shades of Royal Purple #793BAD
Tints of Royal Purple #793BAD
RGB
CMYK
RGB Variations
Color information
#793BAD (or 0x793BAD) is known color: Royal Purple. HEX triplet: 79, 3B and AD. RGB value is (121,59,173). Sum of RGB (Red+Green+Blue) = 121+59+173=353 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.28% from 353); Green value is 59 (23.44% from 255 or 16.71% from 353); Blue value is 173 (67.97% from 255 or 49.01% from 353); Max value from RGB is 173 - color contains mainly: blue. Hex color #793BAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #793BAD is #86C452. Grayscale: #5A5A5A. Windows color (decimal): -8832083 or 11352953. OLE color: 11352953.
HSL color Cylindrical-coordinate representation of color #793BAD: hue angle of 272.63º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #793BAD is Cyan = 0.30, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 121 | 59 | 173 | - |
| CMYK | 0.30 | 0.66 | 0 | 0.32 |
| HSL | 272.63º | 0.49% | 0.45% | - |
| HSV(B) | 272.63º | 0.66% | 0.68% | - |
| XYZ | 16.99 | 10.21 | 40.61 | - |
| YUV | 90.53 | 174.54 | 149.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 59 | 173 | 0.30 | 0.66 | 0 | 0.32 | 272.63 | 0.49 | 0.45 |
| Hex | 79 | 3B | AD | 1E | 42 | 0 | 20 | 111 | 31 | 2D |
| Octal | 171 | 73 | 255 | 36 | 102 | 0 | 40 | 421 | 61 | 55 |
| Binary | 1111001 | 111011 | 10101101 | 11110 | 1000010 | 0 | 100000 | 100010001 | 110001 | 101101 |
Color Harmonies of #793BAD
Complementary color
Monochromatic Colors of #793BAD
Black with #793BAD
Text Example
Text Example
White with #793BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #793BAD; }
p { color: rgb(121,59,173); }
H1.HeaderClassName
{
color: #793BAD;
}
.AnyTagClassName
{
color: #793BAD;
}
</style>
background-color css
<style>
a { background-color: #793BAD; }
a { background-color: rgb(121,59,173); }
div.DivClassName
{
background-color: #793BAD;
}
.BgClassName
{
background-color: #793BAD;
}
</style>
border-color css
<style>
span { border-color: #793BAD; }
span { border-color: rgb(121,59,173); }
td.TdClassName
{
border-color: #793BAD;
}
.TagClassName
{
border-color: #793BAD;
}
</style>