Shades of Purple Heart #540ECA
Tints of Purple Heart #540ECA
RGB
CMYK
RGB Variations
Color information
#540ECA (or 0x540ECA) is known color: Purple Heart. HEX triplet: 54, 0E and CA. RGB value is (84,14,202). Sum of RGB (Red+Green+Blue) = 84+14+202=300 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28% from 300); Green value is 14 (5.86% from 255 or 4.67% from 300); Blue value is 202 (79.30% from 255 or 67.33% from 300); Max value from RGB is 202 - color contains mainly: blue. Hex color #540ECA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #540ECA is #ABF135. Grayscale: #373737. Windows color (decimal): -11268406 or 13241940. OLE color: 13241940.
HSL color Cylindrical-coordinate representation of color #540ECA: hue angle of 262.34º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #540ECA is Cyan = 0.58, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 84 | 14 | 202 | - |
| CMYK | 0.58 | 0.93 | 0 | 0.21 |
| HSL | 262.34º | 0.87% | 0.42% | - |
| HSV(B) | 262.34º | 0.93% | 0.79% | - |
| XYZ | 14.47 | 6.46 | 56.36 | - |
| YUV | 56.36 | 210.19 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 14 | 202 | 0.58 | 0.93 | 0 | 0.21 | 262.34 | 0.87 | 0.42 |
| Hex | 54 | E | CA | 3A | 5D | 0 | 15 | 106 | 57 | 2A |
| Octal | 124 | 16 | 312 | 72 | 135 | 0 | 25 | 406 | 127 | 52 |
| Binary | 1010100 | 1110 | 11001010 | 111010 | 1011101 | 0 | 10101 | 100000110 | 1010111 | 101010 |
Color Harmonies of #540ECA
Complementary color
Monochromatic Colors of #540ECA
Black with #540ECA
Text Example
Text Example
White with #540ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540ECA; }
p { color: rgb(84,14,202); }
H1.HeaderClassName
{
color: #540ECA;
}
.AnyTagClassName
{
color: #540ECA;
}
</style>
background-color css
<style>
a { background-color: #540ECA; }
a { background-color: rgb(84,14,202); }
div.DivClassName
{
background-color: #540ECA;
}
.BgClassName
{
background-color: #540ECA;
}
</style>
border-color css
<style>
span { border-color: #540ECA; }
span { border-color: rgb(84,14,202); }
td.TdClassName
{
border-color: #540ECA;
}
.TagClassName
{
border-color: #540ECA;
}
</style>