Shades of Purple Heart #541ED5
Tints of Purple Heart #541ED5
RGB
CMYK
RGB Variations
Color information
#541ED5 (or 0x541ED5) is known color: Purple Heart. HEX triplet: 54, 1E and D5. RGB value is (84,30,213). Sum of RGB (Red+Green+Blue) = 84+30+213=327 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.69% from 327); Green value is 30 (12.11% from 255 or 9.17% from 327); Blue value is 213 (83.59% from 255 or 65.14% from 327); Max value from RGB is 213 - color contains mainly: blue. Hex color #541ED5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #541ED5 is #ABE12A. Grayscale: #424242. Windows color (decimal): -11264299 or 13966932. OLE color: 13966932.
HSL color Cylindrical-coordinate representation of color #541ED5: hue angle of 257.7º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #541ED5 is Cyan = 0.61, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 84 | 30 | 213 | - |
| CMYK | 0.61 | 0.86 | 0 | 0.16 |
| HSL | 257.7º | 0.75% | 0.48% | - |
| HSV(B) | 257.7º | 0.86% | 0.84% | - |
| XYZ | 16.13 | 7.62 | 63.57 | - |
| YUV | 67.01 | 210.39 | 140.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 30 | 213 | 0.61 | 0.86 | 0 | 0.16 | 257.7 | 0.75 | 0.48 |
| Hex | 54 | 1E | D5 | 3D | 56 | 0 | 10 | 102 | 4B | 30 |
| Octal | 124 | 36 | 325 | 75 | 126 | 0 | 20 | 402 | 113 | 60 |
| Binary | 1010100 | 11110 | 11010101 | 111101 | 1010110 | 0 | 10000 | 100000010 | 1001011 | 110000 |
Color Harmonies of #541ED5
Complementary color
Monochromatic Colors of #541ED5
Black with #541ED5
Text Example
Text Example
White with #541ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541ED5; }
p { color: rgb(84,30,213); }
H1.HeaderClassName
{
color: #541ED5;
}
.AnyTagClassName
{
color: #541ED5;
}
</style>
background-color css
<style>
a { background-color: #541ED5; }
a { background-color: rgb(84,30,213); }
div.DivClassName
{
background-color: #541ED5;
}
.BgClassName
{
background-color: #541ED5;
}
</style>
border-color css
<style>
span { border-color: #541ED5; }
span { border-color: rgb(84,30,213); }
td.TdClassName
{
border-color: #541ED5;
}
.TagClassName
{
border-color: #541ED5;
}
</style>