Shades of Purple Heart #542AAA
Tints of Purple Heart #542AAA
RGB
CMYK
RGB Variations
Color information
#542AAA (or 0x542AAA) is known color: Purple Heart. HEX triplet: 54, 2A and AA. RGB value is (84,42,170). Sum of RGB (Red+Green+Blue) = 84+42+170=296 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.38% from 296); Green value is 42 (16.80% from 255 or 14.19% from 296); Blue value is 170 (66.80% from 255 or 57.43% from 296); Max value from RGB is 170 - color contains mainly: blue. Hex color #542AAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #542AAA is #ABD555. Grayscale: #444444. Windows color (decimal): -11261270 or 11151956. OLE color: 11151956.
HSL color Cylindrical-coordinate representation of color #542AAA: hue angle of 259.69º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #542AAA is Cyan = 0.51, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 84 | 42 | 170 | - |
| CMYK | 0.51 | 0.75 | 0 | 0.33 |
| HSL | 259.69º | 0.6% | 0.42% | - |
| HSV(B) | 259.69º | 0.75% | 0.67% | - |
| XYZ | 11.74 | 6.44 | 38.66 | - |
| YUV | 69.15 | 184.91 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 42 | 170 | 0.51 | 0.75 | 0 | 0.33 | 259.69 | 0.6 | 0.42 |
| Hex | 54 | 2A | AA | 33 | 4B | 0 | 21 | 104 | 3C | 2A |
| Octal | 124 | 52 | 252 | 63 | 113 | 0 | 41 | 404 | 74 | 52 |
| Binary | 1010100 | 101010 | 10101010 | 110011 | 1001011 | 0 | 100001 | 100000100 | 111100 | 101010 |
Color Harmonies of #542AAA
Complementary color
Monochromatic Colors of #542AAA
Black with #542AAA
Text Example
Text Example
White with #542AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542AAA; }
p { color: rgb(84,42,170); }
H1.HeaderClassName
{
color: #542AAA;
}
.AnyTagClassName
{
color: #542AAA;
}
</style>
background-color css
<style>
a { background-color: #542AAA; }
a { background-color: rgb(84,42,170); }
div.DivClassName
{
background-color: #542AAA;
}
.BgClassName
{
background-color: #542AAA;
}
</style>
border-color css
<style>
span { border-color: #542AAA; }
span { border-color: rgb(84,42,170); }
td.TdClassName
{
border-color: #542AAA;
}
.TagClassName
{
border-color: #542AAA;
}
</style>