Shades of Purple Heart #542BA9
Tints of Purple Heart #542BA9
RGB
CMYK
RGB Variations
Color information
#542BA9 (or 0x542BA9) is known color: Purple Heart. HEX triplet: 54, 2B and A9. RGB value is (84,43,169). Sum of RGB (Red+Green+Blue) = 84+43+169=296 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.38% from 296); Green value is 43 (17.19% from 255 or 14.53% from 296); Blue value is 169 (66.41% from 255 or 57.09% from 296); Max value from RGB is 169 - color contains mainly: blue. Hex color #542BA9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #542BA9 is #ABD456. Grayscale: #454545. Windows color (decimal): -11261015 or 11086676. OLE color: 11086676.
HSL color Cylindrical-coordinate representation of color #542BA9: hue angle of 259.52º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #542BA9 is Cyan = 0.50, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 84 | 43 | 169 | - |
| CMYK | 0.50 | 0.75 | 0 | 0.34 |
| HSL | 259.52º | 0.59% | 0.42% | - |
| HSV(B) | 259.52º | 0.75% | 0.66% | - |
| XYZ | 11.68 | 6.48 | 38.17 | - |
| YUV | 69.62 | 184.08 | 138.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 43 | 169 | 0.50 | 0.75 | 0 | 0.34 | 259.52 | 0.59 | 0.42 |
| Hex | 54 | 2B | A9 | 32 | 4B | 0 | 22 | 104 | 3B | 2A |
| Octal | 124 | 53 | 251 | 62 | 113 | 0 | 42 | 404 | 73 | 52 |
| Binary | 1010100 | 101011 | 10101001 | 110010 | 1001011 | 0 | 100010 | 100000100 | 111011 | 101010 |
Color Harmonies of #542BA9
Complementary color
Monochromatic Colors of #542BA9
Black with #542BA9
Text Example
Text Example
White with #542BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542BA9; }
p { color: rgb(84,43,169); }
H1.HeaderClassName
{
color: #542BA9;
}
.AnyTagClassName
{
color: #542BA9;
}
</style>
background-color css
<style>
a { background-color: #542BA9; }
a { background-color: rgb(84,43,169); }
div.DivClassName
{
background-color: #542BA9;
}
.BgClassName
{
background-color: #542BA9;
}
</style>
border-color css
<style>
span { border-color: #542BA9; }
span { border-color: rgb(84,43,169); }
td.TdClassName
{
border-color: #542BA9;
}
.TagClassName
{
border-color: #542BA9;
}
</style>