Shades of Purple Heart #541EA4
Tints of Purple Heart #541EA4
RGB
CMYK
RGB Variations
Color information
#541EA4 (or 0x541EA4) is known color: Purple Heart. HEX triplet: 54, 1E and A4. RGB value is (84,30,164). Sum of RGB (Red+Green+Blue) = 84+30+164=278 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.22% from 278); Green value is 30 (12.11% from 255 or 10.79% from 278); Blue value is 164 (64.45% from 255 or 58.99% from 278); Max value from RGB is 164 - color contains mainly: blue. Hex color #541EA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #541EA4 is #ABE15B. Grayscale: #3C3C3C. Windows color (decimal): -11264348 or 10755668. OLE color: 10755668.
HSL color Cylindrical-coordinate representation of color #541EA4: hue angle of 264.18º 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 #541EA4 is Cyan = 0.49, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 84 | 30 | 164 | - |
| CMYK | 0.49 | 0.82 | 0 | 0.36 |
| HSL | 264.18º | 0.69% | 0.38% | - |
| HSV(B) | 264.18º | 0.82% | 0.64% | - |
| XYZ | 10.82 | 5.49 | 35.61 | - |
| YUV | 61.42 | 185.89 | 144.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 30 | 164 | 0.49 | 0.82 | 0 | 0.36 | 264.18 | 0.69 | 0.38 |
| Hex | 54 | 1E | A4 | 31 | 52 | 0 | 24 | 108 | 45 | 26 |
| Octal | 124 | 36 | 244 | 61 | 122 | 0 | 44 | 410 | 105 | 46 |
| Binary | 1010100 | 11110 | 10100100 | 110001 | 1010010 | 0 | 100100 | 100001000 | 1000101 | 100110 |
Color Harmonies of #541EA4
Complementary color
Monochromatic Colors of #541EA4
Black with #541EA4
Text Example
Text Example
White with #541EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541EA4; }
p { color: rgb(84,30,164); }
H1.HeaderClassName
{
color: #541EA4;
}
.AnyTagClassName
{
color: #541EA4;
}
</style>
background-color css
<style>
a { background-color: #541EA4; }
a { background-color: rgb(84,30,164); }
div.DivClassName
{
background-color: #541EA4;
}
.BgClassName
{
background-color: #541EA4;
}
</style>
border-color css
<style>
span { border-color: #541EA4; }
span { border-color: rgb(84,30,164); }
td.TdClassName
{
border-color: #541EA4;
}
.TagClassName
{
border-color: #541EA4;
}
</style>