Shades of Purple Heart #542AAB
Tints of Purple Heart #542AAB
RGB
CMYK
RGB Variations
Color information
#542AAB (or 0x542AAB) is known color: Purple Heart. HEX triplet: 54, 2A and AB. RGB value is (84,42,171). Sum of RGB (Red+Green+Blue) = 84+42+171=297 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.28% from 297); Green value is 42 (16.80% from 255 or 14.14% from 297); Blue value is 171 (67.19% from 255 or 57.58% from 297); Max value from RGB is 171 - color contains mainly: blue. Hex color #542AAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #542AAB is #ABD554. Grayscale: #444444. Windows color (decimal): -11261269 or 11217492. OLE color: 11217492.
HSL color Cylindrical-coordinate representation of color #542AAB: hue angle of 259.53º degrees, saturation: 0.61, 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 #542AAB is Cyan = 0.51, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 84 | 42 | 171 | - |
| CMYK | 0.51 | 0.75 | 0 | 0.33 |
| HSL | 259.53º | 0.61% | 0.42% | - |
| HSV(B) | 259.53º | 0.75% | 0.67% | - |
| XYZ | 11.83 | 6.48 | 39.16 | - |
| YUV | 69.26 | 185.41 | 138.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 42 | 171 | 0.51 | 0.75 | 0 | 0.33 | 259.53 | 0.61 | 0.42 |
| Hex | 54 | 2A | AB | 33 | 4B | 0 | 21 | 104 | 3D | 2A |
| Octal | 124 | 52 | 253 | 63 | 113 | 0 | 41 | 404 | 75 | 52 |
| Binary | 1010100 | 101010 | 10101011 | 110011 | 1001011 | 0 | 100001 | 100000100 | 111101 | 101010 |
Color Harmonies of #542AAB
Complementary color
Monochromatic Colors of #542AAB
Black with #542AAB
Text Example
Text Example
White with #542AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542AAB; }
p { color: rgb(84,42,171); }
H1.HeaderClassName
{
color: #542AAB;
}
.AnyTagClassName
{
color: #542AAB;
}
</style>
background-color css
<style>
a { background-color: #542AAB; }
a { background-color: rgb(84,42,171); }
div.DivClassName
{
background-color: #542AAB;
}
.BgClassName
{
background-color: #542AAB;
}
</style>
border-color css
<style>
span { border-color: #542AAB; }
span { border-color: rgb(84,42,171); }
td.TdClassName
{
border-color: #542AAB;
}
.TagClassName
{
border-color: #542AAB;
}
</style>