Shades of Purple Heart #4A24AC
Tints of Purple Heart #4A24AC
RGB
CMYK
RGB Variations
Color information
#4A24AC (or 0x4A24AC) is known color: Purple Heart. HEX triplet: 4A, 24 and AC. RGB value is (74,36,172). Sum of RGB (Red+Green+Blue) = 74+36+172=282 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.24% from 282); Green value is 36 (14.45% from 255 or 12.77% from 282); Blue value is 172 (67.58% from 255 or 60.99% from 282); Max value from RGB is 172 - color contains mainly: blue. Hex color #4A24AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A24AC is #B5DB53. Grayscale: #3E3E3E. Windows color (decimal): -11918164 or 11281482. OLE color: 11281482.
HSL color Cylindrical-coordinate representation of color #4A24AC: hue angle of 256.76º 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 #4A24AC is Cyan = 0.57, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 74 | 36 | 172 | - |
| CMYK | 0.57 | 0.79 | 0 | 0.33 |
| HSL | 256.76º | 0.65% | 0.41% | - |
| HSV(B) | 256.76º | 0.79% | 0.67% | - |
| XYZ | 10.9 | 5.7 | 39.55 | - |
| YUV | 62.87 | 189.59 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 36 | 172 | 0.57 | 0.79 | 0 | 0.33 | 256.76 | 0.65 | 0.41 |
| Hex | 4A | 24 | AC | 39 | 4F | 0 | 21 | 101 | 41 | 29 |
| Octal | 112 | 44 | 254 | 71 | 117 | 0 | 41 | 401 | 101 | 51 |
| Binary | 1001010 | 100100 | 10101100 | 111001 | 1001111 | 0 | 100001 | 100000001 | 1000001 | 101001 |
Color Harmonies of #4A24AC
Complementary color
Monochromatic Colors of #4A24AC
Black with #4A24AC
Text Example
Text Example
White with #4A24AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A24AC; }
p { color: rgb(74,36,172); }
H1.HeaderClassName
{
color: #4A24AC;
}
.AnyTagClassName
{
color: #4A24AC;
}
</style>
background-color css
<style>
a { background-color: #4A24AC; }
a { background-color: rgb(74,36,172); }
div.DivClassName
{
background-color: #4A24AC;
}
.BgClassName
{
background-color: #4A24AC;
}
</style>
border-color css
<style>
span { border-color: #4A24AC; }
span { border-color: rgb(74,36,172); }
td.TdClassName
{
border-color: #4A24AC;
}
.TagClassName
{
border-color: #4A24AC;
}
</style>