Shades of Purple Heart #5627BA
Tints of Purple Heart #5627BA
RGB
CMYK
RGB Variations
Color information
#5627BA (or 0x5627BA) is known color: Purple Heart. HEX triplet: 56, 27 and BA. RGB value is (86,39,186). Sum of RGB (Red+Green+Blue) = 86+39+186=311 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.65% from 311); Green value is 39 (15.62% from 255 or 12.54% from 311); Blue value is 186 (73.05% from 255 or 59.81% from 311); Max value from RGB is 186 - color contains mainly: blue. Hex color #5627BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5627BA is #A9D845. Grayscale: #454545. Windows color (decimal): -11130950 or 12199766. OLE color: 12199766.
HSL color Cylindrical-coordinate representation of color #5627BA: hue angle of 259.18º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5627BA is Cyan = 0.54, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 86 | 39 | 186 | - |
| CMYK | 0.54 | 0.79 | 0 | 0.27 |
| HSL | 259.18º | 0.65% | 0.44% | - |
| HSV(B) | 259.18º | 0.79% | 0.73% | - |
| XYZ | 13.43 | 6.97 | 47.09 | - |
| YUV | 69.81 | 193.57 | 139.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 39 | 186 | 0.54 | 0.79 | 0 | 0.27 | 259.18 | 0.65 | 0.44 |
| Hex | 56 | 27 | BA | 36 | 4F | 0 | 1B | 103 | 41 | 2C |
| Octal | 126 | 47 | 272 | 66 | 117 | 0 | 33 | 403 | 101 | 54 |
| Binary | 1010110 | 100111 | 10111010 | 110110 | 1001111 | 0 | 11011 | 100000011 | 1000001 | 101100 |
Color Harmonies of #5627BA
Complementary color
Monochromatic Colors of #5627BA
Black with #5627BA
Text Example
Text Example
White with #5627BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5627BA; }
p { color: rgb(86,39,186); }
H1.HeaderClassName
{
color: #5627BA;
}
.AnyTagClassName
{
color: #5627BA;
}
</style>
background-color css
<style>
a { background-color: #5627BA; }
a { background-color: rgb(86,39,186); }
div.DivClassName
{
background-color: #5627BA;
}
.BgClassName
{
background-color: #5627BA;
}
</style>
border-color css
<style>
span { border-color: #5627BA; }
span { border-color: rgb(86,39,186); }
td.TdClassName
{
border-color: #5627BA;
}
.TagClassName
{
border-color: #5627BA;
}
</style>