Shades of Purple Heart #5541BC
Tints of Purple Heart #5541BC
RGB
CMYK
RGB Variations
Color information
#5541BC (or 0x5541BC) is known color: Purple Heart. HEX triplet: 55, 41 and BC. RGB value is (85,65,188). Sum of RGB (Red+Green+Blue) = 85+65+188=338 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.15% from 338); Green value is 65 (25.78% from 255 or 19.23% from 338); Blue value is 188 (73.83% from 255 or 55.62% from 338); Max value from RGB is 188 - color contains mainly: blue. Hex color #5541BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5541BC is #AABE43. Grayscale: #545454. Windows color (decimal): -11189828 or 12337493. OLE color: 12337493.
HSL color Cylindrical-coordinate representation of color #5541BC: hue angle of 249.76º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5541BC is Cyan = 0.55, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 85 | 65 | 188 | - |
| CMYK | 0.55 | 0.65 | 0 | 0.26 |
| HSL | 249.76º | 0.49% | 0.5% | - |
| HSV(B) | 249.76º | 0.65% | 0.74% | - |
| XYZ | 14.71 | 9.34 | 48.6 | - |
| YUV | 85 | 186.13 | 128 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 65 | 188 | 0.55 | 0.65 | 0 | 0.26 | 249.76 | 0.49 | 0.5 |
| Hex | 55 | 41 | BC | 37 | 41 | 0 | 1A | FA | 31 | 32 |
| Octal | 125 | 101 | 274 | 67 | 101 | 0 | 32 | 372 | 61 | 62 |
| Binary | 1010101 | 1000001 | 10111100 | 110111 | 1000001 | 0 | 11010 | 11111010 | 110001 | 110010 |
Color Harmonies of #5541BC
Complementary color
Monochromatic Colors of #5541BC
Black with #5541BC
Text Example
Text Example
White with #5541BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5541BC; }
p { color: rgb(85,65,188); }
H1.HeaderClassName
{
color: #5541BC;
}
.AnyTagClassName
{
color: #5541BC;
}
</style>
background-color css
<style>
a { background-color: #5541BC; }
a { background-color: rgb(85,65,188); }
div.DivClassName
{
background-color: #5541BC;
}
.BgClassName
{
background-color: #5541BC;
}
</style>
border-color css
<style>
span { border-color: #5541BC; }
span { border-color: rgb(85,65,188); }
td.TdClassName
{
border-color: #5541BC;
}
.TagClassName
{
border-color: #5541BC;
}
</style>