Shades of Purple Heart #5424AB
Tints of Purple Heart #5424AB
RGB
CMYK
RGB Variations
Color information
#5424AB (or 0x5424AB) is known color: Purple Heart. HEX triplet: 54, 24 and AB. RGB value is (84,36,171). Sum of RGB (Red+Green+Blue) = 84+36+171=291 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.87% from 291); Green value is 36 (14.45% from 255 or 12.37% from 291); Blue value is 171 (67.19% from 255 or 58.76% from 291); Max value from RGB is 171 - color contains mainly: blue. Hex color #5424AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5424AB is #ABDB54. Grayscale: #414141. Windows color (decimal): -11262805 or 11215956. OLE color: 11215956.
HSL color Cylindrical-coordinate representation of color #5424AB: hue angle of 261.33º 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 #5424AB is Cyan = 0.51, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 84 | 36 | 171 | - |
| CMYK | 0.51 | 0.79 | 0 | 0.33 |
| HSL | 261.33º | 0.65% | 0.41% | - |
| HSV(B) | 261.33º | 0.79% | 0.67% | - |
| XYZ | 11.64 | 6.09 | 39.09 | - |
| YUV | 65.74 | 187.4 | 141.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 36 | 171 | 0.51 | 0.79 | 0 | 0.33 | 261.33 | 0.65 | 0.41 |
| Hex | 54 | 24 | AB | 33 | 4F | 0 | 21 | 105 | 41 | 29 |
| Octal | 124 | 44 | 253 | 63 | 117 | 0 | 41 | 405 | 101 | 51 |
| Binary | 1010100 | 100100 | 10101011 | 110011 | 1001111 | 0 | 100001 | 100000101 | 1000001 | 101001 |
Color Harmonies of #5424AB
Complementary color
Monochromatic Colors of #5424AB
Black with #5424AB
Text Example
Text Example
White with #5424AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5424AB; }
p { color: rgb(84,36,171); }
H1.HeaderClassName
{
color: #5424AB;
}
.AnyTagClassName
{
color: #5424AB;
}
</style>
background-color css
<style>
a { background-color: #5424AB; }
a { background-color: rgb(84,36,171); }
div.DivClassName
{
background-color: #5424AB;
}
.BgClassName
{
background-color: #5424AB;
}
</style>
border-color css
<style>
span { border-color: #5424AB; }
span { border-color: rgb(84,36,171); }
td.TdClassName
{
border-color: #5424AB;
}
.TagClassName
{
border-color: #5424AB;
}
</style>