Shades of Purple Heart #542AAE
Tints of Purple Heart #542AAE
RGB
CMYK
RGB Variations
Color information
#542AAE (or 0x542AAE) is known color: Purple Heart. HEX triplet: 54, 2A and AE. RGB value is (84,42,174). Sum of RGB (Red+Green+Blue) = 84+42+174=300 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28% from 300); Green value is 42 (16.80% from 255 or 14% from 300); Blue value is 174 (68.36% from 255 or 58% from 300); Max value from RGB is 174 - color contains mainly: blue. Hex color #542AAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #542AAE is #ABD551. Grayscale: #454545. Windows color (decimal): -11261266 or 11414100. OLE color: 11414100.
HSL color Cylindrical-coordinate representation of color #542AAE: hue angle of 259.09º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #542AAE is Cyan = 0.52, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 84 | 42 | 174 | - |
| CMYK | 0.52 | 0.76 | 0 | 0.32 |
| HSL | 259.09º | 0.61% | 0.42% | - |
| HSV(B) | 259.09º | 0.76% | 0.68% | - |
| XYZ | 12.12 | 6.6 | 40.68 | - |
| YUV | 69.61 | 186.91 | 138.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 42 | 174 | 0.52 | 0.76 | 0 | 0.32 | 259.09 | 0.61 | 0.42 |
| Hex | 54 | 2A | AE | 34 | 4C | 0 | 20 | 103 | 3D | 2A |
| Octal | 124 | 52 | 256 | 64 | 114 | 0 | 40 | 403 | 75 | 52 |
| Binary | 1010100 | 101010 | 10101110 | 110100 | 1001100 | 0 | 100000 | 100000011 | 111101 | 101010 |
Color Harmonies of #542AAE
Complementary color
Monochromatic Colors of #542AAE
Black with #542AAE
Text Example
Text Example
White with #542AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542AAE; }
p { color: rgb(84,42,174); }
H1.HeaderClassName
{
color: #542AAE;
}
.AnyTagClassName
{
color: #542AAE;
}
</style>
background-color css
<style>
a { background-color: #542AAE; }
a { background-color: rgb(84,42,174); }
div.DivClassName
{
background-color: #542AAE;
}
.BgClassName
{
background-color: #542AAE;
}
</style>
border-color css
<style>
span { border-color: #542AAE; }
span { border-color: rgb(84,42,174); }
td.TdClassName
{
border-color: #542AAE;
}
.TagClassName
{
border-color: #542AAE;
}
</style>