Shades of Royal Purple #793D9F
Tints of Royal Purple #793D9F
RGB
CMYK
RGB Variations
Color information
#793D9F (or 0x793D9F) is known color: Royal Purple. HEX triplet: 79, 3D and 9F. RGB value is (121,61,159). Sum of RGB (Red+Green+Blue) = 121+61+159=341 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.48% from 341); Green value is 61 (24.22% from 255 or 17.89% from 341); Blue value is 159 (62.5% from 255 or 46.63% from 341); Max value from RGB is 159 - color contains mainly: blue. Hex color #793D9F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #793D9F is #86C260. Grayscale: #595959. Windows color (decimal): -8831585 or 10435961. OLE color: 10435961.
HSL color Cylindrical-coordinate representation of color #793D9F: hue angle of 276.73º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #793D9F is Cyan = 0.24, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 121 | 61 | 159 | - |
| CMYK | 0.24 | 0.62 | 0 | 0.38 |
| HSL | 276.73º | 0.45% | 0.43% | - |
| HSV(B) | 276.73º | 0.62% | 0.62% | - |
| XYZ | 15.81 | 9.91 | 33.88 | - |
| YUV | 90.11 | 166.88 | 150.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 61 | 159 | 0.24 | 0.62 | 0 | 0.38 | 276.73 | 0.45 | 0.43 |
| Hex | 79 | 3D | 9F | 18 | 3E | 0 | 26 | 115 | 2D | 2B |
| Octal | 171 | 75 | 237 | 30 | 76 | 0 | 46 | 425 | 55 | 53 |
| Binary | 1111001 | 111101 | 10011111 | 11000 | 111110 | 0 | 100110 | 100010101 | 101101 | 101011 |
Color Harmonies of #793D9F
Complementary color
Monochromatic Colors of #793D9F
Black with #793D9F
Text Example
Text Example
White with #793D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #793D9F; }
p { color: rgb(121,61,159); }
H1.HeaderClassName
{
color: #793D9F;
}
.AnyTagClassName
{
color: #793D9F;
}
</style>
background-color css
<style>
a { background-color: #793D9F; }
a { background-color: rgb(121,61,159); }
div.DivClassName
{
background-color: #793D9F;
}
.BgClassName
{
background-color: #793D9F;
}
</style>
border-color css
<style>
span { border-color: #793D9F; }
span { border-color: rgb(121,61,159); }
td.TdClassName
{
border-color: #793D9F;
}
.TagClassName
{
border-color: #793D9F;
}
</style>