Shades of Purple Heart #4A24AE
Tints of Purple Heart #4A24AE
RGB
CMYK
RGB Variations
Color information
#4A24AE (or 0x4A24AE) is known color: Purple Heart. HEX triplet: 4A, 24 and AE. RGB value is (74,36,174). Sum of RGB (Red+Green+Blue) = 74+36+174=284 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.06% from 284); Green value is 36 (14.45% from 255 or 12.68% from 284); Blue value is 174 (68.36% from 255 or 61.27% from 284); Max value from RGB is 174 - color contains mainly: blue. Hex color #4A24AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A24AE is #B5DB51. Grayscale: #3E3E3E. Windows color (decimal): -11918162 or 11412554. OLE color: 11412554.
HSL color Cylindrical-coordinate representation of color #4A24AE: hue angle of 256.52º 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 #4A24AE is Cyan = 0.57, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 74 | 36 | 174 | - |
| CMYK | 0.57 | 0.79 | 0 | 0.32 |
| HSL | 256.52º | 0.66% | 0.41% | - |
| HSV(B) | 256.52º | 0.79% | 0.68% | - |
| XYZ | 11.09 | 5.77 | 40.57 | - |
| YUV | 63.09 | 190.59 | 135.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 36 | 174 | 0.57 | 0.79 | 0 | 0.32 | 256.52 | 0.66 | 0.41 |
| Hex | 4A | 24 | AE | 39 | 4F | 0 | 20 | 101 | 42 | 29 |
| Octal | 112 | 44 | 256 | 71 | 117 | 0 | 40 | 401 | 102 | 51 |
| Binary | 1001010 | 100100 | 10101110 | 111001 | 1001111 | 0 | 100000 | 100000001 | 1000010 | 101001 |
Color Harmonies of #4A24AE
Complementary color
Monochromatic Colors of #4A24AE
Black with #4A24AE
Text Example
Text Example
White with #4A24AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A24AE; }
p { color: rgb(74,36,174); }
H1.HeaderClassName
{
color: #4A24AE;
}
.AnyTagClassName
{
color: #4A24AE;
}
</style>
background-color css
<style>
a { background-color: #4A24AE; }
a { background-color: rgb(74,36,174); }
div.DivClassName
{
background-color: #4A24AE;
}
.BgClassName
{
background-color: #4A24AE;
}
</style>
border-color css
<style>
span { border-color: #4A24AE; }
span { border-color: rgb(74,36,174); }
td.TdClassName
{
border-color: #4A24AE;
}
.TagClassName
{
border-color: #4A24AE;
}
</style>