Shades of Royal Purple #7A24AC
Tints of Royal Purple #7A24AC
RGB
CMYK
RGB Variations
Color information
#7A24AC (or 0x7A24AC) is known color: Royal Purple. HEX triplet: 7A, 24 and AC. RGB value is (122,36,172). Sum of RGB (Red+Green+Blue) = 122+36+172=330 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.97% from 330); Green value is 36 (14.45% from 255 or 10.91% from 330); Blue value is 172 (67.58% from 255 or 52.12% from 330); Max value from RGB is 172 - color contains mainly: blue. Hex color #7A24AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A24AC is #85DB53. Grayscale: #4C4C4C. Windows color (decimal): -8772436 or 11281530. OLE color: 11281530.
HSL color Cylindrical-coordinate representation of color #7A24AC: hue angle of 277.94º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7A24AC is Cyan = 0.29, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 36 | 172 | - |
| CMYK | 0.29 | 0.79 | 0 | 0.33 |
| HSL | 277.94º | 0.65% | 0.41% | - |
| HSV(B) | 277.94º | 0.79% | 0.67% | - |
| XYZ | 16.1 | 8.38 | 39.8 | - |
| YUV | 77.22 | 181.49 | 159.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 36 | 172 | 0.29 | 0.79 | 0 | 0.33 | 277.94 | 0.65 | 0.41 |
| Hex | 7A | 24 | AC | 1D | 4F | 0 | 21 | 116 | 41 | 29 |
| Octal | 172 | 44 | 254 | 35 | 117 | 0 | 41 | 426 | 101 | 51 |
| Binary | 1111010 | 100100 | 10101100 | 11101 | 1001111 | 0 | 100001 | 100010110 | 1000001 | 101001 |
Color Harmonies of #7A24AC
Complementary color
Monochromatic Colors of #7A24AC
Black with #7A24AC
Text Example
Text Example
White with #7A24AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A24AC; }
p { color: rgb(122,36,172); }
H1.HeaderClassName
{
color: #7A24AC;
}
.AnyTagClassName
{
color: #7A24AC;
}
</style>
background-color css
<style>
a { background-color: #7A24AC; }
a { background-color: rgb(122,36,172); }
div.DivClassName
{
background-color: #7A24AC;
}
.BgClassName
{
background-color: #7A24AC;
}
</style>
border-color css
<style>
span { border-color: #7A24AC; }
span { border-color: rgb(122,36,172); }
td.TdClassName
{
border-color: #7A24AC;
}
.TagClassName
{
border-color: #7A24AC;
}
</style>