Shades of Purple Heart #540DBE
Tints of Purple Heart #540DBE
RGB
CMYK
RGB Variations
Color information
#540DBE (or 0x540DBE) is known color: Purple Heart. HEX triplet: 54, 0D and BE. RGB value is (84,13,190). Sum of RGB (Red+Green+Blue) = 84+13+190=287 (38% of max value = 765). Red value is 84 (33.20% from 255 or 29.27% from 287); Green value is 13 (5.47% from 255 or 4.53% from 287); Blue value is 190 (74.61% from 255 or 66.20% from 287); Max value from RGB is 190 - color contains mainly: blue. Hex color #540DBE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #540DBE is #ABF241. Grayscale: #353535. Windows color (decimal): -11268674 or 12455252. OLE color: 12455252.
HSL color Cylindrical-coordinate representation of color #540DBE: hue angle of 264.07º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #540DBE is Cyan = 0.56, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 84 | 13 | 190 | - |
| CMYK | 0.56 | 0.93 | 0 | 0.25 |
| HSL | 264.07º | 0.87% | 0.4% | - |
| HSV(B) | 264.07º | 0.93% | 0.75% | - |
| XYZ | 13.09 | 5.89 | 49.16 | - |
| YUV | 54.41 | 204.52 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 13 | 190 | 0.56 | 0.93 | 0 | 0.25 | 264.07 | 0.87 | 0.4 |
| Hex | 54 | D | BE | 38 | 5D | 0 | 19 | 108 | 57 | 28 |
| Octal | 124 | 15 | 276 | 70 | 135 | 0 | 31 | 410 | 127 | 50 |
| Binary | 1010100 | 1101 | 10111110 | 111000 | 1011101 | 0 | 11001 | 100001000 | 1010111 | 101000 |
Color Harmonies of #540DBE
Complementary color
Monochromatic Colors of #540DBE
Black with #540DBE
Text Example
Text Example
White with #540DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540DBE; }
p { color: rgb(84,13,190); }
H1.HeaderClassName
{
color: #540DBE;
}
.AnyTagClassName
{
color: #540DBE;
}
</style>
background-color css
<style>
a { background-color: #540DBE; }
a { background-color: rgb(84,13,190); }
div.DivClassName
{
background-color: #540DBE;
}
.BgClassName
{
background-color: #540DBE;
}
</style>
border-color css
<style>
span { border-color: #540DBE; }
span { border-color: rgb(84,13,190); }
td.TdClassName
{
border-color: #540DBE;
}
.TagClassName
{
border-color: #540DBE;
}
</style>