Shades of Purple Heart #542BAB
Tints of Purple Heart #542BAB
RGB
CMYK
RGB Variations
Color information
#542BAB (or 0x542BAB) is known color: Purple Heart. HEX triplet: 54, 2B and AB. RGB value is (84,43,171). Sum of RGB (Red+Green+Blue) = 84+43+171=298 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.19% from 298); Green value is 43 (17.19% from 255 or 14.43% from 298); Blue value is 171 (67.19% from 255 or 57.38% from 298); Max value from RGB is 171 - color contains mainly: blue. Hex color #542BAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #542BAB is #ABD454. Grayscale: #454545. Windows color (decimal): -11261013 or 11217748. OLE color: 11217748.
HSL color Cylindrical-coordinate representation of color #542BAB: hue angle of 259.22º 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 #542BAB is Cyan = 0.51, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 84 | 43 | 171 | - |
| CMYK | 0.51 | 0.75 | 0 | 0.33 |
| HSL | 259.22º | 0.6% | 0.42% | - |
| HSV(B) | 259.22º | 0.75% | 0.67% | - |
| XYZ | 11.87 | 6.55 | 39.17 | - |
| YUV | 69.85 | 185.08 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 43 | 171 | 0.51 | 0.75 | 0 | 0.33 | 259.22 | 0.6 | 0.42 |
| Hex | 54 | 2B | AB | 33 | 4B | 0 | 21 | 103 | 3C | 2A |
| Octal | 124 | 53 | 253 | 63 | 113 | 0 | 41 | 403 | 74 | 52 |
| Binary | 1010100 | 101011 | 10101011 | 110011 | 1001011 | 0 | 100001 | 100000011 | 111100 | 101010 |
Color Harmonies of #542BAB
Complementary color
Monochromatic Colors of #542BAB
Black with #542BAB
Text Example
Text Example
White with #542BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542BAB; }
p { color: rgb(84,43,171); }
H1.HeaderClassName
{
color: #542BAB;
}
.AnyTagClassName
{
color: #542BAB;
}
</style>
background-color css
<style>
a { background-color: #542BAB; }
a { background-color: rgb(84,43,171); }
div.DivClassName
{
background-color: #542BAB;
}
.BgClassName
{
background-color: #542BAB;
}
</style>
border-color css
<style>
span { border-color: #542BAB; }
span { border-color: rgb(84,43,171); }
td.TdClassName
{
border-color: #542BAB;
}
.TagClassName
{
border-color: #542BAB;
}
</style>