Shades of Purple Heart #5628BC
Tints of Purple Heart #5628BC
RGB
CMYK
RGB Variations
Color information
#5628BC (or 0x5628BC) is known color: Purple Heart. HEX triplet: 56, 28 and BC. RGB value is (86,40,188). Sum of RGB (Red+Green+Blue) = 86+40+188=314 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.39% from 314); Green value is 40 (16.02% from 255 or 12.74% from 314); Blue value is 188 (73.83% from 255 or 59.87% from 314); Max value from RGB is 188 - color contains mainly: blue. Hex color #5628BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5628BC is #A9D743. Grayscale: #464646. Windows color (decimal): -11130692 or 12331094. OLE color: 12331094.
HSL color Cylindrical-coordinate representation of color #5628BC: hue angle of 258.65º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5628BC is Cyan = 0.54, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 86 | 40 | 188 | - |
| CMYK | 0.54 | 0.79 | 0 | 0.26 |
| HSL | 258.65º | 0.65% | 0.45% | - |
| HSV(B) | 258.65º | 0.79% | 0.74% | - |
| XYZ | 13.67 | 7.13 | 48.23 | - |
| YUV | 70.63 | 194.24 | 138.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 40 | 188 | 0.54 | 0.79 | 0 | 0.26 | 258.65 | 0.65 | 0.45 |
| Hex | 56 | 28 | BC | 36 | 4F | 0 | 1A | 103 | 41 | 2D |
| Octal | 126 | 50 | 274 | 66 | 117 | 0 | 32 | 403 | 101 | 55 |
| Binary | 1010110 | 101000 | 10111100 | 110110 | 1001111 | 0 | 11010 | 100000011 | 1000001 | 101101 |
Color Harmonies of #5628BC
Complementary color
Monochromatic Colors of #5628BC
Black with #5628BC
Text Example
Text Example
White with #5628BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5628BC; }
p { color: rgb(86,40,188); }
H1.HeaderClassName
{
color: #5628BC;
}
.AnyTagClassName
{
color: #5628BC;
}
</style>
background-color css
<style>
a { background-color: #5628BC; }
a { background-color: rgb(86,40,188); }
div.DivClassName
{
background-color: #5628BC;
}
.BgClassName
{
background-color: #5628BC;
}
</style>
border-color css
<style>
span { border-color: #5628BC; }
span { border-color: rgb(86,40,188); }
td.TdClassName
{
border-color: #5628BC;
}
.TagClassName
{
border-color: #5628BC;
}
</style>