Shades of Royal Purple #793AAA
Tints of Royal Purple #793AAA
RGB
CMYK
RGB Variations
Color information
#793AAA (or 0x793AAA) is known color: Royal Purple. HEX triplet: 79, 3A and AA. RGB value is (121,58,170). Sum of RGB (Red+Green+Blue) = 121+58+170=349 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.67% from 349); Green value is 58 (23.05% from 255 or 16.62% from 349); Blue value is 170 (66.80% from 255 or 48.71% from 349); Max value from RGB is 170 - color contains mainly: blue. Hex color #793AAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #793AAA is #86C555. Grayscale: #595959. Windows color (decimal): -8832342 or 11156089. OLE color: 11156089.
HSL color Cylindrical-coordinate representation of color #793AAA: hue angle of 273.75º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #793AAA is Cyan = 0.29, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 121 | 58 | 170 | - |
| CMYK | 0.29 | 0.66 | 0 | 0.33 |
| HSL | 273.75º | 0.49% | 0.45% | - |
| HSV(B) | 273.75º | 0.66% | 0.67% | - |
| XYZ | 16.65 | 9.99 | 39.08 | - |
| YUV | 89.61 | 173.37 | 150.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 58 | 170 | 0.29 | 0.66 | 0 | 0.33 | 273.75 | 0.49 | 0.45 |
| Hex | 79 | 3A | AA | 1D | 42 | 0 | 21 | 112 | 31 | 2D |
| Octal | 171 | 72 | 252 | 35 | 102 | 0 | 41 | 422 | 61 | 55 |
| Binary | 1111001 | 111010 | 10101010 | 11101 | 1000010 | 0 | 100001 | 100010010 | 110001 | 101101 |
Color Harmonies of #793AAA
Complementary color
Monochromatic Colors of #793AAA
Black with #793AAA
Text Example
Text Example
White with #793AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #793AAA; }
p { color: rgb(121,58,170); }
H1.HeaderClassName
{
color: #793AAA;
}
.AnyTagClassName
{
color: #793AAA;
}
</style>
background-color css
<style>
a { background-color: #793AAA; }
a { background-color: rgb(121,58,170); }
div.DivClassName
{
background-color: #793AAA;
}
.BgClassName
{
background-color: #793AAA;
}
</style>
border-color css
<style>
span { border-color: #793AAA; }
span { border-color: rgb(121,58,170); }
td.TdClassName
{
border-color: #793AAA;
}
.TagClassName
{
border-color: #793AAA;
}
</style>