Shades of Purple Heart #540EAF
Tints of Purple Heart #540EAF
RGB
CMYK
RGB Variations
Color information
#540EAF (or 0x540EAF) is known color: Purple Heart. HEX triplet: 54, 0E and AF. RGB value is (84,14,175). Sum of RGB (Red+Green+Blue) = 84+14+175=273 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.77% from 273); Green value is 14 (5.86% from 255 or 5.13% from 273); Blue value is 175 (68.75% from 255 or 64.10% from 273); Max value from RGB is 175 - color contains mainly: blue. Hex color #540EAF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540EAF is #ABF150. Grayscale: #343434. Windows color (decimal): -11268433 or 11472468. OLE color: 11472468.
HSL color Cylindrical-coordinate representation of color #540EAF: hue angle of 266.09º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #540EAF is Cyan = 0.52, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 84 | 14 | 175 | - |
| CMYK | 0.52 | 0.92 | 0 | 0.31 |
| HSL | 266.09º | 0.85% | 0.37% | - |
| HSV(B) | 266.09º | 0.92% | 0.69% | - |
| XYZ | 11.55 | 5.29 | 40.97 | - |
| YUV | 53.28 | 196.69 | 149.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 14 | 175 | 0.52 | 0.92 | 0 | 0.31 | 266.09 | 0.85 | 0.37 |
| Hex | 54 | E | AF | 34 | 5C | 0 | 1F | 10A | 55 | 25 |
| Octal | 124 | 16 | 257 | 64 | 134 | 0 | 37 | 412 | 125 | 45 |
| Binary | 1010100 | 1110 | 10101111 | 110100 | 1011100 | 0 | 11111 | 100001010 | 1010101 | 100101 |
Color Harmonies of #540EAF
Complementary color
Monochromatic Colors of #540EAF
Black with #540EAF
Text Example
Text Example
White with #540EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540EAF; }
p { color: rgb(84,14,175); }
H1.HeaderClassName
{
color: #540EAF;
}
.AnyTagClassName
{
color: #540EAF;
}
</style>
background-color css
<style>
a { background-color: #540EAF; }
a { background-color: rgb(84,14,175); }
div.DivClassName
{
background-color: #540EAF;
}
.BgClassName
{
background-color: #540EAF;
}
</style>
border-color css
<style>
span { border-color: #540EAF; }
span { border-color: rgb(84,14,175); }
td.TdClassName
{
border-color: #540EAF;
}
.TagClassName
{
border-color: #540EAF;
}
</style>