Shades of Purple Heart #5440BA
Tints of Purple Heart #5440BA
RGB
CMYK
RGB Variations
Color information
#5440BA (or 0x5440BA) is known color: Purple Heart. HEX triplet: 54, 40 and BA. RGB value is (84,64,186). Sum of RGB (Red+Green+Blue) = 84+64+186=334 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.15% from 334); Green value is 64 (25.39% from 255 or 19.16% from 334); Blue value is 186 (73.05% from 255 or 55.69% from 334); Max value from RGB is 186 - color contains mainly: blue. Hex color #5440BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5440BA is #ABBF45. Grayscale: #535353. Windows color (decimal): -11255622 or 12206164. OLE color: 12206164.
HSL color Cylindrical-coordinate representation of color #5440BA: hue angle of 249.84º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5440BA is Cyan = 0.55, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 84 | 64 | 186 | - |
| CMYK | 0.55 | 0.66 | 0 | 0.27 |
| HSL | 249.84º | 0.49% | 0.49% | - |
| HSV(B) | 249.84º | 0.66% | 0.73% | - |
| XYZ | 14.35 | 9.1 | 47.45 | - |
| YUV | 83.89 | 185.63 | 128.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 64 | 186 | 0.55 | 0.66 | 0 | 0.27 | 249.84 | 0.49 | 0.49 |
| Hex | 54 | 40 | BA | 37 | 42 | 0 | 1B | FA | 31 | 31 |
| Octal | 124 | 100 | 272 | 67 | 102 | 0 | 33 | 372 | 61 | 61 |
| Binary | 1010100 | 1000000 | 10111010 | 110111 | 1000010 | 0 | 11011 | 11111010 | 110001 | 110001 |
Color Harmonies of #5440BA
Complementary color
Monochromatic Colors of #5440BA
Black with #5440BA
Text Example
Text Example
White with #5440BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5440BA; }
p { color: rgb(84,64,186); }
H1.HeaderClassName
{
color: #5440BA;
}
.AnyTagClassName
{
color: #5440BA;
}
</style>
background-color css
<style>
a { background-color: #5440BA; }
a { background-color: rgb(84,64,186); }
div.DivClassName
{
background-color: #5440BA;
}
.BgClassName
{
background-color: #5440BA;
}
</style>
border-color css
<style>
span { border-color: #5440BA; }
span { border-color: rgb(84,64,186); }
td.TdClassName
{
border-color: #5440BA;
}
.TagClassName
{
border-color: #5440BA;
}
</style>