Shades of Purple Heart #542DB9
Tints of Purple Heart #542DB9
RGB
CMYK
RGB Variations
Color information
#542DB9 (or 0x542DB9) is known color: Purple Heart. HEX triplet: 54, 2D and B9. RGB value is (84,45,185). Sum of RGB (Red+Green+Blue) = 84+45+185=314 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.75% from 314); Green value is 45 (17.97% from 255 or 14.33% from 314); Blue value is 185 (72.66% from 255 or 58.92% from 314); Max value from RGB is 185 - color contains mainly: blue. Hex color #542DB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #542DB9 is #ABD246. Grayscale: #484848. Windows color (decimal): -11260487 or 12135764. OLE color: 12135764.
HSL color Cylindrical-coordinate representation of color #542DB9: hue angle of 256.71º 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 #542DB9 is Cyan = 0.55, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 84 | 45 | 185 | - |
| CMYK | 0.55 | 0.76 | 0 | 0.27 |
| HSL | 256.71º | 0.61% | 0.45% | - |
| HSV(B) | 256.71º | 0.76% | 0.73% | - |
| XYZ | 13.35 | 7.26 | 46.6 | - |
| YUV | 72.62 | 191.42 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 45 | 185 | 0.55 | 0.76 | 0 | 0.27 | 256.71 | 0.61 | 0.45 |
| Hex | 54 | 2D | B9 | 37 | 4C | 0 | 1B | 101 | 3D | 2D |
| Octal | 124 | 55 | 271 | 67 | 114 | 0 | 33 | 401 | 75 | 55 |
| Binary | 1010100 | 101101 | 10111001 | 110111 | 1001100 | 0 | 11011 | 100000001 | 111101 | 101101 |
Color Harmonies of #542DB9
Complementary color
Monochromatic Colors of #542DB9
Black with #542DB9
Text Example
Text Example
White with #542DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542DB9; }
p { color: rgb(84,45,185); }
H1.HeaderClassName
{
color: #542DB9;
}
.AnyTagClassName
{
color: #542DB9;
}
</style>
background-color css
<style>
a { background-color: #542DB9; }
a { background-color: rgb(84,45,185); }
div.DivClassName
{
background-color: #542DB9;
}
.BgClassName
{
background-color: #542DB9;
}
</style>
border-color css
<style>
span { border-color: #542DB9; }
span { border-color: rgb(84,45,185); }
td.TdClassName
{
border-color: #542DB9;
}
.TagClassName
{
border-color: #542DB9;
}
</style>