Shades of Purple Heart #541EBA
Tints of Purple Heart #541EBA
RGB
CMYK
RGB Variations
Color information
#541EBA (or 0x541EBA) is known color: Purple Heart. HEX triplet: 54, 1E and BA. RGB value is (84,30,186). Sum of RGB (Red+Green+Blue) = 84+30+186=300 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28% from 300); Green value is 30 (12.11% from 255 or 10% from 300); Blue value is 186 (73.05% from 255 or 62% from 300); Max value from RGB is 186 - color contains mainly: blue. Hex color #541EBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #541EBA is #ABE145. Grayscale: #3F3F3F. Windows color (decimal): -11264326 or 12197460. OLE color: 12197460.
HSL color Cylindrical-coordinate representation of color #541EBA: hue angle of 260.77º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #541EBA is Cyan = 0.55, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 84 | 30 | 186 | - |
| CMYK | 0.55 | 0.84 | 0 | 0.27 |
| HSL | 260.77º | 0.72% | 0.42% | - |
| HSV(B) | 260.77º | 0.84% | 0.73% | - |
| XYZ | 12.98 | 6.36 | 47 | - |
| YUV | 63.93 | 196.89 | 142.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 30 | 186 | 0.55 | 0.84 | 0 | 0.27 | 260.77 | 0.72 | 0.42 |
| Hex | 54 | 1E | BA | 37 | 54 | 0 | 1B | 105 | 48 | 2A |
| Octal | 124 | 36 | 272 | 67 | 124 | 0 | 33 | 405 | 110 | 52 |
| Binary | 1010100 | 11110 | 10111010 | 110111 | 1010100 | 0 | 11011 | 100000101 | 1001000 | 101010 |
Color Harmonies of #541EBA
Complementary color
Monochromatic Colors of #541EBA
Black with #541EBA
Text Example
Text Example
White with #541EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541EBA; }
p { color: rgb(84,30,186); }
H1.HeaderClassName
{
color: #541EBA;
}
.AnyTagClassName
{
color: #541EBA;
}
</style>
background-color css
<style>
a { background-color: #541EBA; }
a { background-color: rgb(84,30,186); }
div.DivClassName
{
background-color: #541EBA;
}
.BgClassName
{
background-color: #541EBA;
}
</style>
border-color css
<style>
span { border-color: #541EBA; }
span { border-color: rgb(84,30,186); }
td.TdClassName
{
border-color: #541EBA;
}
.TagClassName
{
border-color: #541EBA;
}
</style>