Shades of Purple Heart #541DAC
Tints of Purple Heart #541DAC
RGB
CMYK
RGB Variations
Color information
#541DAC (or 0x541DAC) is known color: Purple Heart. HEX triplet: 54, 1D and AC. RGB value is (84,29,172). Sum of RGB (Red+Green+Blue) = 84+29+172=285 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.47% from 285); Green value is 29 (11.72% from 255 or 10.18% from 285); Blue value is 172 (67.58% from 255 or 60.35% from 285); Max value from RGB is 172 - color contains mainly: blue. Hex color #541DAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #541DAC is #ABE253. Grayscale: #3D3D3D. Windows color (decimal): -11264596 or 11279700. OLE color: 11279700.
HSL color Cylindrical-coordinate representation of color #541DAC: hue angle of 263.08º 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 #541DAC is Cyan = 0.51, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 84 | 29 | 172 | - |
| CMYK | 0.51 | 0.83 | 0 | 0.33 |
| HSL | 263.08º | 0.71% | 0.39% | - |
| HSV(B) | 263.08º | 0.83% | 0.67% | - |
| XYZ | 11.54 | 5.74 | 39.53 | - |
| YUV | 61.75 | 190.22 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 29 | 172 | 0.51 | 0.83 | 0 | 0.33 | 263.08 | 0.71 | 0.39 |
| Hex | 54 | 1D | AC | 33 | 53 | 0 | 21 | 107 | 47 | 27 |
| Octal | 124 | 35 | 254 | 63 | 123 | 0 | 41 | 407 | 107 | 47 |
| Binary | 1010100 | 11101 | 10101100 | 110011 | 1010011 | 0 | 100001 | 100000111 | 1000111 | 100111 |
Color Harmonies of #541DAC
Complementary color
Monochromatic Colors of #541DAC
Black with #541DAC
Text Example
Text Example
White with #541DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541DAC; }
p { color: rgb(84,29,172); }
H1.HeaderClassName
{
color: #541DAC;
}
.AnyTagClassName
{
color: #541DAC;
}
</style>
background-color css
<style>
a { background-color: #541DAC; }
a { background-color: rgb(84,29,172); }
div.DivClassName
{
background-color: #541DAC;
}
.BgClassName
{
background-color: #541DAC;
}
</style>
border-color css
<style>
span { border-color: #541DAC; }
span { border-color: rgb(84,29,172); }
td.TdClassName
{
border-color: #541DAC;
}
.TagClassName
{
border-color: #541DAC;
}
</style>