Shades of Purple Heart #7A24AE
Tints of Purple Heart #7A24AE
RGB
CMYK
RGB Variations
Color information
#7A24AE (or 0x7A24AE) is known color: Purple Heart. HEX triplet: 7A, 24 and AE. RGB value is (122,36,174). Sum of RGB (Red+Green+Blue) = 122+36+174=332 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.75% from 332); Green value is 36 (14.45% from 255 or 10.84% from 332); Blue value is 174 (68.36% from 255 or 52.41% from 332); Max value from RGB is 174 - color contains mainly: blue. Hex color #7A24AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A24AE is #85DB51. Grayscale: #4C4C4C. Windows color (decimal): -8772434 or 11412602. OLE color: 11412602.
HSL color Cylindrical-coordinate representation of color #7A24AE: hue angle of 277.39º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7A24AE is Cyan = 0.30, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 122 | 36 | 174 | - |
| CMYK | 0.30 | 0.79 | 0 | 0.32 |
| HSL | 277.39º | 0.66% | 0.41% | - |
| HSV(B) | 277.39º | 0.79% | 0.68% | - |
| XYZ | 16.3 | 8.46 | 40.82 | - |
| YUV | 77.45 | 182.49 | 159.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 36 | 174 | 0.30 | 0.79 | 0 | 0.32 | 277.39 | 0.66 | 0.41 |
| Hex | 7A | 24 | AE | 1E | 4F | 0 | 20 | 115 | 42 | 29 |
| Octal | 172 | 44 | 256 | 36 | 117 | 0 | 40 | 425 | 102 | 51 |
| Binary | 1111010 | 100100 | 10101110 | 11110 | 1001111 | 0 | 100000 | 100010101 | 1000010 | 101001 |
Color Harmonies of #7A24AE
Complementary color
Monochromatic Colors of #7A24AE
Black with #7A24AE
Text Example
Text Example
White with #7A24AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A24AE; }
p { color: rgb(122,36,174); }
H1.HeaderClassName
{
color: #7A24AE;
}
.AnyTagClassName
{
color: #7A24AE;
}
</style>
background-color css
<style>
a { background-color: #7A24AE; }
a { background-color: rgb(122,36,174); }
div.DivClassName
{
background-color: #7A24AE;
}
.BgClassName
{
background-color: #7A24AE;
}
</style>
border-color css
<style>
span { border-color: #7A24AE; }
span { border-color: rgb(122,36,174); }
td.TdClassName
{
border-color: #7A24AE;
}
.TagClassName
{
border-color: #7A24AE;
}
</style>