Shades of Purple Heart #540DAD
Tints of Purple Heart #540DAD
RGB
CMYK
RGB Variations
Color information
#540DAD (or 0x540DAD) is known color: Purple Heart. HEX triplet: 54, 0D and AD. RGB value is (84,13,173). Sum of RGB (Red+Green+Blue) = 84+13+173=270 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.11% from 270); Green value is 13 (5.47% from 255 or 4.81% from 270); Blue value is 173 (67.97% from 255 or 64.07% from 270); Max value from RGB is 173 - color contains mainly: blue. Hex color #540DAD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540DAD is #ABF252. Grayscale: #333333. Windows color (decimal): -11268691 or 11341140. OLE color: 11341140.
HSL color Cylindrical-coordinate representation of color #540DAD: hue angle of 266.62º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #540DAD is Cyan = 0.51, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 84 | 13 | 173 | - |
| CMYK | 0.51 | 0.92 | 0 | 0.32 |
| HSL | 266.63º | 0.86% | 0.36% | - |
| HSV(B) | 266.63º | 0.92% | 0.68% | - |
| XYZ | 11.34 | 5.19 | 39.94 | - |
| YUV | 52.47 | 196.02 | 150.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 13 | 173 | 0.51 | 0.92 | 0 | 0.32 | 266.63 | 0.86 | 0.36 |
| Hex | 54 | D | AD | 33 | 5C | 0 | 20 | 10B | 56 | 24 |
| Octal | 124 | 15 | 255 | 63 | 134 | 0 | 40 | 413 | 126 | 44 |
| Binary | 1010100 | 1101 | 10101101 | 110011 | 1011100 | 0 | 100000 | 100001011 | 1010110 | 100100 |
Color Harmonies of #540DAD
Complementary color
Monochromatic Colors of #540DAD
Black with #540DAD
Text Example
Text Example
White with #540DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540DAD; }
p { color: rgb(84,13,173); }
H1.HeaderClassName
{
color: #540DAD;
}
.AnyTagClassName
{
color: #540DAD;
}
</style>
background-color css
<style>
a { background-color: #540DAD; }
a { background-color: rgb(84,13,173); }
div.DivClassName
{
background-color: #540DAD;
}
.BgClassName
{
background-color: #540DAD;
}
</style>
border-color css
<style>
span { border-color: #540DAD; }
span { border-color: rgb(84,13,173); }
td.TdClassName
{
border-color: #540DAD;
}
.TagClassName
{
border-color: #540DAD;
}
</style>