Shades of Purple Heart #541EA7
Tints of Purple Heart #541EA7
RGB
CMYK
RGB Variations
Color information
#541EA7 (or 0x541EA7) is known color: Purple Heart. HEX triplet: 54, 1E and A7. RGB value is (84,30,167). Sum of RGB (Red+Green+Blue) = 84+30+167=281 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.89% from 281); Green value is 30 (12.11% from 255 or 10.68% from 281); Blue value is 167 (65.62% from 255 or 59.43% from 281); Max value from RGB is 167 - color contains mainly: blue. Hex color #541EA7 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #541EA7 is #ABE158. Grayscale: #3D3D3D. Windows color (decimal): -11264345 or 10952276. OLE color: 10952276.
HSL color Cylindrical-coordinate representation of color #541EA7: hue angle of 263.65º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #541EA7 is Cyan = 0.50, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 84 | 30 | 167 | - |
| CMYK | 0.50 | 0.82 | 0 | 0.35 |
| HSL | 263.65º | 0.7% | 0.39% | - |
| HSV(B) | 263.65º | 0.82% | 0.65% | - |
| XYZ | 11.1 | 5.6 | 37.06 | - |
| YUV | 61.76 | 187.39 | 143.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 30 | 167 | 0.50 | 0.82 | 0 | 0.35 | 263.65 | 0.7 | 0.39 |
| Hex | 54 | 1E | A7 | 32 | 52 | 0 | 23 | 108 | 46 | 27 |
| Octal | 124 | 36 | 247 | 62 | 122 | 0 | 43 | 410 | 106 | 47 |
| Binary | 1010100 | 11110 | 10100111 | 110010 | 1010010 | 0 | 100011 | 100001000 | 1000110 | 100111 |
Color Harmonies of #541EA7
Complementary color
Monochromatic Colors of #541EA7
Black with #541EA7
Text Example
Text Example
White with #541EA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541EA7; }
p { color: rgb(84,30,167); }
H1.HeaderClassName
{
color: #541EA7;
}
.AnyTagClassName
{
color: #541EA7;
}
</style>
background-color css
<style>
a { background-color: #541EA7; }
a { background-color: rgb(84,30,167); }
div.DivClassName
{
background-color: #541EA7;
}
.BgClassName
{
background-color: #541EA7;
}
</style>
border-color css
<style>
span { border-color: #541EA7; }
span { border-color: rgb(84,30,167); }
td.TdClassName
{
border-color: #541EA7;
}
.TagClassName
{
border-color: #541EA7;
}
</style>