Shades of Purple Heart #540EB0
Tints of Purple Heart #540EB0
RGB
CMYK
RGB Variations
Color information
#540EB0 (or 0x540EB0) is known color: Purple Heart. HEX triplet: 54, 0E and B0. RGB value is (84,14,176). Sum of RGB (Red+Green+Blue) = 84+14+176=274 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.66% from 274); Green value is 14 (5.86% from 255 or 5.11% from 274); Blue value is 176 (69.14% from 255 or 64.23% from 274); Max value from RGB is 176 - color contains mainly: blue. Hex color #540EB0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540EB0 is #ABF14F. Grayscale: #343434. Windows color (decimal): -11268432 or 11538004. OLE color: 11538004.
HSL color Cylindrical-coordinate representation of color #540EB0: hue angle of 265.93º 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 #540EB0 is Cyan = 0.52, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 84 | 14 | 176 | - |
| CMYK | 0.52 | 0.92 | 0 | 0.31 |
| HSL | 265.93º | 0.85% | 0.37% | - |
| HSV(B) | 265.93º | 0.92% | 0.69% | - |
| XYZ | 11.65 | 5.33 | 41.49 | - |
| YUV | 53.4 | 197.19 | 149.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 14 | 176 | 0.52 | 0.92 | 0 | 0.31 | 265.93 | 0.85 | 0.37 |
| Hex | 54 | E | B0 | 34 | 5C | 0 | 1F | 10A | 55 | 25 |
| Octal | 124 | 16 | 260 | 64 | 134 | 0 | 37 | 412 | 125 | 45 |
| Binary | 1010100 | 1110 | 10110000 | 110100 | 1011100 | 0 | 11111 | 100001010 | 1010101 | 100101 |
Color Harmonies of #540EB0
Complementary color
Monochromatic Colors of #540EB0
Black with #540EB0
Text Example
Text Example
White with #540EB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540EB0; }
p { color: rgb(84,14,176); }
H1.HeaderClassName
{
color: #540EB0;
}
.AnyTagClassName
{
color: #540EB0;
}
</style>
background-color css
<style>
a { background-color: #540EB0; }
a { background-color: rgb(84,14,176); }
div.DivClassName
{
background-color: #540EB0;
}
.BgClassName
{
background-color: #540EB0;
}
</style>
border-color css
<style>
span { border-color: #540EB0; }
span { border-color: rgb(84,14,176); }
td.TdClassName
{
border-color: #540EB0;
}
.TagClassName
{
border-color: #540EB0;
}
</style>