Shades of Purple Heart #542ADA
Tints of Purple Heart #542ADA
RGB
CMYK
RGB Variations
Color information
#542ADA (or 0x542ADA) is known color: Purple Heart. HEX triplet: 54, 2A and DA. RGB value is (84,42,218). Sum of RGB (Red+Green+Blue) = 84+42+218=344 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.42% from 344); Green value is 42 (16.80% from 255 or 12.21% from 344); Blue value is 218 (85.55% from 255 or 63.37% from 344); Max value from RGB is 218 - color contains mainly: blue. Hex color #542ADA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #542ADA is #ABD525. Grayscale: #494949. Windows color (decimal): -11261222 or 14297684. OLE color: 14297684.
HSL color Cylindrical-coordinate representation of color #542ADA: hue angle of 254.32º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #542ADA is Cyan = 0.61, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 84 | 42 | 218 | - |
| CMYK | 0.61 | 0.81 | 0 | 0.15 |
| HSL | 254.32º | 0.7% | 0.51% | - |
| HSV(B) | 254.32º | 0.81% | 0.85% | - |
| XYZ | 17.14 | 8.6 | 67.09 | - |
| YUV | 74.62 | 208.91 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 42 | 218 | 0.61 | 0.81 | 0 | 0.15 | 254.32 | 0.7 | 0.51 |
| Hex | 54 | 2A | DA | 3D | 51 | 0 | F | FE | 46 | 33 |
| Octal | 124 | 52 | 332 | 75 | 121 | 0 | 17 | 376 | 106 | 63 |
| Binary | 1010100 | 101010 | 11011010 | 111101 | 1010001 | 0 | 1111 | 11111110 | 1000110 | 110011 |
Color Harmonies of #542ADA
Complementary color
Monochromatic Colors of #542ADA
Black with #542ADA
Text Example
Text Example
White with #542ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542ADA; }
p { color: rgb(84,42,218); }
H1.HeaderClassName
{
color: #542ADA;
}
.AnyTagClassName
{
color: #542ADA;
}
</style>
background-color css
<style>
a { background-color: #542ADA; }
a { background-color: rgb(84,42,218); }
div.DivClassName
{
background-color: #542ADA;
}
.BgClassName
{
background-color: #542ADA;
}
</style>
border-color css
<style>
span { border-color: #542ADA; }
span { border-color: rgb(84,42,218); }
td.TdClassName
{
border-color: #542ADA;
}
.TagClassName
{
border-color: #542ADA;
}
</style>