Shades of Purple Heart #5627AD
Tints of Purple Heart #5627AD
RGB
CMYK
RGB Variations
Color information
#5627AD (or 0x5627AD) is known color: Purple Heart. HEX triplet: 56, 27 and AD. RGB value is (86,39,173). Sum of RGB (Red+Green+Blue) = 86+39+173=298 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.86% from 298); Green value is 39 (15.62% from 255 or 13.09% from 298); Blue value is 173 (67.97% from 255 or 58.05% from 298); Max value from RGB is 173 - color contains mainly: blue. Hex color #5627AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5627AD is #A9D852. Grayscale: #434343. Windows color (decimal): -11130963 or 11347798. OLE color: 11347798.
HSL color Cylindrical-coordinate representation of color #5627AD: hue angle of 261.04º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5627AD is Cyan = 0.50, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 86 | 39 | 173 | - |
| CMYK | 0.50 | 0.77 | 0 | 0.32 |
| HSL | 261.04º | 0.63% | 0.42% | - |
| HSV(B) | 261.04º | 0.77% | 0.68% | - |
| XYZ | 12.11 | 6.45 | 40.14 | - |
| YUV | 68.33 | 187.07 | 140.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 39 | 173 | 0.50 | 0.77 | 0 | 0.32 | 261.04 | 0.63 | 0.42 |
| Hex | 56 | 27 | AD | 32 | 4D | 0 | 20 | 105 | 3F | 2A |
| Octal | 126 | 47 | 255 | 62 | 115 | 0 | 40 | 405 | 77 | 52 |
| Binary | 1010110 | 100111 | 10101101 | 110010 | 1001101 | 0 | 100000 | 100000101 | 111111 | 101010 |
Color Harmonies of #5627AD
Complementary color
Monochromatic Colors of #5627AD
Black with #5627AD
Text Example
Text Example
White with #5627AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5627AD; }
p { color: rgb(86,39,173); }
H1.HeaderClassName
{
color: #5627AD;
}
.AnyTagClassName
{
color: #5627AD;
}
</style>
background-color css
<style>
a { background-color: #5627AD; }
a { background-color: rgb(86,39,173); }
div.DivClassName
{
background-color: #5627AD;
}
.BgClassName
{
background-color: #5627AD;
}
</style>
border-color css
<style>
span { border-color: #5627AD; }
span { border-color: rgb(86,39,173); }
td.TdClassName
{
border-color: #5627AD;
}
.TagClassName
{
border-color: #5627AD;
}
</style>