Shades of Purple Heart #5429AB
Tints of Purple Heart #5429AB
RGB
CMYK
RGB Variations
Color information
#5429AB (or 0x5429AB) is known color: Purple Heart. HEX triplet: 54, 29 and AB. RGB value is (84,41,171). Sum of RGB (Red+Green+Blue) = 84+41+171=296 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.38% from 296); Green value is 41 (16.41% from 255 or 13.85% from 296); Blue value is 171 (67.19% from 255 or 57.77% from 296); Max value from RGB is 171 - color contains mainly: blue. Hex color #5429AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5429AB is #ABD654. Grayscale: #444444. Windows color (decimal): -11261525 or 11217236. OLE color: 11217236.
HSL color Cylindrical-coordinate representation of color #5429AB: hue angle of 259.85º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5429AB is Cyan = 0.51, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 84 | 41 | 171 | - |
| CMYK | 0.51 | 0.76 | 0 | 0.33 |
| HSL | 259.85º | 0.61% | 0.42% | - |
| HSV(B) | 259.85º | 0.76% | 0.67% | - |
| XYZ | 11.8 | 6.41 | 39.14 | - |
| YUV | 68.68 | 185.75 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 41 | 171 | 0.51 | 0.76 | 0 | 0.33 | 259.85 | 0.61 | 0.42 |
| Hex | 54 | 29 | AB | 33 | 4C | 0 | 21 | 104 | 3D | 2A |
| Octal | 124 | 51 | 253 | 63 | 114 | 0 | 41 | 404 | 75 | 52 |
| Binary | 1010100 | 101001 | 10101011 | 110011 | 1001100 | 0 | 100001 | 100000100 | 111101 | 101010 |
Color Harmonies of #5429AB
Complementary color
Monochromatic Colors of #5429AB
Black with #5429AB
Text Example
Text Example
White with #5429AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5429AB; }
p { color: rgb(84,41,171); }
H1.HeaderClassName
{
color: #5429AB;
}
.AnyTagClassName
{
color: #5429AB;
}
</style>
background-color css
<style>
a { background-color: #5429AB; }
a { background-color: rgb(84,41,171); }
div.DivClassName
{
background-color: #5429AB;
}
.BgClassName
{
background-color: #5429AB;
}
</style>
border-color css
<style>
span { border-color: #5429AB; }
span { border-color: rgb(84,41,171); }
td.TdClassName
{
border-color: #5429AB;
}
.TagClassName
{
border-color: #5429AB;
}
</style>