Shades of Purple Heart #541FBA
Tints of Purple Heart #541FBA
RGB
CMYK
RGB Variations
Color information
#541FBA (or 0x541FBA) is known color: Purple Heart. HEX triplet: 54, 1F and BA. RGB value is (84,31,186). Sum of RGB (Red+Green+Blue) = 84+31+186=301 (39% of max value = 765). Red value is 84 (33.20% from 255 or 27.91% from 301); Green value is 31 (12.5% from 255 or 10.30% from 301); Blue value is 186 (73.05% from 255 or 61.79% from 301); Max value from RGB is 186 - color contains mainly: blue. Hex color #541FBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #541FBA is #ABE045. Grayscale: #3F3F3F. Windows color (decimal): -11264070 or 12197716. OLE color: 12197716.
HSL color Cylindrical-coordinate representation of color #541FBA: hue angle of 260.52º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #541FBA is Cyan = 0.55, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 84 | 31 | 186 | - |
| CMYK | 0.55 | 0.83 | 0 | 0.27 |
| HSL | 260.52º | 0.71% | 0.43% | - |
| HSV(B) | 260.52º | 0.83% | 0.73% | - |
| XYZ | 13.01 | 6.41 | 47.01 | - |
| YUV | 64.52 | 196.56 | 141.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 31 | 186 | 0.55 | 0.83 | 0 | 0.27 | 260.52 | 0.71 | 0.43 |
| Hex | 54 | 1F | BA | 37 | 53 | 0 | 1B | 105 | 47 | 2B |
| Octal | 124 | 37 | 272 | 67 | 123 | 0 | 33 | 405 | 107 | 53 |
| Binary | 1010100 | 11111 | 10111010 | 110111 | 1010011 | 0 | 11011 | 100000101 | 1000111 | 101011 |
Color Harmonies of #541FBA
Complementary color
Monochromatic Colors of #541FBA
Black with #541FBA
Text Example
Text Example
White with #541FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541FBA; }
p { color: rgb(84,31,186); }
H1.HeaderClassName
{
color: #541FBA;
}
.AnyTagClassName
{
color: #541FBA;
}
</style>
background-color css
<style>
a { background-color: #541FBA; }
a { background-color: rgb(84,31,186); }
div.DivClassName
{
background-color: #541FBA;
}
.BgClassName
{
background-color: #541FBA;
}
</style>
border-color css
<style>
span { border-color: #541FBA; }
span { border-color: rgb(84,31,186); }
td.TdClassName
{
border-color: #541FBA;
}
.TagClassName
{
border-color: #541FBA;
}
</style>