Shades of Purple Heart #5641BE
Tints of Purple Heart #5641BE
RGB
CMYK
RGB Variations
Color information
#5641BE (or 0x5641BE) is known color: Purple Heart. HEX triplet: 56, 41 and BE. RGB value is (86,65,190). Sum of RGB (Red+Green+Blue) = 86+65+190=341 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.22% from 341); Green value is 65 (25.78% from 255 or 19.06% from 341); Blue value is 190 (74.61% from 255 or 55.72% from 341); Max value from RGB is 190 - color contains mainly: blue. Hex color #5641BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5641BE is #A9BE41. Grayscale: #555555. Windows color (decimal): -11124290 or 12468566. OLE color: 12468566.
HSL color Cylindrical-coordinate representation of color #5641BE: hue angle of 250.08º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5641BE is Cyan = 0.55, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 86 | 65 | 190 | - |
| CMYK | 0.55 | 0.66 | 0 | 0.25 |
| HSL | 250.08º | 0.49% | 0.5% | - |
| HSV(B) | 250.08º | 0.66% | 0.75% | - |
| XYZ | 15.02 | 9.48 | 49.75 | - |
| YUV | 85.53 | 186.96 | 128.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 65 | 190 | 0.55 | 0.66 | 0 | 0.25 | 250.08 | 0.49 | 0.5 |
| Hex | 56 | 41 | BE | 37 | 42 | 0 | 19 | FA | 31 | 32 |
| Octal | 126 | 101 | 276 | 67 | 102 | 0 | 31 | 372 | 61 | 62 |
| Binary | 1010110 | 1000001 | 10111110 | 110111 | 1000010 | 0 | 11001 | 11111010 | 110001 | 110010 |
Color Harmonies of #5641BE
Complementary color
Monochromatic Colors of #5641BE
Black with #5641BE
Text Example
Text Example
White with #5641BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5641BE; }
p { color: rgb(86,65,190); }
H1.HeaderClassName
{
color: #5641BE;
}
.AnyTagClassName
{
color: #5641BE;
}
</style>
background-color css
<style>
a { background-color: #5641BE; }
a { background-color: rgb(86,65,190); }
div.DivClassName
{
background-color: #5641BE;
}
.BgClassName
{
background-color: #5641BE;
}
</style>
border-color css
<style>
span { border-color: #5641BE; }
span { border-color: rgb(86,65,190); }
td.TdClassName
{
border-color: #5641BE;
}
.TagClassName
{
border-color: #5641BE;
}
</style>