Shades of Royal Purple #7A31AC
Tints of Royal Purple #7A31AC
RGB
CMYK
RGB Variations
Color information
#7A31AC (or 0x7A31AC) is known color: Royal Purple. HEX triplet: 7A, 31 and AC. RGB value is (122,49,172). Sum of RGB (Red+Green+Blue) = 122+49+172=343 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.57% from 343); Green value is 49 (19.53% from 255 or 14.29% from 343); Blue value is 172 (67.58% from 255 or 50.15% from 343); Max value from RGB is 172 - color contains mainly: blue. Hex color #7A31AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A31AC is #85CE53. Grayscale: #545454. Windows color (decimal): -8769108 or 11284858. OLE color: 11284858.
HSL color Cylindrical-coordinate representation of color #7A31AC: hue angle of 275.61º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7A31AC is Cyan = 0.29, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 49 | 172 | - |
| CMYK | 0.29 | 0.72 | 0 | 0.33 |
| HSL | 275.61º | 0.56% | 0.43% | - |
| HSV(B) | 275.61º | 0.72% | 0.67% | - |
| XYZ | 16.57 | 9.31 | 39.95 | - |
| YUV | 84.85 | 177.18 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 49 | 172 | 0.29 | 0.72 | 0 | 0.33 | 275.61 | 0.56 | 0.43 |
| Hex | 7A | 31 | AC | 1D | 48 | 0 | 21 | 114 | 38 | 2B |
| Octal | 172 | 61 | 254 | 35 | 110 | 0 | 41 | 424 | 70 | 53 |
| Binary | 1111010 | 110001 | 10101100 | 11101 | 1001000 | 0 | 100001 | 100010100 | 111000 | 101011 |
Color Harmonies of #7A31AC
Complementary color
Monochromatic Colors of #7A31AC
Black with #7A31AC
Text Example
Text Example
White with #7A31AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A31AC; }
p { color: rgb(122,49,172); }
H1.HeaderClassName
{
color: #7A31AC;
}
.AnyTagClassName
{
color: #7A31AC;
}
</style>
background-color css
<style>
a { background-color: #7A31AC; }
a { background-color: rgb(122,49,172); }
div.DivClassName
{
background-color: #7A31AC;
}
.BgClassName
{
background-color: #7A31AC;
}
</style>
border-color css
<style>
span { border-color: #7A31AC; }
span { border-color: rgb(122,49,172); }
td.TdClassName
{
border-color: #7A31AC;
}
.TagClassName
{
border-color: #7A31AC;
}
</style>