Shades of Purple Heart #542DDC
Tints of Purple Heart #542DDC
RGB
CMYK
RGB Variations
Color information
#542DDC (or 0x542DDC) is known color: Purple Heart. HEX triplet: 54, 2D and DC. RGB value is (84,45,220). Sum of RGB (Red+Green+Blue) = 84+45+220=349 (46% of max value = 765). Red value is 84 (33.20% from 255 or 24.07% from 349); Green value is 45 (17.97% from 255 or 12.89% from 349); Blue value is 220 (86.33% from 255 or 63.04% from 349); Max value from RGB is 220 - color contains mainly: blue. Hex color #542DDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #542DDC is #ABD223. Grayscale: #4B4B4B. Windows color (decimal): -11260452 or 14429524. OLE color: 14429524.
HSL color Cylindrical-coordinate representation of color #542DDC: hue angle of 253.37º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #542DDC is Cyan = 0.62, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 84 | 45 | 220 | - |
| CMYK | 0.62 | 0.80 | 0 | 0.14 |
| HSL | 253.37º | 0.71% | 0.52% | - |
| HSV(B) | 253.37º | 0.8% | 0.86% | - |
| XYZ | 17.51 | 8.93 | 68.51 | - |
| YUV | 76.61 | 208.92 | 133.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 45 | 220 | 0.62 | 0.80 | 0 | 0.14 | 253.37 | 0.71 | 0.52 |
| Hex | 54 | 2D | DC | 3E | 50 | 0 | E | FD | 47 | 34 |
| Octal | 124 | 55 | 334 | 76 | 120 | 0 | 16 | 375 | 107 | 64 |
| Binary | 1010100 | 101101 | 11011100 | 111110 | 1010000 | 0 | 1110 | 11111101 | 1000111 | 110100 |
Color Harmonies of #542DDC
Complementary color
Monochromatic Colors of #542DDC
Black with #542DDC
Text Example
Text Example
White with #542DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542DDC; }
p { color: rgb(84,45,220); }
H1.HeaderClassName
{
color: #542DDC;
}
.AnyTagClassName
{
color: #542DDC;
}
</style>
background-color css
<style>
a { background-color: #542DDC; }
a { background-color: rgb(84,45,220); }
div.DivClassName
{
background-color: #542DDC;
}
.BgClassName
{
background-color: #542DDC;
}
</style>
border-color css
<style>
span { border-color: #542DDC; }
span { border-color: rgb(84,45,220); }
td.TdClassName
{
border-color: #542DDC;
}
.TagClassName
{
border-color: #542DDC;
}
</style>