Shades of Royal Purple #7E34AE
Tints of Royal Purple #7E34AE
RGB
CMYK
RGB Variations
Color information
#7E34AE (or 0x7E34AE) is known color: Royal Purple. HEX triplet: 7E, 34 and AE. RGB value is (126,52,174). Sum of RGB (Red+Green+Blue) = 126+52+174=352 (46% of max value = 765). Red value is 126 (49.61% from 255 or 35.80% from 352); Green value is 52 (20.70% from 255 or 14.77% from 352); Blue value is 174 (68.36% from 255 or 49.43% from 352); Max value from RGB is 174 - color contains mainly: blue. Hex color #7E34AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E34AE is #81CB51. Grayscale: #575757. Windows color (decimal): -8506194 or 11416702. OLE color: 11416702.
HSL color Cylindrical-coordinate representation of color #7E34AE: hue angle of 276.39º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7E34AE is Cyan = 0.28, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 126 | 52 | 174 | - |
| CMYK | 0.28 | 0.70 | 0 | 0.32 |
| HSL | 276.39º | 0.54% | 0.44% | - |
| HSV(B) | 276.39º | 0.7% | 0.68% | - |
| XYZ | 17.47 | 9.95 | 41.04 | - |
| YUV | 88.03 | 176.52 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 52 | 174 | 0.28 | 0.70 | 0 | 0.32 | 276.39 | 0.54 | 0.44 |
| Hex | 7E | 34 | AE | 1C | 46 | 0 | 20 | 114 | 36 | 2C |
| Octal | 176 | 64 | 256 | 34 | 106 | 0 | 40 | 424 | 66 | 54 |
| Binary | 1111110 | 110100 | 10101110 | 11100 | 1000110 | 0 | 100000 | 100010100 | 110110 | 101100 |
Color Harmonies of #7E34AE
Complementary color
Monochromatic Colors of #7E34AE
Black with #7E34AE
Text Example
Text Example
White with #7E34AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E34AE; }
p { color: rgb(126,52,174); }
H1.HeaderClassName
{
color: #7E34AE;
}
.AnyTagClassName
{
color: #7E34AE;
}
</style>
background-color css
<style>
a { background-color: #7E34AE; }
a { background-color: rgb(126,52,174); }
div.DivClassName
{
background-color: #7E34AE;
}
.BgClassName
{
background-color: #7E34AE;
}
</style>
border-color css
<style>
span { border-color: #7E34AE; }
span { border-color: rgb(126,52,174); }
td.TdClassName
{
border-color: #7E34AE;
}
.TagClassName
{
border-color: #7E34AE;
}
</style>