Shades of Purple Heart #540BB5
Tints of Purple Heart #540BB5
RGB
CMYK
RGB Variations
Color information
#540BB5 (or 0x540BB5) is known color: Purple Heart. HEX triplet: 54, 0B and B5. RGB value is (84,11,181). Sum of RGB (Red+Green+Blue) = 84+11+181=276 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.43% from 276); Green value is 11 (4.69% from 255 or 3.99% from 276); Blue value is 181 (71.09% from 255 or 65.58% from 276); Max value from RGB is 181 - color contains mainly: blue. Hex color #540BB5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #540BB5 is #ABF44A. Grayscale: #333333. Windows color (decimal): -11269195 or 11864916. OLE color: 11864916.
HSL color Cylindrical-coordinate representation of color #540BB5: hue angle of 265.76º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #540BB5 is Cyan = 0.54, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 84 | 11 | 181 | - |
| CMYK | 0.54 | 0.94 | 0 | 0.29 |
| HSL | 265.76º | 0.89% | 0.38% | - |
| HSV(B) | 265.76º | 0.94% | 0.71% | - |
| XYZ | 12.12 | 5.46 | 44.13 | - |
| YUV | 52.21 | 200.68 | 150.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 11 | 181 | 0.54 | 0.94 | 0 | 0.29 | 265.76 | 0.89 | 0.38 |
| Hex | 54 | B | B5 | 36 | 5E | 0 | 1D | 10A | 59 | 26 |
| Octal | 124 | 13 | 265 | 66 | 136 | 0 | 35 | 412 | 131 | 46 |
| Binary | 1010100 | 1011 | 10110101 | 110110 | 1011110 | 0 | 11101 | 100001010 | 1011001 | 100110 |
Color Harmonies of #540BB5
Complementary color
Monochromatic Colors of #540BB5
Black with #540BB5
Text Example
Text Example
White with #540BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540BB5; }
p { color: rgb(84,11,181); }
H1.HeaderClassName
{
color: #540BB5;
}
.AnyTagClassName
{
color: #540BB5;
}
</style>
background-color css
<style>
a { background-color: #540BB5; }
a { background-color: rgb(84,11,181); }
div.DivClassName
{
background-color: #540BB5;
}
.BgClassName
{
background-color: #540BB5;
}
</style>
border-color css
<style>
span { border-color: #540BB5; }
span { border-color: rgb(84,11,181); }
td.TdClassName
{
border-color: #540BB5;
}
.TagClassName
{
border-color: #540BB5;
}
</style>