Shades of Royal Purple #7A31AE
Tints of Royal Purple #7A31AE
RGB
CMYK
RGB Variations
Color information
#7A31AE (or 0x7A31AE) is known color: Royal Purple. HEX triplet: 7A, 31 and AE. RGB value is (122,49,174). Sum of RGB (Red+Green+Blue) = 122+49+174=345 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.36% from 345); Green value is 49 (19.53% from 255 or 14.20% from 345); Blue value is 174 (68.36% from 255 or 50.43% from 345); Max value from RGB is 174 - color contains mainly: blue. Hex color #7A31AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A31AE is #85CE51. Grayscale: #545454. Windows color (decimal): -8769106 or 11415930. OLE color: 11415930.
HSL color Cylindrical-coordinate representation of color #7A31AE: hue angle of 275.04º 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 #7A31AE is Cyan = 0.30, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 122 | 49 | 174 | - |
| CMYK | 0.30 | 0.72 | 0 | 0.32 |
| HSL | 275.04º | 0.56% | 0.44% | - |
| HSV(B) | 275.04º | 0.72% | 0.68% | - |
| XYZ | 16.76 | 9.39 | 40.97 | - |
| YUV | 85.08 | 178.18 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 49 | 174 | 0.30 | 0.72 | 0 | 0.32 | 275.04 | 0.56 | 0.44 |
| Hex | 7A | 31 | AE | 1E | 48 | 0 | 20 | 113 | 38 | 2C |
| Octal | 172 | 61 | 256 | 36 | 110 | 0 | 40 | 423 | 70 | 54 |
| Binary | 1111010 | 110001 | 10101110 | 11110 | 1001000 | 0 | 100000 | 100010011 | 111000 | 101100 |
Color Harmonies of #7A31AE
Complementary color
Monochromatic Colors of #7A31AE
Black with #7A31AE
Text Example
Text Example
White with #7A31AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A31AE; }
p { color: rgb(122,49,174); }
H1.HeaderClassName
{
color: #7A31AE;
}
.AnyTagClassName
{
color: #7A31AE;
}
</style>
background-color css
<style>
a { background-color: #7A31AE; }
a { background-color: rgb(122,49,174); }
div.DivClassName
{
background-color: #7A31AE;
}
.BgClassName
{
background-color: #7A31AE;
}
</style>
border-color css
<style>
span { border-color: #7A31AE; }
span { border-color: rgb(122,49,174); }
td.TdClassName
{
border-color: #7A31AE;
}
.TagClassName
{
border-color: #7A31AE;
}
</style>