Shades of Royal Purple #7E31AE
Tints of Royal Purple #7E31AE
RGB
CMYK
RGB Variations
Color information
#7E31AE (or 0x7E31AE) is known color: Royal Purple. HEX triplet: 7E, 31 and AE. RGB value is (126,49,174). Sum of RGB (Red+Green+Blue) = 126+49+174=349 (46% of max value = 765). Red value is 126 (49.61% from 255 or 36.10% from 349); Green value is 49 (19.53% from 255 or 14.04% from 349); Blue value is 174 (68.36% from 255 or 49.86% from 349); Max value from RGB is 174 - color contains mainly: blue. Hex color #7E31AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E31AE is #81CE51. Grayscale: #555555. Windows color (decimal): -8506962 or 11415934. OLE color: 11415934.
HSL color Cylindrical-coordinate representation of color #7E31AE: hue angle of 276.96º 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 #7E31AE is Cyan = 0.28, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 126 | 49 | 174 | - |
| CMYK | 0.28 | 0.72 | 0 | 0.32 |
| HSL | 276.96º | 0.56% | 0.44% | - |
| HSV(B) | 276.96º | 0.72% | 0.68% | - |
| XYZ | 17.34 | 9.69 | 41 | - |
| YUV | 86.27 | 177.51 | 156.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 49 | 174 | 0.28 | 0.72 | 0 | 0.32 | 276.96 | 0.56 | 0.44 |
| Hex | 7E | 31 | AE | 1C | 48 | 0 | 20 | 115 | 38 | 2C |
| Octal | 176 | 61 | 256 | 34 | 110 | 0 | 40 | 425 | 70 | 54 |
| Binary | 1111110 | 110001 | 10101110 | 11100 | 1001000 | 0 | 100000 | 100010101 | 111000 | 101100 |
Color Harmonies of #7E31AE
Complementary color
Monochromatic Colors of #7E31AE
Black with #7E31AE
Text Example
Text Example
White with #7E31AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E31AE; }
p { color: rgb(126,49,174); }
H1.HeaderClassName
{
color: #7E31AE;
}
.AnyTagClassName
{
color: #7E31AE;
}
</style>
background-color css
<style>
a { background-color: #7E31AE; }
a { background-color: rgb(126,49,174); }
div.DivClassName
{
background-color: #7E31AE;
}
.BgClassName
{
background-color: #7E31AE;
}
</style>
border-color css
<style>
span { border-color: #7E31AE; }
span { border-color: rgb(126,49,174); }
td.TdClassName
{
border-color: #7E31AE;
}
.TagClassName
{
border-color: #7E31AE;
}
</style>