Shades of Purple Heart #541ABA
Tints of Purple Heart #541ABA
RGB
CMYK
RGB Variations
Color information
#541ABA (or 0x541ABA) is known color: Purple Heart. HEX triplet: 54, 1A and BA. RGB value is (84,26,186). Sum of RGB (Red+Green+Blue) = 84+26+186=296 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.38% from 296); Green value is 26 (10.55% from 255 or 8.78% from 296); Blue value is 186 (73.05% from 255 or 62.84% from 296); Max value from RGB is 186 - color contains mainly: blue. Hex color #541ABA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #541ABA is #ABE545. Grayscale: #3D3D3D. Windows color (decimal): -11265350 or 12196436. OLE color: 12196436.
HSL color Cylindrical-coordinate representation of color #541ABA: hue angle of 261.75º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #541ABA is Cyan = 0.55, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 84 | 26 | 186 | - |
| CMYK | 0.55 | 0.86 | 0 | 0.27 |
| HSL | 261.75º | 0.75% | 0.42% | - |
| HSV(B) | 261.75º | 0.86% | 0.73% | - |
| XYZ | 12.89 | 6.17 | 46.97 | - |
| YUV | 61.58 | 198.22 | 143.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 26 | 186 | 0.55 | 0.86 | 0 | 0.27 | 261.75 | 0.75 | 0.42 |
| Hex | 54 | 1A | BA | 37 | 56 | 0 | 1B | 106 | 4B | 2A |
| Octal | 124 | 32 | 272 | 67 | 126 | 0 | 33 | 406 | 113 | 52 |
| Binary | 1010100 | 11010 | 10111010 | 110111 | 1010110 | 0 | 11011 | 100000110 | 1001011 | 101010 |
Color Harmonies of #541ABA
Complementary color
Monochromatic Colors of #541ABA
Black with #541ABA
Text Example
Text Example
White with #541ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541ABA; }
p { color: rgb(84,26,186); }
H1.HeaderClassName
{
color: #541ABA;
}
.AnyTagClassName
{
color: #541ABA;
}
</style>
background-color css
<style>
a { background-color: #541ABA; }
a { background-color: rgb(84,26,186); }
div.DivClassName
{
background-color: #541ABA;
}
.BgClassName
{
background-color: #541ABA;
}
</style>
border-color css
<style>
span { border-color: #541ABA; }
span { border-color: rgb(84,26,186); }
td.TdClassName
{
border-color: #541ABA;
}
.TagClassName
{
border-color: #541ABA;
}
</style>