Shades of Purple Heart #542DCF
Tints of Purple Heart #542DCF
RGB
CMYK
RGB Variations
Color information
#542DCF (or 0x542DCF) is known color: Purple Heart. HEX triplet: 54, 2D and CF. RGB value is (84,45,207). Sum of RGB (Red+Green+Blue) = 84+45+207=336 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25% from 336); Green value is 45 (17.97% from 255 or 13.39% from 336); Blue value is 207 (81.25% from 255 or 61.61% from 336); Max value from RGB is 207 - color contains mainly: blue. Hex color #542DCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #542DCF is #ABD230. Grayscale: #4A4A4A. Windows color (decimal): -11260465 or 13577556. OLE color: 13577556.
HSL color Cylindrical-coordinate representation of color #542DCF: hue angle of 254.44º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #542DCF is Cyan = 0.59, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 84 | 45 | 207 | - |
| CMYK | 0.59 | 0.78 | 0 | 0.19 |
| HSL | 254.44º | 0.64% | 0.49% | - |
| HSV(B) | 254.44º | 0.78% | 0.81% | - |
| XYZ | 15.86 | 8.27 | 59.79 | - |
| YUV | 75.13 | 202.42 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 45 | 207 | 0.59 | 0.78 | 0 | 0.19 | 254.44 | 0.64 | 0.49 |
| Hex | 54 | 2D | CF | 3B | 4E | 0 | 13 | FE | 40 | 31 |
| Octal | 124 | 55 | 317 | 73 | 116 | 0 | 23 | 376 | 100 | 61 |
| Binary | 1010100 | 101101 | 11001111 | 111011 | 1001110 | 0 | 10011 | 11111110 | 1000000 | 110001 |
Color Harmonies of #542DCF
Complementary color
Monochromatic Colors of #542DCF
Black with #542DCF
Text Example
Text Example
White with #542DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542DCF; }
p { color: rgb(84,45,207); }
H1.HeaderClassName
{
color: #542DCF;
}
.AnyTagClassName
{
color: #542DCF;
}
</style>
background-color css
<style>
a { background-color: #542DCF; }
a { background-color: rgb(84,45,207); }
div.DivClassName
{
background-color: #542DCF;
}
.BgClassName
{
background-color: #542DCF;
}
</style>
border-color css
<style>
span { border-color: #542DCF; }
span { border-color: rgb(84,45,207); }
td.TdClassName
{
border-color: #542DCF;
}
.TagClassName
{
border-color: #542DCF;
}
</style>