Shades of Purple Heart #541AA3
Tints of Purple Heart #541AA3
RGB
CMYK
RGB Variations
Color information
#541AA3 (or 0x541AA3) is known color: Purple Heart. HEX triplet: 54, 1A and A3. RGB value is (84,26,163). Sum of RGB (Red+Green+Blue) = 84+26+163=273 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.77% from 273); Green value is 26 (10.55% from 255 or 9.52% from 273); Blue value is 163 (64.06% from 255 or 59.71% from 273); Max value from RGB is 163 - color contains mainly: blue. Hex color #541AA3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #541AA3 is #ABE55C. Grayscale: #3A3A3A. Windows color (decimal): -11265373 or 10689108. OLE color: 10689108.
HSL color Cylindrical-coordinate representation of color #541AA3: hue angle of 265.4º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #541AA3 is Cyan = 0.48, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 84 | 26 | 163 | - |
| CMYK | 0.48 | 0.84 | 0 | 0.36 |
| HSL | 265.4º | 0.72% | 0.37% | - |
| HSV(B) | 265.4º | 0.84% | 0.64% | - |
| XYZ | 10.64 | 5.27 | 35.11 | - |
| YUV | 58.96 | 186.72 | 145.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 26 | 163 | 0.48 | 0.84 | 0 | 0.36 | 265.4 | 0.72 | 0.37 |
| Hex | 54 | 1A | A3 | 30 | 54 | 0 | 24 | 109 | 48 | 25 |
| Octal | 124 | 32 | 243 | 60 | 124 | 0 | 44 | 411 | 110 | 45 |
| Binary | 1010100 | 11010 | 10100011 | 110000 | 1010100 | 0 | 100100 | 100001001 | 1001000 | 100101 |
Color Harmonies of #541AA3
Complementary color
Monochromatic Colors of #541AA3
Black with #541AA3
Text Example
Text Example
White with #541AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541AA3; }
p { color: rgb(84,26,163); }
H1.HeaderClassName
{
color: #541AA3;
}
.AnyTagClassName
{
color: #541AA3;
}
</style>
background-color css
<style>
a { background-color: #541AA3; }
a { background-color: rgb(84,26,163); }
div.DivClassName
{
background-color: #541AA3;
}
.BgClassName
{
background-color: #541AA3;
}
</style>
border-color css
<style>
span { border-color: #541AA3; }
span { border-color: rgb(84,26,163); }
td.TdClassName
{
border-color: #541AA3;
}
.TagClassName
{
border-color: #541AA3;
}
</style>