Shades of Purple Heart #541CAC
Tints of Purple Heart #541CAC
RGB
CMYK
RGB Variations
Color information
#541CAC (or 0x541CAC) is known color: Purple Heart. HEX triplet: 54, 1C and AC. RGB value is (84,28,172). Sum of RGB (Red+Green+Blue) = 84+28+172=284 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.58% from 284); Green value is 28 (11.33% from 255 or 9.86% from 284); Blue value is 172 (67.58% from 255 or 60.56% from 284); Max value from RGB is 172 - color contains mainly: blue. Hex color #541CAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #541CAC is #ABE353. Grayscale: #3C3C3C. Windows color (decimal): -11264852 or 11279444. OLE color: 11279444.
HSL color Cylindrical-coordinate representation of color #541CAC: hue angle of 263.33º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #541CAC is Cyan = 0.51, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 84 | 28 | 172 | - |
| CMYK | 0.51 | 0.84 | 0 | 0.33 |
| HSL | 263.33º | 0.72% | 0.39% | - |
| HSV(B) | 263.33º | 0.84% | 0.67% | - |
| XYZ | 11.52 | 5.69 | 39.52 | - |
| YUV | 61.16 | 190.55 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 28 | 172 | 0.51 | 0.84 | 0 | 0.33 | 263.33 | 0.72 | 0.39 |
| Hex | 54 | 1C | AC | 33 | 54 | 0 | 21 | 107 | 48 | 27 |
| Octal | 124 | 34 | 254 | 63 | 124 | 0 | 41 | 407 | 110 | 47 |
| Binary | 1010100 | 11100 | 10101100 | 110011 | 1010100 | 0 | 100001 | 100000111 | 1001000 | 100111 |
Color Harmonies of #541CAC
Complementary color
Monochromatic Colors of #541CAC
Black with #541CAC
Text Example
Text Example
White with #541CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541CAC; }
p { color: rgb(84,28,172); }
H1.HeaderClassName
{
color: #541CAC;
}
.AnyTagClassName
{
color: #541CAC;
}
</style>
background-color css
<style>
a { background-color: #541CAC; }
a { background-color: rgb(84,28,172); }
div.DivClassName
{
background-color: #541CAC;
}
.BgClassName
{
background-color: #541CAC;
}
</style>
border-color css
<style>
span { border-color: #541CAC; }
span { border-color: rgb(84,28,172); }
td.TdClassName
{
border-color: #541CAC;
}
.TagClassName
{
border-color: #541CAC;
}
</style>