Shades of Purple Heart #5540BD
Tints of Purple Heart #5540BD
RGB
CMYK
RGB Variations
Color information
#5540BD (or 0x5540BD) is known color: Purple Heart. HEX triplet: 55, 40 and BD. RGB value is (85,64,189). Sum of RGB (Red+Green+Blue) = 85+64+189=338 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.15% from 338); Green value is 64 (25.39% from 255 or 18.93% from 338); Blue value is 189 (74.22% from 255 or 55.92% from 338); Max value from RGB is 189 - color contains mainly: blue. Hex color #5540BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5540BD is #AABF42. Grayscale: #545454. Windows color (decimal): -11190083 or 12402773. OLE color: 12402773.
HSL color Cylindrical-coordinate representation of color #5540BD: hue angle of 250.08º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5540BD is Cyan = 0.55, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 85 | 64 | 189 | - |
| CMYK | 0.55 | 0.66 | 0 | 0.26 |
| HSL | 250.08º | 0.49% | 0.5% | - |
| HSV(B) | 250.08º | 0.66% | 0.74% | - |
| XYZ | 14.77 | 9.27 | 49.16 | - |
| YUV | 84.53 | 186.96 | 128.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 64 | 189 | 0.55 | 0.66 | 0 | 0.26 | 250.08 | 0.49 | 0.5 |
| Hex | 55 | 40 | BD | 37 | 42 | 0 | 1A | FA | 31 | 32 |
| Octal | 125 | 100 | 275 | 67 | 102 | 0 | 32 | 372 | 61 | 62 |
| Binary | 1010101 | 1000000 | 10111101 | 110111 | 1000010 | 0 | 11010 | 11111010 | 110001 | 110010 |
Color Harmonies of #5540BD
Complementary color
Monochromatic Colors of #5540BD
Black with #5540BD
Text Example
Text Example
White with #5540BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5540BD; }
p { color: rgb(85,64,189); }
H1.HeaderClassName
{
color: #5540BD;
}
.AnyTagClassName
{
color: #5540BD;
}
</style>
background-color css
<style>
a { background-color: #5540BD; }
a { background-color: rgb(85,64,189); }
div.DivClassName
{
background-color: #5540BD;
}
.BgClassName
{
background-color: #5540BD;
}
</style>
border-color css
<style>
span { border-color: #5540BD; }
span { border-color: rgb(85,64,189); }
td.TdClassName
{
border-color: #5540BD;
}
.TagClassName
{
border-color: #5540BD;
}
</style>