Shades of Purple Heart #5540BB
Tints of Purple Heart #5540BB
RGB
CMYK
RGB Variations
Color information
#5540BB (or 0x5540BB) is known color: Purple Heart. HEX triplet: 55, 40 and BB. RGB value is (85,64,187). Sum of RGB (Red+Green+Blue) = 85+64+187=336 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.30% from 336); Green value is 64 (25.39% from 255 or 19.05% from 336); Blue value is 187 (73.44% from 255 or 55.65% from 336); Max value from RGB is 187 - color contains mainly: blue. Hex color #5540BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5540BB is #AABF44. Grayscale: #535353. Windows color (decimal): -11190085 or 12271701. OLE color: 12271701.
HSL color Cylindrical-coordinate representation of color #5540BB: hue angle of 250.24º 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 #5540BB is Cyan = 0.55, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 64 | 187 | - |
| CMYK | 0.55 | 0.66 | 0 | 0.27 |
| HSL | 250.24º | 0.49% | 0.49% | - |
| HSV(B) | 250.24º | 0.66% | 0.73% | - |
| XYZ | 14.55 | 9.19 | 48.02 | - |
| YUV | 84.3 | 185.96 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 64 | 187 | 0.55 | 0.66 | 0 | 0.27 | 250.24 | 0.49 | 0.49 |
| Hex | 55 | 40 | BB | 37 | 42 | 0 | 1B | FA | 31 | 31 |
| Octal | 125 | 100 | 273 | 67 | 102 | 0 | 33 | 372 | 61 | 61 |
| Binary | 1010101 | 1000000 | 10111011 | 110111 | 1000010 | 0 | 11011 | 11111010 | 110001 | 110001 |
Color Harmonies of #5540BB
Complementary color
Monochromatic Colors of #5540BB
Black with #5540BB
Text Example
Text Example
White with #5540BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5540BB; }
p { color: rgb(85,64,187); }
H1.HeaderClassName
{
color: #5540BB;
}
.AnyTagClassName
{
color: #5540BB;
}
</style>
background-color css
<style>
a { background-color: #5540BB; }
a { background-color: rgb(85,64,187); }
div.DivClassName
{
background-color: #5540BB;
}
.BgClassName
{
background-color: #5540BB;
}
</style>
border-color css
<style>
span { border-color: #5540BB; }
span { border-color: rgb(85,64,187); }
td.TdClassName
{
border-color: #5540BB;
}
.TagClassName
{
border-color: #5540BB;
}
</style>