Shades of Purple Heart #540BBF
Tints of Purple Heart #540BBF
RGB
CMYK
RGB Variations
Color information
#540BBF (or 0x540BBF) is known color: Purple Heart. HEX triplet: 54, 0B and BF. RGB value is (84,11,191). Sum of RGB (Red+Green+Blue) = 84+11+191=286 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.37% from 286); Green value is 11 (4.69% from 255 or 3.85% from 286); Blue value is 191 (75% from 255 or 66.78% from 286); Max value from RGB is 191 - color contains mainly: blue. Hex color #540BBF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #540BBF is #ABF440. Grayscale: #343434. Windows color (decimal): -11269185 or 12520276. OLE color: 12520276.
HSL color Cylindrical-coordinate representation of color #540BBF: hue angle of 264.33º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #540BBF is Cyan = 0.56, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 84 | 11 | 191 | - |
| CMYK | 0.56 | 0.94 | 0 | 0.25 |
| HSL | 264.33º | 0.89% | 0.4% | - |
| HSV(B) | 264.33º | 0.94% | 0.75% | - |
| XYZ | 13.18 | 5.89 | 49.73 | - |
| YUV | 53.35 | 205.68 | 149.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 11 | 191 | 0.56 | 0.94 | 0 | 0.25 | 264.33 | 0.89 | 0.4 |
| Hex | 54 | B | BF | 38 | 5E | 0 | 19 | 108 | 59 | 28 |
| Octal | 124 | 13 | 277 | 70 | 136 | 0 | 31 | 410 | 131 | 50 |
| Binary | 1010100 | 1011 | 10111111 | 111000 | 1011110 | 0 | 11001 | 100001000 | 1011001 | 101000 |
Color Harmonies of #540BBF
Complementary color
Monochromatic Colors of #540BBF
Black with #540BBF
Text Example
Text Example
White with #540BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540BBF; }
p { color: rgb(84,11,191); }
H1.HeaderClassName
{
color: #540BBF;
}
.AnyTagClassName
{
color: #540BBF;
}
</style>
background-color css
<style>
a { background-color: #540BBF; }
a { background-color: rgb(84,11,191); }
div.DivClassName
{
background-color: #540BBF;
}
.BgClassName
{
background-color: #540BBF;
}
</style>
border-color css
<style>
span { border-color: #540BBF; }
span { border-color: rgb(84,11,191); }
td.TdClassName
{
border-color: #540BBF;
}
.TagClassName
{
border-color: #540BBF;
}
</style>