Shades of Purple Heart #5641BA
Tints of Purple Heart #5641BA
RGB
CMYK
RGB Variations
Color information
#5641BA (or 0x5641BA) is known color: Purple Heart. HEX triplet: 56, 41 and BA. RGB value is (86,65,186). Sum of RGB (Red+Green+Blue) = 86+65+186=337 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.52% from 337); Green value is 65 (25.78% from 255 or 19.29% from 337); Blue value is 186 (73.05% from 255 or 55.19% from 337); Max value from RGB is 186 - color contains mainly: blue. Hex color #5641BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5641BA is #A9BE45. Grayscale: #545454. Windows color (decimal): -11124294 or 12206422. OLE color: 12206422.
HSL color Cylindrical-coordinate representation of color #5641BA: hue angle of 250.41º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5641BA is Cyan = 0.54, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 86 | 65 | 186 | - |
| CMYK | 0.54 | 0.65 | 0 | 0.27 |
| HSL | 250.41º | 0.48% | 0.49% | - |
| HSV(B) | 250.41º | 0.65% | 0.73% | - |
| XYZ | 14.59 | 9.3 | 47.48 | - |
| YUV | 85.07 | 184.96 | 128.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 65 | 186 | 0.54 | 0.65 | 0 | 0.27 | 250.41 | 0.48 | 0.49 |
| Hex | 56 | 41 | BA | 36 | 41 | 0 | 1B | FA | 30 | 31 |
| Octal | 126 | 101 | 272 | 66 | 101 | 0 | 33 | 372 | 60 | 61 |
| Binary | 1010110 | 1000001 | 10111010 | 110110 | 1000001 | 0 | 11011 | 11111010 | 110000 | 110001 |
Color Harmonies of #5641BA
Complementary color
Monochromatic Colors of #5641BA
Black with #5641BA
Text Example
Text Example
White with #5641BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5641BA; }
p { color: rgb(86,65,186); }
H1.HeaderClassName
{
color: #5641BA;
}
.AnyTagClassName
{
color: #5641BA;
}
</style>
background-color css
<style>
a { background-color: #5641BA; }
a { background-color: rgb(86,65,186); }
div.DivClassName
{
background-color: #5641BA;
}
.BgClassName
{
background-color: #5641BA;
}
</style>
border-color css
<style>
span { border-color: #5641BA; }
span { border-color: rgb(86,65,186); }
td.TdClassName
{
border-color: #5641BA;
}
.TagClassName
{
border-color: #5641BA;
}
</style>