Shades of Royal Purple #7E34AC
Tints of Royal Purple #7E34AC
RGB
CMYK
RGB Variations
Color information
#7E34AC (or 0x7E34AC) is known color: Royal Purple. HEX triplet: 7E, 34 and AC. RGB value is (126,52,172). Sum of RGB (Red+Green+Blue) = 126+52+172=350 (46% of max value = 765). Red value is 126 (49.61% from 255 or 36% from 350); Green value is 52 (20.70% from 255 or 14.86% from 350); Blue value is 172 (67.58% from 255 or 49.14% from 350); Max value from RGB is 172 - color contains mainly: blue. Hex color #7E34AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E34AC is #81CB53. Grayscale: #575757. Windows color (decimal): -8506196 or 11285630. OLE color: 11285630.
HSL color Cylindrical-coordinate representation of color #7E34AC: hue angle of 277º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7E34AC is Cyan = 0.27, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 126 | 52 | 172 | - |
| CMYK | 0.27 | 0.70 | 0 | 0.33 |
| HSL | 277º | 0.54% | 0.44% | - |
| HSV(B) | 277º | 0.7% | 0.67% | - |
| XYZ | 17.28 | 9.87 | 40.02 | - |
| YUV | 87.81 | 175.52 | 155.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 52 | 172 | 0.27 | 0.70 | 0 | 0.33 | 277 | 0.54 | 0.44 |
| Hex | 7E | 34 | AC | 1B | 46 | 0 | 21 | 115 | 36 | 2C |
| Octal | 176 | 64 | 254 | 33 | 106 | 0 | 41 | 425 | 66 | 54 |
| Binary | 1111110 | 110100 | 10101100 | 11011 | 1000110 | 0 | 100001 | 100010101 | 110110 | 101100 |
Color Harmonies of #7E34AC
Complementary color
Monochromatic Colors of #7E34AC
Black with #7E34AC
Text Example
Text Example
White with #7E34AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E34AC; }
p { color: rgb(126,52,172); }
H1.HeaderClassName
{
color: #7E34AC;
}
.AnyTagClassName
{
color: #7E34AC;
}
</style>
background-color css
<style>
a { background-color: #7E34AC; }
a { background-color: rgb(126,52,172); }
div.DivClassName
{
background-color: #7E34AC;
}
.BgClassName
{
background-color: #7E34AC;
}
</style>
border-color css
<style>
span { border-color: #7E34AC; }
span { border-color: rgb(126,52,172); }
td.TdClassName
{
border-color: #7E34AC;
}
.TagClassName
{
border-color: #7E34AC;
}
</style>