Shades of Purple Heart #5628D8
Tints of Purple Heart #5628D8
RGB
CMYK
RGB Variations
Color information
#5628D8 (or 0x5628D8) is known color: Purple Heart. HEX triplet: 56, 28 and D8. RGB value is (86,40,216). Sum of RGB (Red+Green+Blue) = 86+40+216=342 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.15% from 342); Green value is 40 (16.02% from 255 or 11.70% from 342); Blue value is 216 (84.77% from 255 or 63.16% from 342); Max value from RGB is 216 - color contains mainly: blue. Hex color #5628D8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5628D8 is #A9D727. Grayscale: #494949. Windows color (decimal): -11130664 or 14166102. OLE color: 14166102.
HSL color Cylindrical-coordinate representation of color #5628D8: hue angle of 255.68º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5628D8 is Cyan = 0.60, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 86 | 40 | 216 | - |
| CMYK | 0.60 | 0.81 | 0 | 0.15 |
| HSL | 255.68º | 0.69% | 0.5% | - |
| HSV(B) | 255.68º | 0.81% | 0.85% | - |
| XYZ | 16.99 | 8.45 | 65.7 | - |
| YUV | 73.82 | 208.24 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 40 | 216 | 0.60 | 0.81 | 0 | 0.15 | 255.68 | 0.69 | 0.5 |
| Hex | 56 | 28 | D8 | 3C | 51 | 0 | F | 100 | 45 | 32 |
| Octal | 126 | 50 | 330 | 74 | 121 | 0 | 17 | 400 | 105 | 62 |
| Binary | 1010110 | 101000 | 11011000 | 111100 | 1010001 | 0 | 1111 | 100000000 | 1000101 | 110010 |
Color Harmonies of #5628D8
Complementary color
Monochromatic Colors of #5628D8
Black with #5628D8
Text Example
Text Example
White with #5628D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5628D8; }
p { color: rgb(86,40,216); }
H1.HeaderClassName
{
color: #5628D8;
}
.AnyTagClassName
{
color: #5628D8;
}
</style>
background-color css
<style>
a { background-color: #5628D8; }
a { background-color: rgb(86,40,216); }
div.DivClassName
{
background-color: #5628D8;
}
.BgClassName
{
background-color: #5628D8;
}
</style>
border-color css
<style>
span { border-color: #5628D8; }
span { border-color: rgb(86,40,216); }
td.TdClassName
{
border-color: #5628D8;
}
.TagClassName
{
border-color: #5628D8;
}
</style>