Shades of Purple Heart #542CDD
Tints of Purple Heart #542CDD
RGB
CMYK
RGB Variations
Color information
#542CDD (or 0x542CDD) is known color: Purple Heart. HEX triplet: 54, 2C and DD. RGB value is (84,44,221). Sum of RGB (Red+Green+Blue) = 84+44+221=349 (46% of max value = 765). Red value is 84 (33.20% from 255 or 24.07% from 349); Green value is 44 (17.58% from 255 or 12.61% from 349); Blue value is 221 (86.72% from 255 or 63.32% from 349); Max value from RGB is 221 - color contains mainly: blue. Hex color #542CDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #542CDD is #ABD322. Grayscale: #4B4B4B. Windows color (decimal): -11260707 or 14494804. OLE color: 14494804.
HSL color Cylindrical-coordinate representation of color #542CDD: hue angle of 253.56º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #542CDD is Cyan = 0.62, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 84 | 44 | 221 | - |
| CMYK | 0.62 | 0.80 | 0 | 0.13 |
| HSL | 253.56º | 0.72% | 0.52% | - |
| HSV(B) | 253.56º | 0.8% | 0.87% | - |
| XYZ | 17.61 | 8.91 | 69.2 | - |
| YUV | 76.14 | 209.75 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 44 | 221 | 0.62 | 0.80 | 0 | 0.13 | 253.56 | 0.72 | 0.52 |
| Hex | 54 | 2C | DD | 3E | 50 | 0 | D | FE | 48 | 34 |
| Octal | 124 | 54 | 335 | 76 | 120 | 0 | 15 | 376 | 110 | 64 |
| Binary | 1010100 | 101100 | 11011101 | 111110 | 1010000 | 0 | 1101 | 11111110 | 1001000 | 110100 |
Color Harmonies of #542CDD
Complementary color
Monochromatic Colors of #542CDD
Black with #542CDD
Text Example
Text Example
White with #542CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542CDD; }
p { color: rgb(84,44,221); }
H1.HeaderClassName
{
color: #542CDD;
}
.AnyTagClassName
{
color: #542CDD;
}
</style>
background-color css
<style>
a { background-color: #542CDD; }
a { background-color: rgb(84,44,221); }
div.DivClassName
{
background-color: #542CDD;
}
.BgClassName
{
background-color: #542CDD;
}
</style>
border-color css
<style>
span { border-color: #542CDD; }
span { border-color: rgb(84,44,221); }
td.TdClassName
{
border-color: #542CDD;
}
.TagClassName
{
border-color: #542CDD;
}
</style>