Shades of Royal Purple #7C2BAE
Tints of Royal Purple #7C2BAE
RGB
CMYK
RGB Variations
Color information
#7C2BAE (or 0x7C2BAE) is known color: Royal Purple. HEX triplet: 7C, 2B and AE. RGB value is (124,43,174). Sum of RGB (Red+Green+Blue) = 124+43+174=341 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.36% from 341); Green value is 43 (17.19% from 255 or 12.61% from 341); Blue value is 174 (68.36% from 255 or 51.03% from 341); Max value from RGB is 174 - color contains mainly: blue. Hex color #7C2BAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C2BAE is #83D451. Grayscale: #515151. Windows color (decimal): -8639570 or 11414396. OLE color: 11414396.
HSL color Cylindrical-coordinate representation of color #7C2BAE: hue angle of 277.1º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7C2BAE is Cyan = 0.29, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 124 | 43 | 174 | - |
| CMYK | 0.29 | 0.75 | 0 | 0.32 |
| HSL | 277.1º | 0.6% | 0.43% | - |
| HSV(B) | 277.1º | 0.75% | 0.68% | - |
| XYZ | 16.82 | 9.07 | 40.91 | - |
| YUV | 82.15 | 179.84 | 157.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 43 | 174 | 0.29 | 0.75 | 0 | 0.32 | 277.1 | 0.6 | 0.43 |
| Hex | 7C | 2B | AE | 1D | 4B | 0 | 20 | 115 | 3C | 2B |
| Octal | 174 | 53 | 256 | 35 | 113 | 0 | 40 | 425 | 74 | 53 |
| Binary | 1111100 | 101011 | 10101110 | 11101 | 1001011 | 0 | 100000 | 100010101 | 111100 | 101011 |
Color Harmonies of #7C2BAE
Complementary color
Monochromatic Colors of #7C2BAE
Black with #7C2BAE
Text Example
Text Example
White with #7C2BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2BAE; }
p { color: rgb(124,43,174); }
H1.HeaderClassName
{
color: #7C2BAE;
}
.AnyTagClassName
{
color: #7C2BAE;
}
</style>
background-color css
<style>
a { background-color: #7C2BAE; }
a { background-color: rgb(124,43,174); }
div.DivClassName
{
background-color: #7C2BAE;
}
.BgClassName
{
background-color: #7C2BAE;
}
</style>
border-color css
<style>
span { border-color: #7C2BAE; }
span { border-color: rgb(124,43,174); }
td.TdClassName
{
border-color: #7C2BAE;
}
.TagClassName
{
border-color: #7C2BAE;
}
</style>