Shades of Purple Heart #5639AD
Tints of Purple Heart #5639AD
RGB
CMYK
RGB Variations
Color information
#5639AD (or 0x5639AD) is known color: Purple Heart. HEX triplet: 56, 39 and AD. RGB value is (86,57,173). Sum of RGB (Red+Green+Blue) = 86+57+173=316 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.22% from 316); Green value is 57 (22.66% from 255 or 18.04% from 316); Blue value is 173 (67.97% from 255 or 54.75% from 316); Max value from RGB is 173 - color contains mainly: blue. Hex color #5639AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5639AD is #A9C652. Grayscale: #4E4E4E. Windows color (decimal): -11126355 or 11352406. OLE color: 11352406.
HSL color Cylindrical-coordinate representation of color #5639AD: hue angle of 255º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5639AD is Cyan = 0.50, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 86 | 57 | 173 | - |
| CMYK | 0.50 | 0.67 | 0 | 0.32 |
| HSL | 255º | 0.5% | 0.45% | - |
| HSV(B) | 255º | 0.67% | 0.68% | - |
| XYZ | 12.84 | 7.92 | 40.39 | - |
| YUV | 78.9 | 181.11 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 57 | 173 | 0.50 | 0.67 | 0 | 0.32 | 255 | 0.5 | 0.45 |
| Hex | 56 | 39 | AD | 32 | 43 | 0 | 20 | FF | 32 | 2D |
| Octal | 126 | 71 | 255 | 62 | 103 | 0 | 40 | 377 | 62 | 55 |
| Binary | 1010110 | 111001 | 10101101 | 110010 | 1000011 | 0 | 100000 | 11111111 | 110010 | 101101 |
Color Harmonies of #5639AD
Complementary color
Monochromatic Colors of #5639AD
Black with #5639AD
Text Example
Text Example
White with #5639AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5639AD; }
p { color: rgb(86,57,173); }
H1.HeaderClassName
{
color: #5639AD;
}
.AnyTagClassName
{
color: #5639AD;
}
</style>
background-color css
<style>
a { background-color: #5639AD; }
a { background-color: rgb(86,57,173); }
div.DivClassName
{
background-color: #5639AD;
}
.BgClassName
{
background-color: #5639AD;
}
</style>
border-color css
<style>
span { border-color: #5639AD; }
span { border-color: rgb(86,57,173); }
td.TdClassName
{
border-color: #5639AD;
}
.TagClassName
{
border-color: #5639AD;
}
</style>