Shades of Purple Heart #542DAB
Tints of Purple Heart #542DAB
RGB
CMYK
RGB Variations
Color information
#542DAB (or 0x542DAB) is known color: Purple Heart. HEX triplet: 54, 2D and AB. RGB value is (84,45,171). Sum of RGB (Red+Green+Blue) = 84+45+171=300 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28% from 300); Green value is 45 (17.97% from 255 or 15% from 300); Blue value is 171 (67.19% from 255 or 57% from 300); Max value from RGB is 171 - color contains mainly: blue. Hex color #542DAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #542DAB is #ABD254. Grayscale: #464646. Windows color (decimal): -11260501 or 11218260. OLE color: 11218260.
HSL color Cylindrical-coordinate representation of color #542DAB: hue angle of 258.57º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #542DAB is Cyan = 0.51, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 84 | 45 | 171 | - |
| CMYK | 0.51 | 0.74 | 0 | 0.33 |
| HSL | 258.57º | 0.58% | 0.42% | - |
| HSV(B) | 258.57º | 0.74% | 0.67% | - |
| XYZ | 11.95 | 6.7 | 39.19 | - |
| YUV | 71.03 | 184.42 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 45 | 171 | 0.51 | 0.74 | 0 | 0.33 | 258.57 | 0.58 | 0.42 |
| Hex | 54 | 2D | AB | 33 | 4A | 0 | 21 | 103 | 3A | 2A |
| Octal | 124 | 55 | 253 | 63 | 112 | 0 | 41 | 403 | 72 | 52 |
| Binary | 1010100 | 101101 | 10101011 | 110011 | 1001010 | 0 | 100001 | 100000011 | 111010 | 101010 |
Color Harmonies of #542DAB
Complementary color
Monochromatic Colors of #542DAB
Black with #542DAB
Text Example
Text Example
White with #542DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542DAB; }
p { color: rgb(84,45,171); }
H1.HeaderClassName
{
color: #542DAB;
}
.AnyTagClassName
{
color: #542DAB;
}
</style>
background-color css
<style>
a { background-color: #542DAB; }
a { background-color: rgb(84,45,171); }
div.DivClassName
{
background-color: #542DAB;
}
.BgClassName
{
background-color: #542DAB;
}
</style>
border-color css
<style>
span { border-color: #542DAB; }
span { border-color: rgb(84,45,171); }
td.TdClassName
{
border-color: #542DAB;
}
.TagClassName
{
border-color: #542DAB;
}
</style>