Shades of Purple Heart #541AB5
Tints of Purple Heart #541AB5
RGB
CMYK
RGB Variations
Color information
#541AB5 (or 0x541AB5) is known color: Purple Heart. HEX triplet: 54, 1A and B5. RGB value is (84,26,181). Sum of RGB (Red+Green+Blue) = 84+26+181=291 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.87% from 291); Green value is 26 (10.55% from 255 or 8.93% from 291); Blue value is 181 (71.09% from 255 or 62.20% from 291); Max value from RGB is 181 - color contains mainly: blue. Hex color #541AB5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #541AB5 is #ABE54A. Grayscale: #3C3C3C. Windows color (decimal): -11265355 or 11868756. OLE color: 11868756.
HSL color Cylindrical-coordinate representation of color #541AB5: hue angle of 262.45º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #541AB5 is Cyan = 0.54, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 84 | 26 | 181 | - |
| CMYK | 0.54 | 0.86 | 0 | 0.29 |
| HSL | 262.45º | 0.75% | 0.41% | - |
| HSV(B) | 262.45º | 0.86% | 0.71% | - |
| XYZ | 12.37 | 5.96 | 44.21 | - |
| YUV | 61.01 | 195.72 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 26 | 181 | 0.54 | 0.86 | 0 | 0.29 | 262.45 | 0.75 | 0.41 |
| Hex | 54 | 1A | B5 | 36 | 56 | 0 | 1D | 106 | 4B | 29 |
| Octal | 124 | 32 | 265 | 66 | 126 | 0 | 35 | 406 | 113 | 51 |
| Binary | 1010100 | 11010 | 10110101 | 110110 | 1010110 | 0 | 11101 | 100000110 | 1001011 | 101001 |
Color Harmonies of #541AB5
Complementary color
Monochromatic Colors of #541AB5
Black with #541AB5
Text Example
Text Example
White with #541AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541AB5; }
p { color: rgb(84,26,181); }
H1.HeaderClassName
{
color: #541AB5;
}
.AnyTagClassName
{
color: #541AB5;
}
</style>
background-color css
<style>
a { background-color: #541AB5; }
a { background-color: rgb(84,26,181); }
div.DivClassName
{
background-color: #541AB5;
}
.BgClassName
{
background-color: #541AB5;
}
</style>
border-color css
<style>
span { border-color: #541AB5; }
span { border-color: rgb(84,26,181); }
td.TdClassName
{
border-color: #541AB5;
}
.TagClassName
{
border-color: #541AB5;
}
</style>