Shades of Purple Heart #540CD1
Tints of Purple Heart #540CD1
RGB
CMYK
RGB Variations
Color information
#540CD1 (or 0x540CD1) is known color: Purple Heart. HEX triplet: 54, 0C and D1. RGB value is (84,12,209). Sum of RGB (Red+Green+Blue) = 84+12+209=305 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.54% from 305); Green value is 12 (5.08% from 255 or 3.93% from 305); Blue value is 209 (82.03% from 255 or 68.52% from 305); Max value from RGB is 209 - color contains mainly: blue. Hex color #540CD1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #540CD1 is #ABF32E. Grayscale: #373737. Windows color (decimal): -11268911 or 13700180. OLE color: 13700180.
HSL color Cylindrical-coordinate representation of color #540CD1: hue angle of 261.93º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #540CD1 is Cyan = 0.60, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 84 | 12 | 209 | - |
| CMYK | 0.60 | 0.94 | 0 | 0.18 |
| HSL | 261.93º | 0.89% | 0.43% | - |
| HSV(B) | 261.93º | 0.94% | 0.82% | - |
| XYZ | 15.3 | 6.75 | 60.82 | - |
| YUV | 55.99 | 214.35 | 147.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 12 | 209 | 0.60 | 0.94 | 0 | 0.18 | 261.93 | 0.89 | 0.43 |
| Hex | 54 | C | D1 | 3C | 5E | 0 | 12 | 106 | 59 | 2B |
| Octal | 124 | 14 | 321 | 74 | 136 | 0 | 22 | 406 | 131 | 53 |
| Binary | 1010100 | 1100 | 11010001 | 111100 | 1011110 | 0 | 10010 | 100000110 | 1011001 | 101011 |
Color Harmonies of #540CD1
Complementary color
Monochromatic Colors of #540CD1
Black with #540CD1
Text Example
Text Example
White with #540CD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540CD1; }
p { color: rgb(84,12,209); }
H1.HeaderClassName
{
color: #540CD1;
}
.AnyTagClassName
{
color: #540CD1;
}
</style>
background-color css
<style>
a { background-color: #540CD1; }
a { background-color: rgb(84,12,209); }
div.DivClassName
{
background-color: #540CD1;
}
.BgClassName
{
background-color: #540CD1;
}
</style>
border-color css
<style>
span { border-color: #540CD1; }
span { border-color: rgb(84,12,209); }
td.TdClassName
{
border-color: #540CD1;
}
.TagClassName
{
border-color: #540CD1;
}
</style>