Shades of Purple Heart #540BBB
Tints of Purple Heart #540BBB
RGB
CMYK
RGB Variations
Color information
#540BBB (or 0x540BBB) is known color: Purple Heart. HEX triplet: 54, 0B and BB. RGB value is (84,11,187). Sum of RGB (Red+Green+Blue) = 84+11+187=282 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.79% from 282); Green value is 11 (4.69% from 255 or 3.90% from 282); Blue value is 187 (73.44% from 255 or 66.31% from 282); Max value from RGB is 187 - color contains mainly: blue. Hex color #540BBB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #540BBB is #ABF444. Grayscale: #343434. Windows color (decimal): -11269189 or 12258132. OLE color: 12258132.
HSL color Cylindrical-coordinate representation of color #540BBB: hue angle of 264.89º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #540BBB is Cyan = 0.55, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 84 | 11 | 187 | - |
| CMYK | 0.55 | 0.94 | 0 | 0.27 |
| HSL | 264.89º | 0.89% | 0.39% | - |
| HSV(B) | 264.89º | 0.94% | 0.73% | - |
| XYZ | 12.75 | 5.71 | 47.44 | - |
| YUV | 52.89 | 203.68 | 150.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 11 | 187 | 0.55 | 0.94 | 0 | 0.27 | 264.89 | 0.89 | 0.39 |
| Hex | 54 | B | BB | 37 | 5E | 0 | 1B | 109 | 59 | 27 |
| Octal | 124 | 13 | 273 | 67 | 136 | 0 | 33 | 411 | 131 | 47 |
| Binary | 1010100 | 1011 | 10111011 | 110111 | 1011110 | 0 | 11011 | 100001001 | 1011001 | 100111 |
Color Harmonies of #540BBB
Complementary color
Monochromatic Colors of #540BBB
Black with #540BBB
Text Example
Text Example
White with #540BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540BBB; }
p { color: rgb(84,11,187); }
H1.HeaderClassName
{
color: #540BBB;
}
.AnyTagClassName
{
color: #540BBB;
}
</style>
background-color css
<style>
a { background-color: #540BBB; }
a { background-color: rgb(84,11,187); }
div.DivClassName
{
background-color: #540BBB;
}
.BgClassName
{
background-color: #540BBB;
}
</style>
border-color css
<style>
span { border-color: #540BBB; }
span { border-color: rgb(84,11,187); }
td.TdClassName
{
border-color: #540BBB;
}
.TagClassName
{
border-color: #540BBB;
}
</style>