Shades of Purple Heart #541AD1
Tints of Purple Heart #541AD1
RGB
CMYK
RGB Variations
Color information
#541AD1 (or 0x541AD1) is known color: Purple Heart. HEX triplet: 54, 1A and D1. RGB value is (84,26,209). Sum of RGB (Red+Green+Blue) = 84+26+209=319 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.33% from 319); Green value is 26 (10.55% from 255 or 8.15% from 319); Blue value is 209 (82.03% from 255 or 65.52% from 319); Max value from RGB is 209 - color contains mainly: blue. Hex color #541AD1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #541AD1 is #ABE52E. Grayscale: #3F3F3F. Windows color (decimal): -11265327 or 13703764. OLE color: 13703764.
HSL color Cylindrical-coordinate representation of color #541AD1: hue angle of 259.02º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #541AD1 is Cyan = 0.60, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 84 | 26 | 209 | - |
| CMYK | 0.60 | 0.88 | 0 | 0.18 |
| HSL | 259.02º | 0.78% | 0.46% | - |
| HSV(B) | 259.02º | 0.88% | 0.82% | - |
| XYZ | 15.53 | 7.23 | 60.9 | - |
| YUV | 64.2 | 209.72 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 26 | 209 | 0.60 | 0.88 | 0 | 0.18 | 259.02 | 0.78 | 0.46 |
| Hex | 54 | 1A | D1 | 3C | 58 | 0 | 12 | 103 | 4E | 2E |
| Octal | 124 | 32 | 321 | 74 | 130 | 0 | 22 | 403 | 116 | 56 |
| Binary | 1010100 | 11010 | 11010001 | 111100 | 1011000 | 0 | 10010 | 100000011 | 1001110 | 101110 |
Color Harmonies of #541AD1
Complementary color
Monochromatic Colors of #541AD1
Black with #541AD1
Text Example
Text Example
White with #541AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541AD1; }
p { color: rgb(84,26,209); }
H1.HeaderClassName
{
color: #541AD1;
}
.AnyTagClassName
{
color: #541AD1;
}
</style>
background-color css
<style>
a { background-color: #541AD1; }
a { background-color: rgb(84,26,209); }
div.DivClassName
{
background-color: #541AD1;
}
.BgClassName
{
background-color: #541AD1;
}
</style>
border-color css
<style>
span { border-color: #541AD1; }
span { border-color: rgb(84,26,209); }
td.TdClassName
{
border-color: #541AD1;
}
.TagClassName
{
border-color: #541AD1;
}
</style>