Shades of Purple Heart #542DBA
Tints of Purple Heart #542DBA
RGB
CMYK
RGB Variations
Color information
#542DBA (or 0x542DBA) is known color: Purple Heart. HEX triplet: 54, 2D and BA. RGB value is (84,45,186). Sum of RGB (Red+Green+Blue) = 84+45+186=315 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.67% from 315); Green value is 45 (17.97% from 255 or 14.29% from 315); Blue value is 186 (73.05% from 255 or 59.05% from 315); Max value from RGB is 186 - color contains mainly: blue. Hex color #542DBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #542DBA is #ABD245. Grayscale: #484848. Windows color (decimal): -11260486 or 12201300. OLE color: 12201300.
HSL color Cylindrical-coordinate representation of color #542DBA: hue angle of 256.6º degrees, saturation: 0.61, 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 #542DBA is Cyan = 0.55, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 84 | 45 | 186 | - |
| CMYK | 0.55 | 0.76 | 0 | 0.27 |
| HSL | 256.6º | 0.61% | 0.45% | - |
| HSV(B) | 256.6º | 0.76% | 0.73% | - |
| XYZ | 13.46 | 7.31 | 47.16 | - |
| YUV | 72.74 | 191.92 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 45 | 186 | 0.55 | 0.76 | 0 | 0.27 | 256.6 | 0.61 | 0.45 |
| Hex | 54 | 2D | BA | 37 | 4C | 0 | 1B | 101 | 3D | 2D |
| Octal | 124 | 55 | 272 | 67 | 114 | 0 | 33 | 401 | 75 | 55 |
| Binary | 1010100 | 101101 | 10111010 | 110111 | 1001100 | 0 | 11011 | 100000001 | 111101 | 101101 |
Color Harmonies of #542DBA
Complementary color
Monochromatic Colors of #542DBA
Black with #542DBA
Text Example
Text Example
White with #542DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542DBA; }
p { color: rgb(84,45,186); }
H1.HeaderClassName
{
color: #542DBA;
}
.AnyTagClassName
{
color: #542DBA;
}
</style>
background-color css
<style>
a { background-color: #542DBA; }
a { background-color: rgb(84,45,186); }
div.DivClassName
{
background-color: #542DBA;
}
.BgClassName
{
background-color: #542DBA;
}
</style>
border-color css
<style>
span { border-color: #542DBA; }
span { border-color: rgb(84,45,186); }
td.TdClassName
{
border-color: #542DBA;
}
.TagClassName
{
border-color: #542DBA;
}
</style>