Shades of Purple Heart #540DCF
Tints of Purple Heart #540DCF
RGB
CMYK
RGB Variations
Color information
#540DCF (or 0x540DCF) is known color: Purple Heart. HEX triplet: 54, 0D and CF. RGB value is (84,13,207). Sum of RGB (Red+Green+Blue) = 84+13+207=304 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.63% from 304); Green value is 13 (5.47% from 255 or 4.28% from 304); Blue value is 207 (81.25% from 255 or 68.09% from 304); Max value from RGB is 207 - color contains mainly: blue. Hex color #540DCF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #540DCF is #ABF230. Grayscale: #373737. Windows color (decimal): -11268657 or 13569364. OLE color: 13569364.
HSL color Cylindrical-coordinate representation of color #540DCF: hue angle of 261.96º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #540DCF is Cyan = 0.59, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 84 | 13 | 207 | - |
| CMYK | 0.59 | 0.94 | 0 | 0.19 |
| HSL | 261.96º | 0.88% | 0.43% | - |
| HSV(B) | 261.96º | 0.94% | 0.81% | - |
| XYZ | 15.06 | 6.68 | 59.53 | - |
| YUV | 56.35 | 213.02 | 147.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 13 | 207 | 0.59 | 0.94 | 0 | 0.19 | 261.96 | 0.88 | 0.43 |
| Hex | 54 | D | CF | 3B | 5E | 0 | 13 | 106 | 58 | 2B |
| Octal | 124 | 15 | 317 | 73 | 136 | 0 | 23 | 406 | 130 | 53 |
| Binary | 1010100 | 1101 | 11001111 | 111011 | 1011110 | 0 | 10011 | 100000110 | 1011000 | 101011 |
Color Harmonies of #540DCF
Complementary color
Monochromatic Colors of #540DCF
Black with #540DCF
Text Example
Text Example
White with #540DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540DCF; }
p { color: rgb(84,13,207); }
H1.HeaderClassName
{
color: #540DCF;
}
.AnyTagClassName
{
color: #540DCF;
}
</style>
background-color css
<style>
a { background-color: #540DCF; }
a { background-color: rgb(84,13,207); }
div.DivClassName
{
background-color: #540DCF;
}
.BgClassName
{
background-color: #540DCF;
}
</style>
border-color css
<style>
span { border-color: #540DCF; }
span { border-color: rgb(84,13,207); }
td.TdClassName
{
border-color: #540DCF;
}
.TagClassName
{
border-color: #540DCF;
}
</style>