Shades of Purple Heart #541DD5
Tints of Purple Heart #541DD5
RGB
CMYK
RGB Variations
Color information
#541DD5 (or 0x541DD5) is known color: Purple Heart. HEX triplet: 54, 1D and D5. RGB value is (84,29,213). Sum of RGB (Red+Green+Blue) = 84+29+213=326 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.77% from 326); Green value is 29 (11.72% from 255 or 8.90% from 326); Blue value is 213 (83.59% from 255 or 65.34% from 326); Max value from RGB is 213 - color contains mainly: blue. Hex color #541DD5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #541DD5 is #ABE22A. Grayscale: #414141. Windows color (decimal): -11264555 or 13966676. OLE color: 13966676.
HSL color Cylindrical-coordinate representation of color #541DD5: hue angle of 257.93º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #541DD5 is Cyan = 0.61, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 84 | 29 | 213 | - |
| CMYK | 0.61 | 0.86 | 0 | 0.16 |
| HSL | 257.93º | 0.76% | 0.47% | - |
| HSV(B) | 257.93º | 0.86% | 0.84% | - |
| XYZ | 16.11 | 7.57 | 63.56 | - |
| YUV | 66.42 | 210.72 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 29 | 213 | 0.61 | 0.86 | 0 | 0.16 | 257.93 | 0.76 | 0.47 |
| Hex | 54 | 1D | D5 | 3D | 56 | 0 | 10 | 102 | 4C | 2F |
| Octal | 124 | 35 | 325 | 75 | 126 | 0 | 20 | 402 | 114 | 57 |
| Binary | 1010100 | 11101 | 11010101 | 111101 | 1010110 | 0 | 10000 | 100000010 | 1001100 | 101111 |
Color Harmonies of #541DD5
Complementary color
Monochromatic Colors of #541DD5
Black with #541DD5
Text Example
Text Example
White with #541DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541DD5; }
p { color: rgb(84,29,213); }
H1.HeaderClassName
{
color: #541DD5;
}
.AnyTagClassName
{
color: #541DD5;
}
</style>
background-color css
<style>
a { background-color: #541DD5; }
a { background-color: rgb(84,29,213); }
div.DivClassName
{
background-color: #541DD5;
}
.BgClassName
{
background-color: #541DD5;
}
</style>
border-color css
<style>
span { border-color: #541DD5; }
span { border-color: rgb(84,29,213); }
td.TdClassName
{
border-color: #541DD5;
}
.TagClassName
{
border-color: #541DD5;
}
</style>