Shades of Royal Purple #7C2AAA
Tints of Royal Purple #7C2AAA
RGB
CMYK
RGB Variations
Color information
#7C2AAA (or 0x7C2AAA) is known color: Royal Purple. HEX triplet: 7C, 2A and AA. RGB value is (124,42,170). Sum of RGB (Red+Green+Blue) = 124+42+170=336 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.90% from 336); Green value is 42 (16.80% from 255 or 12.5% from 336); Blue value is 170 (66.80% from 255 or 50.60% from 336); Max value from RGB is 170 - color contains mainly: blue. Hex color #7C2AAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C2AAA is #83D555. Grayscale: #505050. Windows color (decimal): -8639830 or 11151996. OLE color: 11151996.
HSL color Cylindrical-coordinate representation of color #7C2AAA: hue angle of 278.44º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7C2AAA is Cyan = 0.27, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 124 | 42 | 170 | - |
| CMYK | 0.27 | 0.75 | 0 | 0.33 |
| HSL | 278.44º | 0.6% | 0.42% | - |
| HSV(B) | 278.44º | 0.75% | 0.67% | - |
| XYZ | 16.4 | 8.84 | 38.87 | - |
| YUV | 81.11 | 178.17 | 158.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 42 | 170 | 0.27 | 0.75 | 0 | 0.33 | 278.44 | 0.6 | 0.42 |
| Hex | 7C | 2A | AA | 1B | 4B | 0 | 21 | 116 | 3C | 2A |
| Octal | 174 | 52 | 252 | 33 | 113 | 0 | 41 | 426 | 74 | 52 |
| Binary | 1111100 | 101010 | 10101010 | 11011 | 1001011 | 0 | 100001 | 100010110 | 111100 | 101010 |
Color Harmonies of #7C2AAA
Complementary color
Monochromatic Colors of #7C2AAA
Black with #7C2AAA
Text Example
Text Example
White with #7C2AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2AAA; }
p { color: rgb(124,42,170); }
H1.HeaderClassName
{
color: #7C2AAA;
}
.AnyTagClassName
{
color: #7C2AAA;
}
</style>
background-color css
<style>
a { background-color: #7C2AAA; }
a { background-color: rgb(124,42,170); }
div.DivClassName
{
background-color: #7C2AAA;
}
.BgClassName
{
background-color: #7C2AAA;
}
</style>
border-color css
<style>
span { border-color: #7C2AAA; }
span { border-color: rgb(124,42,170); }
td.TdClassName
{
border-color: #7C2AAA;
}
.TagClassName
{
border-color: #7C2AAA;
}
</style>