Shades of Purple Heart #5628AF
Tints of Purple Heart #5628AF
RGB
CMYK
RGB Variations
Color information
#5628AF (or 0x5628AF) is known color: Purple Heart. HEX triplet: 56, 28 and AF. RGB value is (86,40,175). Sum of RGB (Red+Green+Blue) = 86+40+175=301 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.57% from 301); Green value is 40 (16.02% from 255 or 13.29% from 301); Blue value is 175 (68.75% from 255 or 58.14% from 301); Max value from RGB is 175 - color contains mainly: blue. Hex color #5628AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5628AF is #A9D750. Grayscale: #444444. Windows color (decimal): -11130705 or 11479126. OLE color: 11479126.
HSL color Cylindrical-coordinate representation of color #5628AF: hue angle of 260.44º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5628AF is Cyan = 0.51, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 86 | 40 | 175 | - |
| CMYK | 0.51 | 0.77 | 0 | 0.31 |
| HSL | 260.44º | 0.63% | 0.42% | - |
| HSV(B) | 260.44º | 0.77% | 0.69% | - |
| XYZ | 12.33 | 6.59 | 41.18 | - |
| YUV | 69.14 | 187.74 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 40 | 175 | 0.51 | 0.77 | 0 | 0.31 | 260.44 | 0.63 | 0.42 |
| Hex | 56 | 28 | AF | 33 | 4D | 0 | 1F | 104 | 3F | 2A |
| Octal | 126 | 50 | 257 | 63 | 115 | 0 | 37 | 404 | 77 | 52 |
| Binary | 1010110 | 101000 | 10101111 | 110011 | 1001101 | 0 | 11111 | 100000100 | 111111 | 101010 |
Color Harmonies of #5628AF
Complementary color
Monochromatic Colors of #5628AF
Black with #5628AF
Text Example
Text Example
White with #5628AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5628AF; }
p { color: rgb(86,40,175); }
H1.HeaderClassName
{
color: #5628AF;
}
.AnyTagClassName
{
color: #5628AF;
}
</style>
background-color css
<style>
a { background-color: #5628AF; }
a { background-color: rgb(86,40,175); }
div.DivClassName
{
background-color: #5628AF;
}
.BgClassName
{
background-color: #5628AF;
}
</style>
border-color css
<style>
span { border-color: #5628AF; }
span { border-color: rgb(86,40,175); }
td.TdClassName
{
border-color: #5628AF;
}
.TagClassName
{
border-color: #5628AF;
}
</style>