Shades of Royal Purple #7931AD
Tints of Royal Purple #7931AD
RGB
CMYK
RGB Variations
Color information
#7931AD (or 0x7931AD) is known color: Royal Purple. HEX triplet: 79, 31 and AD. RGB value is (121,49,173). Sum of RGB (Red+Green+Blue) = 121+49+173=343 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.28% from 343); Green value is 49 (19.53% from 255 or 14.29% from 343); Blue value is 173 (67.97% from 255 or 50.44% from 343); Max value from RGB is 173 - color contains mainly: blue. Hex color #7931AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7931AD is #86CE52. Grayscale: #545454. Windows color (decimal): -8834643 or 11350393. OLE color: 11350393.
HSL color Cylindrical-coordinate representation of color #7931AD: hue angle of 274.84º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7931AD is Cyan = 0.30, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 121 | 49 | 173 | - |
| CMYK | 0.30 | 0.72 | 0 | 0.32 |
| HSL | 274.84º | 0.56% | 0.44% | - |
| HSV(B) | 274.84º | 0.72% | 0.68% | - |
| XYZ | 16.53 | 9.28 | 40.46 | - |
| YUV | 84.66 | 177.85 | 153.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 49 | 173 | 0.30 | 0.72 | 0 | 0.32 | 274.84 | 0.56 | 0.44 |
| Hex | 79 | 31 | AD | 1E | 48 | 0 | 20 | 113 | 38 | 2C |
| Octal | 171 | 61 | 255 | 36 | 110 | 0 | 40 | 423 | 70 | 54 |
| Binary | 1111001 | 110001 | 10101101 | 11110 | 1001000 | 0 | 100000 | 100010011 | 111000 | 101100 |
Color Harmonies of #7931AD
Complementary color
Monochromatic Colors of #7931AD
Black with #7931AD
Text Example
Text Example
White with #7931AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7931AD; }
p { color: rgb(121,49,173); }
H1.HeaderClassName
{
color: #7931AD;
}
.AnyTagClassName
{
color: #7931AD;
}
</style>
background-color css
<style>
a { background-color: #7931AD; }
a { background-color: rgb(121,49,173); }
div.DivClassName
{
background-color: #7931AD;
}
.BgClassName
{
background-color: #7931AD;
}
</style>
border-color css
<style>
span { border-color: #7931AD; }
span { border-color: rgb(121,49,173); }
td.TdClassName
{
border-color: #7931AD;
}
.TagClassName
{
border-color: #7931AD;
}
</style>