Shades of Purple Heart #541DAB
Tints of Purple Heart #541DAB
RGB
CMYK
RGB Variations
Color information
#541DAB (or 0x541DAB) is known color: Purple Heart. HEX triplet: 54, 1D and AB. RGB value is (84,29,171). Sum of RGB (Red+Green+Blue) = 84+29+171=284 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.58% from 284); Green value is 29 (11.72% from 255 or 10.21% from 284); Blue value is 171 (67.19% from 255 or 60.21% from 284); Max value from RGB is 171 - color contains mainly: blue. Hex color #541DAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #541DAB is #ABE254. Grayscale: #3D3D3D. Windows color (decimal): -11264597 or 11214164. OLE color: 11214164.
HSL color Cylindrical-coordinate representation of color #541DAB: hue angle of 263.24º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #541DAB is Cyan = 0.51, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 84 | 29 | 171 | - |
| CMYK | 0.51 | 0.83 | 0 | 0.33 |
| HSL | 263.24º | 0.71% | 0.39% | - |
| HSV(B) | 263.24º | 0.83% | 0.67% | - |
| XYZ | 11.45 | 5.7 | 39.03 | - |
| YUV | 61.63 | 189.72 | 143.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 29 | 171 | 0.51 | 0.83 | 0 | 0.33 | 263.24 | 0.71 | 0.39 |
| Hex | 54 | 1D | AB | 33 | 53 | 0 | 21 | 107 | 47 | 27 |
| Octal | 124 | 35 | 253 | 63 | 123 | 0 | 41 | 407 | 107 | 47 |
| Binary | 1010100 | 11101 | 10101011 | 110011 | 1010011 | 0 | 100001 | 100000111 | 1000111 | 100111 |
Color Harmonies of #541DAB
Complementary color
Monochromatic Colors of #541DAB
Black with #541DAB
Text Example
Text Example
White with #541DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541DAB; }
p { color: rgb(84,29,171); }
H1.HeaderClassName
{
color: #541DAB;
}
.AnyTagClassName
{
color: #541DAB;
}
</style>
background-color css
<style>
a { background-color: #541DAB; }
a { background-color: rgb(84,29,171); }
div.DivClassName
{
background-color: #541DAB;
}
.BgClassName
{
background-color: #541DAB;
}
</style>
border-color css
<style>
span { border-color: #541DAB; }
span { border-color: rgb(84,29,171); }
td.TdClassName
{
border-color: #541DAB;
}
.TagClassName
{
border-color: #541DAB;
}
</style>