Shades of Purple Heart #5625AB
Tints of Purple Heart #5625AB
RGB
CMYK
RGB Variations
Color information
#5625AB (or 0x5625AB) is known color: Purple Heart. HEX triplet: 56, 25 and AB. RGB value is (86,37,171). Sum of RGB (Red+Green+Blue) = 86+37+171=294 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.25% from 294); Green value is 37 (14.84% from 255 or 12.59% from 294); Blue value is 171 (67.19% from 255 or 58.16% from 294); Max value from RGB is 171 - color contains mainly: blue. Hex color #5625AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5625AB is #A9DA54. Grayscale: #424242. Windows color (decimal): -11131477 or 11216214. OLE color: 11216214.
HSL color Cylindrical-coordinate representation of color #5625AB: hue angle of 261.94º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5625AB is Cyan = 0.50, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 86 | 37 | 171 | - |
| CMYK | 0.50 | 0.78 | 0 | 0.33 |
| HSL | 261.94º | 0.64% | 0.41% | - |
| HSV(B) | 261.94º | 0.78% | 0.67% | - |
| XYZ | 11.85 | 6.24 | 39.11 | - |
| YUV | 66.93 | 186.73 | 141.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 37 | 171 | 0.50 | 0.78 | 0 | 0.33 | 261.94 | 0.64 | 0.41 |
| Hex | 56 | 25 | AB | 32 | 4E | 0 | 21 | 106 | 40 | 29 |
| Octal | 126 | 45 | 253 | 62 | 116 | 0 | 41 | 406 | 100 | 51 |
| Binary | 1010110 | 100101 | 10101011 | 110010 | 1001110 | 0 | 100001 | 100000110 | 1000000 | 101001 |
Color Harmonies of #5625AB
Complementary color
Monochromatic Colors of #5625AB
Black with #5625AB
Text Example
Text Example
White with #5625AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5625AB; }
p { color: rgb(86,37,171); }
H1.HeaderClassName
{
color: #5625AB;
}
.AnyTagClassName
{
color: #5625AB;
}
</style>
background-color css
<style>
a { background-color: #5625AB; }
a { background-color: rgb(86,37,171); }
div.DivClassName
{
background-color: #5625AB;
}
.BgClassName
{
background-color: #5625AB;
}
</style>
border-color css
<style>
span { border-color: #5625AB; }
span { border-color: rgb(86,37,171); }
td.TdClassName
{
border-color: #5625AB;
}
.TagClassName
{
border-color: #5625AB;
}
</style>