Shades of Purple Heart #542CBA
Tints of Purple Heart #542CBA
RGB
CMYK
RGB Variations
Color information
#542CBA (or 0x542CBA) is known color: Purple Heart. HEX triplet: 54, 2C and BA. RGB value is (84,44,186). Sum of RGB (Red+Green+Blue) = 84+44+186=314 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.75% from 314); Green value is 44 (17.58% from 255 or 14.01% from 314); Blue value is 186 (73.05% from 255 or 59.24% from 314); Max value from RGB is 186 - color contains mainly: blue. Hex color #542CBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #542CBA is #ABD345. Grayscale: #474747. Windows color (decimal): -11260742 or 12201044. OLE color: 12201044.
HSL color Cylindrical-coordinate representation of color #542CBA: hue angle of 256.9º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #542CBA is Cyan = 0.55, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 84 | 44 | 186 | - |
| CMYK | 0.55 | 0.76 | 0 | 0.27 |
| HSL | 256.9º | 0.62% | 0.45% | - |
| HSV(B) | 256.9º | 0.76% | 0.73% | - |
| XYZ | 13.42 | 7.23 | 47.14 | - |
| YUV | 72.15 | 192.25 | 136.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 44 | 186 | 0.55 | 0.76 | 0 | 0.27 | 256.9 | 0.62 | 0.45 |
| Hex | 54 | 2C | BA | 37 | 4C | 0 | 1B | 101 | 3E | 2D |
| Octal | 124 | 54 | 272 | 67 | 114 | 0 | 33 | 401 | 76 | 55 |
| Binary | 1010100 | 101100 | 10111010 | 110111 | 1001100 | 0 | 11011 | 100000001 | 111110 | 101101 |
Color Harmonies of #542CBA
Complementary color
Monochromatic Colors of #542CBA
Black with #542CBA
Text Example
Text Example
White with #542CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542CBA; }
p { color: rgb(84,44,186); }
H1.HeaderClassName
{
color: #542CBA;
}
.AnyTagClassName
{
color: #542CBA;
}
</style>
background-color css
<style>
a { background-color: #542CBA; }
a { background-color: rgb(84,44,186); }
div.DivClassName
{
background-color: #542CBA;
}
.BgClassName
{
background-color: #542CBA;
}
</style>
border-color css
<style>
span { border-color: #542CBA; }
span { border-color: rgb(84,44,186); }
td.TdClassName
{
border-color: #542CBA;
}
.TagClassName
{
border-color: #542CBA;
}
</style>