Shades of Royal Purple #7C3AA9
Tints of Royal Purple #7C3AA9
RGB
CMYK
RGB Variations
Color information
#7C3AA9 (or 0x7C3AA9) is known color: Royal Purple. HEX triplet: 7C, 3A and A9. RGB value is (124,58,169). Sum of RGB (Red+Green+Blue) = 124+58+169=351 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.33% from 351); Green value is 58 (23.05% from 255 or 16.52% from 351); Blue value is 169 (66.41% from 255 or 48.15% from 351); Max value from RGB is 169 - color contains mainly: blue. Hex color #7C3AA9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C3AA9 is #83C556. Grayscale: #5A5A5A. Windows color (decimal): -8635735 or 11090556. OLE color: 11090556.
HSL color Cylindrical-coordinate representation of color #7C3AA9: hue angle of 275.68º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7C3AA9 is Cyan = 0.27, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 124 | 58 | 169 | - |
| CMYK | 0.27 | 0.66 | 0 | 0.34 |
| HSL | 275.68º | 0.49% | 0.45% | - |
| HSV(B) | 275.68º | 0.66% | 0.66% | - |
| XYZ | 16.99 | 10.18 | 38.6 | - |
| YUV | 90.39 | 172.37 | 151.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 58 | 169 | 0.27 | 0.66 | 0 | 0.34 | 275.68 | 0.49 | 0.45 |
| Hex | 7C | 3A | A9 | 1B | 42 | 0 | 22 | 114 | 31 | 2D |
| Octal | 174 | 72 | 251 | 33 | 102 | 0 | 42 | 424 | 61 | 55 |
| Binary | 1111100 | 111010 | 10101001 | 11011 | 1000010 | 0 | 100010 | 100010100 | 110001 | 101101 |
Color Harmonies of #7C3AA9
Complementary color
Monochromatic Colors of #7C3AA9
Black with #7C3AA9
Text Example
Text Example
White with #7C3AA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C3AA9; }
p { color: rgb(124,58,169); }
H1.HeaderClassName
{
color: #7C3AA9;
}
.AnyTagClassName
{
color: #7C3AA9;
}
</style>
background-color css
<style>
a { background-color: #7C3AA9; }
a { background-color: rgb(124,58,169); }
div.DivClassName
{
background-color: #7C3AA9;
}
.BgClassName
{
background-color: #7C3AA9;
}
</style>
border-color css
<style>
span { border-color: #7C3AA9; }
span { border-color: rgb(124,58,169); }
td.TdClassName
{
border-color: #7C3AA9;
}
.TagClassName
{
border-color: #7C3AA9;
}
</style>