Shades of Purple Heart #5627AB
Tints of Purple Heart #5627AB
RGB
CMYK
RGB Variations
Color information
#5627AB (or 0x5627AB) is known color: Purple Heart. HEX triplet: 56, 27 and AB. RGB value is (86,39,171). Sum of RGB (Red+Green+Blue) = 86+39+171=296 (39% of max value = 765). Red value is 86 (33.98% from 255 or 29.05% from 296); Green value is 39 (15.62% from 255 or 13.18% from 296); Blue value is 171 (67.19% from 255 or 57.77% from 296); Max value from RGB is 171 - color contains mainly: blue. Hex color #5627AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5627AB is #A9D854. Grayscale: #434343. Windows color (decimal): -11130965 or 11216726. OLE color: 11216726.
HSL color Cylindrical-coordinate representation of color #5627AB: hue angle of 261.36º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5627AB is Cyan = 0.50, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 86 | 39 | 171 | - |
| CMYK | 0.50 | 0.77 | 0 | 0.33 |
| HSL | 261.36º | 0.63% | 0.41% | - |
| HSV(B) | 261.36º | 0.77% | 0.67% | - |
| XYZ | 11.91 | 6.37 | 39.13 | - |
| YUV | 68.1 | 186.07 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 39 | 171 | 0.50 | 0.77 | 0 | 0.33 | 261.36 | 0.63 | 0.41 |
| Hex | 56 | 27 | AB | 32 | 4D | 0 | 21 | 105 | 3F | 29 |
| Octal | 126 | 47 | 253 | 62 | 115 | 0 | 41 | 405 | 77 | 51 |
| Binary | 1010110 | 100111 | 10101011 | 110010 | 1001101 | 0 | 100001 | 100000101 | 111111 | 101001 |
Color Harmonies of #5627AB
Complementary color
Monochromatic Colors of #5627AB
Black with #5627AB
Text Example
Text Example
White with #5627AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5627AB; }
p { color: rgb(86,39,171); }
H1.HeaderClassName
{
color: #5627AB;
}
.AnyTagClassName
{
color: #5627AB;
}
</style>
background-color css
<style>
a { background-color: #5627AB; }
a { background-color: rgb(86,39,171); }
div.DivClassName
{
background-color: #5627AB;
}
.BgClassName
{
background-color: #5627AB;
}
</style>
border-color css
<style>
span { border-color: #5627AB; }
span { border-color: rgb(86,39,171); }
td.TdClassName
{
border-color: #5627AB;
}
.TagClassName
{
border-color: #5627AB;
}
</style>