Shades of Purple Heart #542EDD
Tints of Purple Heart #542EDD
RGB
CMYK
RGB Variations
Color information
#542EDD (or 0x542EDD) is known color: Purple Heart. HEX triplet: 54, 2E and DD. RGB value is (84,46,221). Sum of RGB (Red+Green+Blue) = 84+46+221=351 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.93% from 351); Green value is 46 (18.36% from 255 or 13.11% from 351); Blue value is 221 (86.72% from 255 or 62.96% from 351); Max value from RGB is 221 - color contains mainly: blue. Hex color #542EDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #542EDD is #ABD122. Grayscale: #4C4C4C. Windows color (decimal): -11260195 or 14495316. OLE color: 14495316.
HSL color Cylindrical-coordinate representation of color #542EDD: hue angle of 253.03º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #542EDD is Cyan = 0.62, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 84 | 46 | 221 | - |
| CMYK | 0.62 | 0.79 | 0 | 0.13 |
| HSL | 253.03º | 0.72% | 0.52% | - |
| HSV(B) | 253.03º | 0.79% | 0.87% | - |
| XYZ | 17.68 | 9.06 | 69.22 | - |
| YUV | 77.31 | 209.09 | 132.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 46 | 221 | 0.62 | 0.79 | 0 | 0.13 | 253.03 | 0.72 | 0.52 |
| Hex | 54 | 2E | DD | 3E | 4F | 0 | D | FD | 48 | 34 |
| Octal | 124 | 56 | 335 | 76 | 117 | 0 | 15 | 375 | 110 | 64 |
| Binary | 1010100 | 101110 | 11011101 | 111110 | 1001111 | 0 | 1101 | 11111101 | 1001000 | 110100 |
Color Harmonies of #542EDD
Complementary color
Monochromatic Colors of #542EDD
Black with #542EDD
Text Example
Text Example
White with #542EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542EDD; }
p { color: rgb(84,46,221); }
H1.HeaderClassName
{
color: #542EDD;
}
.AnyTagClassName
{
color: #542EDD;
}
</style>
background-color css
<style>
a { background-color: #542EDD; }
a { background-color: rgb(84,46,221); }
div.DivClassName
{
background-color: #542EDD;
}
.BgClassName
{
background-color: #542EDD;
}
</style>
border-color css
<style>
span { border-color: #542EDD; }
span { border-color: rgb(84,46,221); }
td.TdClassName
{
border-color: #542EDD;
}
.TagClassName
{
border-color: #542EDD;
}
</style>