Shades of Purple Heart #540ED2
Tints of Purple Heart #540ED2
RGB
CMYK
RGB Variations
Color information
#540ED2 (or 0x540ED2) is known color: Purple Heart. HEX triplet: 54, 0E and D2. RGB value is (84,14,210). Sum of RGB (Red+Green+Blue) = 84+14+210=308 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.27% from 308); Green value is 14 (5.86% from 255 or 4.55% from 308); Blue value is 210 (82.42% from 255 or 68.18% from 308); Max value from RGB is 210 - color contains mainly: blue. Hex color #540ED2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #540ED2 is #ABF12D. Grayscale: #383838. Windows color (decimal): -11268398 or 13766228. OLE color: 13766228.
HSL color Cylindrical-coordinate representation of color #540ED2: hue angle of 261.43º degrees, saturation: 0.88, 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 #540ED2 is Cyan = 0.6, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 84 | 14 | 210 | - |
| CMYK | 0.6 | 0.93 | 0 | 0.18 |
| HSL | 261.43º | 0.88% | 0.44% | - |
| HSV(B) | 261.43º | 0.93% | 0.82% | - |
| XYZ | 15.45 | 6.85 | 61.48 | - |
| YUV | 57.27 | 214.19 | 147.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 14 | 210 | 0.6 | 0.93 | 0 | 0.18 | 261.43 | 0.88 | 0.44 |
| Hex | 54 | E | D2 | 3C | 5D | 0 | 12 | 105 | 58 | 2C |
| Octal | 124 | 16 | 322 | 74 | 135 | 0 | 22 | 405 | 130 | 54 |
| Binary | 1010100 | 1110 | 11010010 | 111100 | 1011101 | 0 | 10010 | 100000101 | 1011000 | 101100 |
Color Harmonies of #540ED2
Complementary color
Monochromatic Colors of #540ED2
Black with #540ED2
Text Example
Text Example
White with #540ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540ED2; }
p { color: rgb(84,14,210); }
H1.HeaderClassName
{
color: #540ED2;
}
.AnyTagClassName
{
color: #540ED2;
}
</style>
background-color css
<style>
a { background-color: #540ED2; }
a { background-color: rgb(84,14,210); }
div.DivClassName
{
background-color: #540ED2;
}
.BgClassName
{
background-color: #540ED2;
}
</style>
border-color css
<style>
span { border-color: #540ED2; }
span { border-color: rgb(84,14,210); }
td.TdClassName
{
border-color: #540ED2;
}
.TagClassName
{
border-color: #540ED2;
}
</style>