Shades of Royal Purple #7933AD
Tints of Royal Purple #7933AD
RGB
CMYK
RGB Variations
Color information
#7933AD (or 0x7933AD) is known color: Royal Purple. HEX triplet: 79, 33 and AD. RGB value is (121,51,173). Sum of RGB (Red+Green+Blue) = 121+51+173=345 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.07% from 345); Green value is 51 (20.31% from 255 or 14.78% from 345); Blue value is 173 (67.97% from 255 or 50.14% from 345); Max value from RGB is 173 - color contains mainly: blue. Hex color #7933AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7933AD is #86CC52. Grayscale: #555555. Windows color (decimal): -8834131 or 11350905. OLE color: 11350905.
HSL color Cylindrical-coordinate representation of color #7933AD: hue angle of 274.43º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7933AD is Cyan = 0.30, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 121 | 51 | 173 | - |
| CMYK | 0.30 | 0.71 | 0 | 0.32 |
| HSL | 274.43º | 0.54% | 0.44% | - |
| HSV(B) | 274.43º | 0.71% | 0.68% | - |
| XYZ | 16.61 | 9.45 | 40.48 | - |
| YUV | 85.84 | 177.19 | 153.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 51 | 173 | 0.30 | 0.71 | 0 | 0.32 | 274.43 | 0.54 | 0.44 |
| Hex | 79 | 33 | AD | 1E | 47 | 0 | 20 | 112 | 36 | 2C |
| Octal | 171 | 63 | 255 | 36 | 107 | 0 | 40 | 422 | 66 | 54 |
| Binary | 1111001 | 110011 | 10101101 | 11110 | 1000111 | 0 | 100000 | 100010010 | 110110 | 101100 |
Color Harmonies of #7933AD
Complementary color
Monochromatic Colors of #7933AD
Black with #7933AD
Text Example
Text Example
White with #7933AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7933AD; }
p { color: rgb(121,51,173); }
H1.HeaderClassName
{
color: #7933AD;
}
.AnyTagClassName
{
color: #7933AD;
}
</style>
background-color css
<style>
a { background-color: #7933AD; }
a { background-color: rgb(121,51,173); }
div.DivClassName
{
background-color: #7933AD;
}
.BgClassName
{
background-color: #7933AD;
}
</style>
border-color css
<style>
span { border-color: #7933AD; }
span { border-color: rgb(121,51,173); }
td.TdClassName
{
border-color: #7933AD;
}
.TagClassName
{
border-color: #7933AD;
}
</style>