Shades of Purple Heart #5625AC
Tints of Purple Heart #5625AC
RGB
CMYK
RGB Variations
Color information
#5625AC (or 0x5625AC) is known color: Purple Heart. HEX triplet: 56, 25 and AC. RGB value is (86,37,172). Sum of RGB (Red+Green+Blue) = 86+37+172=295 (39% of max value = 765). Red value is 86 (33.98% from 255 or 29.15% from 295); Green value is 37 (14.84% from 255 or 12.54% from 295); Blue value is 172 (67.58% from 255 or 58.31% from 295); Max value from RGB is 172 - color contains mainly: blue. Hex color #5625AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5625AC is #A9DA53. Grayscale: #424242. Windows color (decimal): -11131476 or 11281750. OLE color: 11281750.
HSL color Cylindrical-coordinate representation of color #5625AC: hue angle of 261.78º degrees, saturation: 0.65, 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 #5625AC is Cyan = 0.5, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 86 | 37 | 172 | - |
| CMYK | 0.5 | 0.78 | 0 | 0.33 |
| HSL | 261.78º | 0.65% | 0.41% | - |
| HSV(B) | 261.78º | 0.78% | 0.67% | - |
| XYZ | 11.95 | 6.28 | 39.61 | - |
| YUV | 67.04 | 187.23 | 141.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 37 | 172 | 0.5 | 0.78 | 0 | 0.33 | 261.78 | 0.65 | 0.41 |
| Hex | 56 | 25 | AC | 32 | 4E | 0 | 21 | 106 | 41 | 29 |
| Octal | 126 | 45 | 254 | 62 | 116 | 0 | 41 | 406 | 101 | 51 |
| Binary | 1010110 | 100101 | 10101100 | 110010 | 1001110 | 0 | 100001 | 100000110 | 1000001 | 101001 |
Color Harmonies of #5625AC
Complementary color
Monochromatic Colors of #5625AC
Black with #5625AC
Text Example
Text Example
White with #5625AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5625AC; }
p { color: rgb(86,37,172); }
H1.HeaderClassName
{
color: #5625AC;
}
.AnyTagClassName
{
color: #5625AC;
}
</style>
background-color css
<style>
a { background-color: #5625AC; }
a { background-color: rgb(86,37,172); }
div.DivClassName
{
background-color: #5625AC;
}
.BgClassName
{
background-color: #5625AC;
}
</style>
border-color css
<style>
span { border-color: #5625AC; }
span { border-color: rgb(86,37,172); }
td.TdClassName
{
border-color: #5625AC;
}
.TagClassName
{
border-color: #5625AC;
}
</style>