Shades of Royal Purple #7A32AD
Tints of Royal Purple #7A32AD
RGB
CMYK
RGB Variations
Color information
#7A32AD (or 0x7A32AD) is known color: Royal Purple. HEX triplet: 7A, 32 and AD. RGB value is (122,50,173). Sum of RGB (Red+Green+Blue) = 122+50+173=345 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.36% from 345); Green value is 50 (19.92% from 255 or 14.49% 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 #7A32AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A32AD is #85CD52. Grayscale: #555555. Windows color (decimal): -8768851 or 11350650. OLE color: 11350650.
HSL color Cylindrical-coordinate representation of color #7A32AD: hue angle of 275.12º degrees, saturation: 0.55, 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 #7A32AD is Cyan = 0.29, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 122 | 50 | 173 | - |
| CMYK | 0.29 | 0.71 | 0 | 0.32 |
| HSL | 275.12º | 0.55% | 0.44% | - |
| HSV(B) | 275.12º | 0.71% | 0.68% | - |
| XYZ | 16.71 | 9.44 | 40.48 | - |
| YUV | 85.55 | 177.35 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 50 | 173 | 0.29 | 0.71 | 0 | 0.32 | 275.12 | 0.55 | 0.44 |
| Hex | 7A | 32 | AD | 1D | 47 | 0 | 20 | 113 | 37 | 2C |
| Octal | 172 | 62 | 255 | 35 | 107 | 0 | 40 | 423 | 67 | 54 |
| Binary | 1111010 | 110010 | 10101101 | 11101 | 1000111 | 0 | 100000 | 100010011 | 110111 | 101100 |
Color Harmonies of #7A32AD
Complementary color
Monochromatic Colors of #7A32AD
Black with #7A32AD
Text Example
Text Example
White with #7A32AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A32AD; }
p { color: rgb(122,50,173); }
H1.HeaderClassName
{
color: #7A32AD;
}
.AnyTagClassName
{
color: #7A32AD;
}
</style>
background-color css
<style>
a { background-color: #7A32AD; }
a { background-color: rgb(122,50,173); }
div.DivClassName
{
background-color: #7A32AD;
}
.BgClassName
{
background-color: #7A32AD;
}
</style>
border-color css
<style>
span { border-color: #7A32AD; }
span { border-color: rgb(122,50,173); }
td.TdClassName
{
border-color: #7A32AD;
}
.TagClassName
{
border-color: #7A32AD;
}
</style>