Shades of Purple Heart #540ED0
Tints of Purple Heart #540ED0
RGB
CMYK
RGB Variations
Color information
#540ED0 (or 0x540ED0) is known color: Purple Heart. HEX triplet: 54, 0E and D0. RGB value is (84,14,208). Sum of RGB (Red+Green+Blue) = 84+14+208=306 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.45% from 306); Green value is 14 (5.86% from 255 or 4.58% from 306); Blue value is 208 (81.64% from 255 or 67.97% from 306); Max value from RGB is 208 - color contains mainly: blue. Hex color #540ED0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #540ED0 is #ABF12F. Grayscale: #383838. Windows color (decimal): -11268400 or 13635156. OLE color: 13635156.
HSL color Cylindrical-coordinate representation of color #540ED0: hue angle of 261.65º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #540ED0 is Cyan = 0.60, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 84 | 14 | 208 | - |
| CMYK | 0.60 | 0.93 | 0 | 0.18 |
| HSL | 261.65º | 0.87% | 0.44% | - |
| HSV(B) | 261.65º | 0.93% | 0.82% | - |
| XYZ | 15.2 | 6.75 | 60.18 | - |
| YUV | 57.05 | 213.19 | 147.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 14 | 208 | 0.60 | 0.93 | 0 | 0.18 | 261.65 | 0.87 | 0.44 |
| Hex | 54 | E | D0 | 3C | 5D | 0 | 12 | 106 | 57 | 2C |
| Octal | 124 | 16 | 320 | 74 | 135 | 0 | 22 | 406 | 127 | 54 |
| Binary | 1010100 | 1110 | 11010000 | 111100 | 1011101 | 0 | 10010 | 100000110 | 1010111 | 101100 |
Color Harmonies of #540ED0
Complementary color
Monochromatic Colors of #540ED0
Black with #540ED0
Text Example
Text Example
White with #540ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540ED0; }
p { color: rgb(84,14,208); }
H1.HeaderClassName
{
color: #540ED0;
}
.AnyTagClassName
{
color: #540ED0;
}
</style>
background-color css
<style>
a { background-color: #540ED0; }
a { background-color: rgb(84,14,208); }
div.DivClassName
{
background-color: #540ED0;
}
.BgClassName
{
background-color: #540ED0;
}
</style>
border-color css
<style>
span { border-color: #540ED0; }
span { border-color: rgb(84,14,208); }
td.TdClassName
{
border-color: #540ED0;
}
.TagClassName
{
border-color: #540ED0;
}
</style>