Shades of Royal Purple #7E2CAC
Tints of Royal Purple #7E2CAC
RGB
CMYK
RGB Variations
Color information
#7E2CAC (or 0x7E2CAC) is known color: Royal Purple. HEX triplet: 7E, 2C and AC. RGB value is (126,44,172). Sum of RGB (Red+Green+Blue) = 126+44+172=342 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.84% from 342); Green value is 44 (17.58% from 255 or 12.87% from 342); Blue value is 172 (67.58% from 255 or 50.29% from 342); Max value from RGB is 172 - color contains mainly: blue. Hex color #7E2CAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E2CAC is #81D353. Grayscale: #525252. Windows color (decimal): -8508244 or 11283582. OLE color: 11283582.
HSL color Cylindrical-coordinate representation of color #7E2CAC: hue angle of 278.44º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7E2CAC is Cyan = 0.27, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 126 | 44 | 172 | - |
| CMYK | 0.27 | 0.74 | 0 | 0.33 |
| HSL | 278.44º | 0.59% | 0.42% | - |
| HSV(B) | 278.44º | 0.74% | 0.67% | - |
| XYZ | 16.95 | 9.22 | 39.92 | - |
| YUV | 83.11 | 178.17 | 158.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 44 | 172 | 0.27 | 0.74 | 0 | 0.33 | 278.44 | 0.59 | 0.42 |
| Hex | 7E | 2C | AC | 1B | 4A | 0 | 21 | 116 | 3B | 2A |
| Octal | 176 | 54 | 254 | 33 | 112 | 0 | 41 | 426 | 73 | 52 |
| Binary | 1111110 | 101100 | 10101100 | 11011 | 1001010 | 0 | 100001 | 100010110 | 111011 | 101010 |
Color Harmonies of #7E2CAC
Complementary color
Monochromatic Colors of #7E2CAC
Black with #7E2CAC
Text Example
Text Example
White with #7E2CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E2CAC; }
p { color: rgb(126,44,172); }
H1.HeaderClassName
{
color: #7E2CAC;
}
.AnyTagClassName
{
color: #7E2CAC;
}
</style>
background-color css
<style>
a { background-color: #7E2CAC; }
a { background-color: rgb(126,44,172); }
div.DivClassName
{
background-color: #7E2CAC;
}
.BgClassName
{
background-color: #7E2CAC;
}
</style>
border-color css
<style>
span { border-color: #7E2CAC; }
span { border-color: rgb(126,44,172); }
td.TdClassName
{
border-color: #7E2CAC;
}
.TagClassName
{
border-color: #7E2CAC;
}
</style>