Shades of Purple Heart #542DCC
Tints of Purple Heart #542DCC
RGB
CMYK
RGB Variations
Color information
#542DCC (or 0x542DCC) is known color: Purple Heart. HEX triplet: 54, 2D and CC. RGB value is (84,45,204). Sum of RGB (Red+Green+Blue) = 84+45+204=333 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.23% from 333); Green value is 45 (17.97% from 255 or 13.51% from 333); Blue value is 204 (80.08% from 255 or 61.26% from 333); Max value from RGB is 204 - color contains mainly: blue. Hex color #542DCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #542DCC is #ABD233. Grayscale: #4A4A4A. Windows color (decimal): -11260468 or 13380948. OLE color: 13380948.
HSL color Cylindrical-coordinate representation of color #542DCC: hue angle of 254.72º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #542DCC is Cyan = 0.59, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 84 | 45 | 204 | - |
| CMYK | 0.59 | 0.78 | 0 | 0.2 |
| HSL | 254.72º | 0.64% | 0.49% | - |
| HSV(B) | 254.72º | 0.78% | 0.8% | - |
| XYZ | 15.49 | 8.12 | 57.88 | - |
| YUV | 74.79 | 200.92 | 134.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 45 | 204 | 0.59 | 0.78 | 0 | 0.2 | 254.72 | 0.64 | 0.49 |
| Hex | 54 | 2D | CC | 3B | 4E | 0 | 14 | FF | 40 | 31 |
| Octal | 124 | 55 | 314 | 73 | 116 | 0 | 24 | 377 | 100 | 61 |
| Binary | 1010100 | 101101 | 11001100 | 111011 | 1001110 | 0 | 10100 | 11111111 | 1000000 | 110001 |
Color Harmonies of #542DCC
Complementary color
Monochromatic Colors of #542DCC
Black with #542DCC
Text Example
Text Example
White with #542DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542DCC; }
p { color: rgb(84,45,204); }
H1.HeaderClassName
{
color: #542DCC;
}
.AnyTagClassName
{
color: #542DCC;
}
</style>
background-color css
<style>
a { background-color: #542DCC; }
a { background-color: rgb(84,45,204); }
div.DivClassName
{
background-color: #542DCC;
}
.BgClassName
{
background-color: #542DCC;
}
</style>
border-color css
<style>
span { border-color: #542DCC; }
span { border-color: rgb(84,45,204); }
td.TdClassName
{
border-color: #542DCC;
}
.TagClassName
{
border-color: #542DCC;
}
</style>