Shades of Purple Heart #542DD1
Tints of Purple Heart #542DD1
RGB
CMYK
RGB Variations
Color information
#542DD1 (or 0x542DD1) is known color: Purple Heart. HEX triplet: 54, 2D and D1. RGB value is (84,45,209). Sum of RGB (Red+Green+Blue) = 84+45+209=338 (44% of max value = 765). Red value is 84 (33.20% from 255 or 24.85% from 338); Green value is 45 (17.97% from 255 or 13.31% from 338); Blue value is 209 (82.03% from 255 or 61.83% from 338); Max value from RGB is 209 - color contains mainly: blue. Hex color #542DD1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #542DD1 is #ABD22E. Grayscale: #4A4A4A. Windows color (decimal): -11260463 or 13708628. OLE color: 13708628.
HSL color Cylindrical-coordinate representation of color #542DD1: hue angle of 254.27º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #542DD1 is Cyan = 0.60, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 84 | 45 | 209 | - |
| CMYK | 0.60 | 0.78 | 0 | 0.18 |
| HSL | 254.27º | 0.65% | 0.5% | - |
| HSV(B) | 254.27º | 0.78% | 0.82% | - |
| XYZ | 16.1 | 8.37 | 61.09 | - |
| YUV | 75.36 | 203.42 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 45 | 209 | 0.60 | 0.78 | 0 | 0.18 | 254.27 | 0.65 | 0.5 |
| Hex | 54 | 2D | D1 | 3C | 4E | 0 | 12 | FE | 41 | 32 |
| Octal | 124 | 55 | 321 | 74 | 116 | 0 | 22 | 376 | 101 | 62 |
| Binary | 1010100 | 101101 | 11010001 | 111100 | 1001110 | 0 | 10010 | 11111110 | 1000001 | 110010 |
Color Harmonies of #542DD1
Complementary color
Monochromatic Colors of #542DD1
Black with #542DD1
Text Example
Text Example
White with #542DD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542DD1; }
p { color: rgb(84,45,209); }
H1.HeaderClassName
{
color: #542DD1;
}
.AnyTagClassName
{
color: #542DD1;
}
</style>
background-color css
<style>
a { background-color: #542DD1; }
a { background-color: rgb(84,45,209); }
div.DivClassName
{
background-color: #542DD1;
}
.BgClassName
{
background-color: #542DD1;
}
</style>
border-color css
<style>
span { border-color: #542DD1; }
span { border-color: rgb(84,45,209); }
td.TdClassName
{
border-color: #542DD1;
}
.TagClassName
{
border-color: #542DD1;
}
</style>