Shades of Royal Purple #7E32AC
Tints of Royal Purple #7E32AC
RGB
CMYK
RGB Variations
Color information
#7E32AC (or 0x7E32AC) is known color: Royal Purple. HEX triplet: 7E, 32 and AC. RGB value is (126,50,172). Sum of RGB (Red+Green+Blue) = 126+50+172=348 (46% of max value = 765). Red value is 126 (49.61% from 255 or 36.21% from 348); Green value is 50 (19.92% from 255 or 14.37% from 348); Blue value is 172 (67.58% from 255 or 49.43% from 348); Max value from RGB is 172 - color contains mainly: blue. Hex color #7E32AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E32AC is #81CD53. Grayscale: #565656. Windows color (decimal): -8506708 or 11285118. OLE color: 11285118.
HSL color Cylindrical-coordinate representation of color #7E32AC: hue angle of 277.38º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7E32AC is Cyan = 0.27, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 126 | 50 | 172 | - |
| CMYK | 0.27 | 0.71 | 0 | 0.33 |
| HSL | 277.38º | 0.55% | 0.44% | - |
| HSV(B) | 277.38º | 0.71% | 0.67% | - |
| XYZ | 17.19 | 9.7 | 40 | - |
| YUV | 86.63 | 176.18 | 156.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 50 | 172 | 0.27 | 0.71 | 0 | 0.33 | 277.38 | 0.55 | 0.44 |
| Hex | 7E | 32 | AC | 1B | 47 | 0 | 21 | 115 | 37 | 2C |
| Octal | 176 | 62 | 254 | 33 | 107 | 0 | 41 | 425 | 67 | 54 |
| Binary | 1111110 | 110010 | 10101100 | 11011 | 1000111 | 0 | 100001 | 100010101 | 110111 | 101100 |
Color Harmonies of #7E32AC
Complementary color
Monochromatic Colors of #7E32AC
Black with #7E32AC
Text Example
Text Example
White with #7E32AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E32AC; }
p { color: rgb(126,50,172); }
H1.HeaderClassName
{
color: #7E32AC;
}
.AnyTagClassName
{
color: #7E32AC;
}
</style>
background-color css
<style>
a { background-color: #7E32AC; }
a { background-color: rgb(126,50,172); }
div.DivClassName
{
background-color: #7E32AC;
}
.BgClassName
{
background-color: #7E32AC;
}
</style>
border-color css
<style>
span { border-color: #7E32AC; }
span { border-color: rgb(126,50,172); }
td.TdClassName
{
border-color: #7E32AC;
}
.TagClassName
{
border-color: #7E32AC;
}
</style>