Shades of Purple Heart #5540BA
Tints of Purple Heart #5540BA
RGB
CMYK
RGB Variations
Color information
#5540BA (or 0x5540BA) is known color: Purple Heart. HEX triplet: 55, 40 and BA. RGB value is (85,64,186). Sum of RGB (Red+Green+Blue) = 85+64+186=335 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.37% from 335); Green value is 64 (25.39% from 255 or 19.10% from 335); Blue value is 186 (73.05% from 255 or 55.52% from 335); Max value from RGB is 186 - color contains mainly: blue. Hex color #5540BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5540BA is #AABF45. Grayscale: #535353. Windows color (decimal): -11190086 or 12206165. OLE color: 12206165.
HSL color Cylindrical-coordinate representation of color #5540BA: hue angle of 250.33º 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 #5540BA is Cyan = 0.54, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 64 | 186 | - |
| CMYK | 0.54 | 0.66 | 0 | 0.27 |
| HSL | 250.33º | 0.49% | 0.49% | - |
| HSV(B) | 250.33º | 0.66% | 0.73% | - |
| XYZ | 14.44 | 9.14 | 47.46 | - |
| YUV | 84.19 | 185.46 | 128.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 64 | 186 | 0.54 | 0.66 | 0 | 0.27 | 250.33 | 0.49 | 0.49 |
| Hex | 55 | 40 | BA | 36 | 42 | 0 | 1B | FA | 31 | 31 |
| Octal | 125 | 100 | 272 | 66 | 102 | 0 | 33 | 372 | 61 | 61 |
| Binary | 1010101 | 1000000 | 10111010 | 110110 | 1000010 | 0 | 11011 | 11111010 | 110001 | 110001 |
Color Harmonies of #5540BA
Complementary color
Monochromatic Colors of #5540BA
Black with #5540BA
Text Example
Text Example
White with #5540BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5540BA; }
p { color: rgb(85,64,186); }
H1.HeaderClassName
{
color: #5540BA;
}
.AnyTagClassName
{
color: #5540BA;
}
</style>
background-color css
<style>
a { background-color: #5540BA; }
a { background-color: rgb(85,64,186); }
div.DivClassName
{
background-color: #5540BA;
}
.BgClassName
{
background-color: #5540BA;
}
</style>
border-color css
<style>
span { border-color: #5540BA; }
span { border-color: rgb(85,64,186); }
td.TdClassName
{
border-color: #5540BA;
}
.TagClassName
{
border-color: #5540BA;
}
</style>