Shades of Purple Heart #541EA3
Tints of Purple Heart #541EA3
RGB
CMYK
RGB Variations
Color information
#541EA3 (or 0x541EA3) is known color: Purple Heart. HEX triplet: 54, 1E and A3. RGB value is (84,30,163). Sum of RGB (Red+Green+Blue) = 84+30+163=277 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.32% from 277); Green value is 30 (12.11% from 255 or 10.83% from 277); Blue value is 163 (64.06% from 255 or 58.84% from 277); Max value from RGB is 163 - color contains mainly: blue. Hex color #541EA3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #541EA3 is #ABE15C. Grayscale: #3C3C3C. Windows color (decimal): -11264349 or 10690132. OLE color: 10690132.
HSL color Cylindrical-coordinate representation of color #541EA3: hue angle of 264.36º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #541EA3 is Cyan = 0.48, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 84 | 30 | 163 | - |
| CMYK | 0.48 | 0.82 | 0 | 0.36 |
| HSL | 264.36º | 0.69% | 0.38% | - |
| HSV(B) | 264.36º | 0.82% | 0.64% | - |
| XYZ | 10.73 | 5.46 | 35.14 | - |
| YUV | 61.31 | 185.39 | 144.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 30 | 163 | 0.48 | 0.82 | 0 | 0.36 | 264.36 | 0.69 | 0.38 |
| Hex | 54 | 1E | A3 | 30 | 52 | 0 | 24 | 108 | 45 | 26 |
| Octal | 124 | 36 | 243 | 60 | 122 | 0 | 44 | 410 | 105 | 46 |
| Binary | 1010100 | 11110 | 10100011 | 110000 | 1010010 | 0 | 100100 | 100001000 | 1000101 | 100110 |
Color Harmonies of #541EA3
Complementary color
Monochromatic Colors of #541EA3
Black with #541EA3
Text Example
Text Example
White with #541EA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541EA3; }
p { color: rgb(84,30,163); }
H1.HeaderClassName
{
color: #541EA3;
}
.AnyTagClassName
{
color: #541EA3;
}
</style>
background-color css
<style>
a { background-color: #541EA3; }
a { background-color: rgb(84,30,163); }
div.DivClassName
{
background-color: #541EA3;
}
.BgClassName
{
background-color: #541EA3;
}
</style>
border-color css
<style>
span { border-color: #541EA3; }
span { border-color: rgb(84,30,163); }
td.TdClassName
{
border-color: #541EA3;
}
.TagClassName
{
border-color: #541EA3;
}
</style>