Shades of Royal Purple #7C2EAA
Tints of Royal Purple #7C2EAA
RGB
CMYK
RGB Variations
Color information
#7C2EAA (or 0x7C2EAA) is known color: Royal Purple. HEX triplet: 7C, 2E and AA. RGB value is (124,46,170). Sum of RGB (Red+Green+Blue) = 124+46+170=340 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.47% from 340); Green value is 46 (18.36% from 255 or 13.53% from 340); Blue value is 170 (66.80% from 255 or 50% from 340); Max value from RGB is 170 - color contains mainly: blue. Hex color #7C2EAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C2EAA is #83D155. Grayscale: #535353. Windows color (decimal): -8638806 or 11153020. OLE color: 11153020.
HSL color Cylindrical-coordinate representation of color #7C2EAA: hue angle of 277.74º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7C2EAA is Cyan = 0.27, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 124 | 46 | 170 | - |
| CMYK | 0.27 | 0.73 | 0 | 0.33 |
| HSL | 277.74º | 0.57% | 0.42% | - |
| HSV(B) | 277.74º | 0.73% | 0.67% | - |
| XYZ | 16.54 | 9.14 | 38.92 | - |
| YUV | 83.46 | 176.84 | 156.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 46 | 170 | 0.27 | 0.73 | 0 | 0.33 | 277.74 | 0.57 | 0.42 |
| Hex | 7C | 2E | AA | 1B | 49 | 0 | 21 | 116 | 39 | 2A |
| Octal | 174 | 56 | 252 | 33 | 111 | 0 | 41 | 426 | 71 | 52 |
| Binary | 1111100 | 101110 | 10101010 | 11011 | 1001001 | 0 | 100001 | 100010110 | 111001 | 101010 |
Color Harmonies of #7C2EAA
Complementary color
Monochromatic Colors of #7C2EAA
Black with #7C2EAA
Text Example
Text Example
White with #7C2EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2EAA; }
p { color: rgb(124,46,170); }
H1.HeaderClassName
{
color: #7C2EAA;
}
.AnyTagClassName
{
color: #7C2EAA;
}
</style>
background-color css
<style>
a { background-color: #7C2EAA; }
a { background-color: rgb(124,46,170); }
div.DivClassName
{
background-color: #7C2EAA;
}
.BgClassName
{
background-color: #7C2EAA;
}
</style>
border-color css
<style>
span { border-color: #7C2EAA; }
span { border-color: rgb(124,46,170); }
td.TdClassName
{
border-color: #7C2EAA;
}
.TagClassName
{
border-color: #7C2EAA;
}
</style>