Shades of Purple Heart #542DDD
Tints of Purple Heart #542DDD
RGB
CMYK
RGB Variations
Color information
#542DDD (or 0x542DDD) is known color: Purple Heart. HEX triplet: 54, 2D and DD. RGB value is (84,45,221). Sum of RGB (Red+Green+Blue) = 84+45+221=350 (46% of max value = 765). Red value is 84 (33.20% from 255 or 24% from 350); Green value is 45 (17.97% from 255 or 12.86% from 350); Blue value is 221 (86.72% from 255 or 63.14% from 350); Max value from RGB is 221 - color contains mainly: blue. Hex color #542DDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #542DDD is #ABD222. Grayscale: #4C4C4C. Windows color (decimal): -11260451 or 14495060. OLE color: 14495060.
HSL color Cylindrical-coordinate representation of color #542DDD: hue angle of 253.3º 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 #542DDD is Cyan = 0.62, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 84 | 45 | 221 | - |
| CMYK | 0.62 | 0.80 | 0 | 0.13 |
| HSL | 253.3º | 0.72% | 0.52% | - |
| HSV(B) | 253.3º | 0.8% | 0.87% | - |
| XYZ | 17.65 | 8.98 | 69.21 | - |
| YUV | 76.73 | 209.42 | 133.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 45 | 221 | 0.62 | 0.80 | 0 | 0.13 | 253.3 | 0.72 | 0.52 |
| Hex | 54 | 2D | DD | 3E | 50 | 0 | D | FD | 48 | 34 |
| Octal | 124 | 55 | 335 | 76 | 120 | 0 | 15 | 375 | 110 | 64 |
| Binary | 1010100 | 101101 | 11011101 | 111110 | 1010000 | 0 | 1101 | 11111101 | 1001000 | 110100 |
Color Harmonies of #542DDD
Complementary color
Monochromatic Colors of #542DDD
Black with #542DDD
Text Example
Text Example
White with #542DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542DDD; }
p { color: rgb(84,45,221); }
H1.HeaderClassName
{
color: #542DDD;
}
.AnyTagClassName
{
color: #542DDD;
}
</style>
background-color css
<style>
a { background-color: #542DDD; }
a { background-color: rgb(84,45,221); }
div.DivClassName
{
background-color: #542DDD;
}
.BgClassName
{
background-color: #542DDD;
}
</style>
border-color css
<style>
span { border-color: #542DDD; }
span { border-color: rgb(84,45,221); }
td.TdClassName
{
border-color: #542DDD;
}
.TagClassName
{
border-color: #542DDD;
}
</style>