Shades of Purple Heart #540FA9
Tints of Purple Heart #540FA9
RGB
CMYK
RGB Variations
Color information
#540FA9 (or 0x540FA9) is known color: Purple Heart. HEX triplet: 54, 0F and A9. RGB value is (84,15,169). Sum of RGB (Red+Green+Blue) = 84+15+169=268 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.34% from 268); Green value is 15 (6.25% from 255 or 5.60% from 268); Blue value is 169 (66.41% from 255 or 63.06% from 268); Max value from RGB is 169 - color contains mainly: blue. Hex color #540FA9 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540FA9 is #ABF056. Grayscale: #343434. Windows color (decimal): -11268183 or 11079508. OLE color: 11079508.
HSL color Cylindrical-coordinate representation of color #540FA9: hue angle of 266.88º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #540FA9 is Cyan = 0.50, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 84 | 15 | 169 | - |
| CMYK | 0.50 | 0.91 | 0 | 0.34 |
| HSL | 266.88º | 0.84% | 0.36% | - |
| HSV(B) | 266.88º | 0.91% | 0.66% | - |
| XYZ | 10.99 | 5.09 | 37.94 | - |
| YUV | 53.19 | 193.36 | 149.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 15 | 169 | 0.50 | 0.91 | 0 | 0.34 | 266.88 | 0.84 | 0.36 |
| Hex | 54 | F | A9 | 32 | 5B | 0 | 22 | 10B | 54 | 24 |
| Octal | 124 | 17 | 251 | 62 | 133 | 0 | 42 | 413 | 124 | 44 |
| Binary | 1010100 | 1111 | 10101001 | 110010 | 1011011 | 0 | 100010 | 100001011 | 1010100 | 100100 |
Color Harmonies of #540FA9
Complementary color
Monochromatic Colors of #540FA9
Black with #540FA9
Text Example
Text Example
White with #540FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540FA9; }
p { color: rgb(84,15,169); }
H1.HeaderClassName
{
color: #540FA9;
}
.AnyTagClassName
{
color: #540FA9;
}
</style>
background-color css
<style>
a { background-color: #540FA9; }
a { background-color: rgb(84,15,169); }
div.DivClassName
{
background-color: #540FA9;
}
.BgClassName
{
background-color: #540FA9;
}
</style>
border-color css
<style>
span { border-color: #540FA9; }
span { border-color: rgb(84,15,169); }
td.TdClassName
{
border-color: #540FA9;
}
.TagClassName
{
border-color: #540FA9;
}
</style>