Shades of Purple Heart #542DD6
Tints of Purple Heart #542DD6
RGB
CMYK
RGB Variations
Color information
#542DD6 (or 0x542DD6) is known color: Purple Heart. HEX triplet: 54, 2D and D6. RGB value is (84,45,214). Sum of RGB (Red+Green+Blue) = 84+45+214=343 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.49% from 343); Green value is 45 (17.97% from 255 or 13.12% from 343); Blue value is 214 (83.98% from 255 or 62.39% from 343); Max value from RGB is 214 - color contains mainly: blue. Hex color #542DD6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #542DD6 is #ABD229. Grayscale: #4B4B4B. Windows color (decimal): -11260458 or 14036308. OLE color: 14036308.
HSL color Cylindrical-coordinate representation of color #542DD6: hue angle of 253.85º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #542DD6 is Cyan = 0.61, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 84 | 45 | 214 | - |
| CMYK | 0.61 | 0.79 | 0 | 0.16 |
| HSL | 253.85º | 0.67% | 0.51% | - |
| HSV(B) | 253.85º | 0.79% | 0.84% | - |
| XYZ | 16.73 | 8.62 | 64.4 | - |
| YUV | 75.93 | 205.92 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 45 | 214 | 0.61 | 0.79 | 0 | 0.16 | 253.85 | 0.67 | 0.51 |
| Hex | 54 | 2D | D6 | 3D | 4F | 0 | 10 | FE | 43 | 33 |
| Octal | 124 | 55 | 326 | 75 | 117 | 0 | 20 | 376 | 103 | 63 |
| Binary | 1010100 | 101101 | 11010110 | 111101 | 1001111 | 0 | 10000 | 11111110 | 1000011 | 110011 |
Color Harmonies of #542DD6
Complementary color
Monochromatic Colors of #542DD6
Black with #542DD6
Text Example
Text Example
White with #542DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542DD6; }
p { color: rgb(84,45,214); }
H1.HeaderClassName
{
color: #542DD6;
}
.AnyTagClassName
{
color: #542DD6;
}
</style>
background-color css
<style>
a { background-color: #542DD6; }
a { background-color: rgb(84,45,214); }
div.DivClassName
{
background-color: #542DD6;
}
.BgClassName
{
background-color: #542DD6;
}
</style>
border-color css
<style>
span { border-color: #542DD6; }
span { border-color: rgb(84,45,214); }
td.TdClassName
{
border-color: #542DD6;
}
.TagClassName
{
border-color: #542DD6;
}
</style>