Shades of Purple Heart #541ECD
Tints of Purple Heart #541ECD
RGB
CMYK
RGB Variations
Color information
#541ECD (or 0x541ECD) is known color: Purple Heart. HEX triplet: 54, 1E and CD. RGB value is (84,30,205). Sum of RGB (Red+Green+Blue) = 84+30+205=319 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.33% from 319); Green value is 30 (12.11% from 255 or 9.40% from 319); Blue value is 205 (80.47% from 255 or 64.26% from 319); Max value from RGB is 205 - color contains mainly: blue. Hex color #541ECD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #541ECD is #ABE132. Grayscale: #414141. Windows color (decimal): -11264307 or 13442644. OLE color: 13442644.
HSL color Cylindrical-coordinate representation of color #541ECD: hue angle of 258.51º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #541ECD is Cyan = 0.59, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 84 | 30 | 205 | - |
| CMYK | 0.59 | 0.85 | 0 | 0.20 |
| HSL | 258.51º | 0.74% | 0.46% | - |
| HSV(B) | 258.51º | 0.85% | 0.8% | - |
| XYZ | 15.14 | 7.22 | 58.35 | - |
| YUV | 66.1 | 206.39 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 30 | 205 | 0.59 | 0.85 | 0 | 0.20 | 258.51 | 0.74 | 0.46 |
| Hex | 54 | 1E | CD | 3B | 55 | 0 | 14 | 103 | 4A | 2E |
| Octal | 124 | 36 | 315 | 73 | 125 | 0 | 24 | 403 | 112 | 56 |
| Binary | 1010100 | 11110 | 11001101 | 111011 | 1010101 | 0 | 10100 | 100000011 | 1001010 | 101110 |
Color Harmonies of #541ECD
Complementary color
Monochromatic Colors of #541ECD
Black with #541ECD
Text Example
Text Example
White with #541ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541ECD; }
p { color: rgb(84,30,205); }
H1.HeaderClassName
{
color: #541ECD;
}
.AnyTagClassName
{
color: #541ECD;
}
</style>
background-color css
<style>
a { background-color: #541ECD; }
a { background-color: rgb(84,30,205); }
div.DivClassName
{
background-color: #541ECD;
}
.BgClassName
{
background-color: #541ECD;
}
</style>
border-color css
<style>
span { border-color: #541ECD; }
span { border-color: rgb(84,30,205); }
td.TdClassName
{
border-color: #541ECD;
}
.TagClassName
{
border-color: #541ECD;
}
</style>