Shades of Purple Heart #5629BD
Tints of Purple Heart #5629BD
RGB
CMYK
RGB Variations
Color information
#5629BD (or 0x5629BD) is known color: Purple Heart. HEX triplet: 56, 29 and BD. RGB value is (86,41,189). Sum of RGB (Red+Green+Blue) = 86+41+189=316 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.22% from 316); Green value is 41 (16.41% from 255 or 12.97% from 316); Blue value is 189 (74.22% from 255 or 59.81% from 316); Max value from RGB is 189 - color contains mainly: blue. Hex color #5629BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5629BD is #A9D642. Grayscale: #464646. Windows color (decimal): -11130435 or 12396886. OLE color: 12396886.
HSL color Cylindrical-coordinate representation of color #5629BD: hue angle of 258.24º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5629BD is Cyan = 0.54, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 86 | 41 | 189 | - |
| CMYK | 0.54 | 0.78 | 0 | 0.26 |
| HSL | 258.24º | 0.64% | 0.45% | - |
| HSV(B) | 258.24º | 0.78% | 0.74% | - |
| XYZ | 13.82 | 7.24 | 48.81 | - |
| YUV | 71.33 | 194.41 | 138.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 41 | 189 | 0.54 | 0.78 | 0 | 0.26 | 258.24 | 0.64 | 0.45 |
| Hex | 56 | 29 | BD | 36 | 4E | 0 | 1A | 102 | 40 | 2D |
| Octal | 126 | 51 | 275 | 66 | 116 | 0 | 32 | 402 | 100 | 55 |
| Binary | 1010110 | 101001 | 10111101 | 110110 | 1001110 | 0 | 11010 | 100000010 | 1000000 | 101101 |
Color Harmonies of #5629BD
Complementary color
Monochromatic Colors of #5629BD
Black with #5629BD
Text Example
Text Example
White with #5629BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5629BD; }
p { color: rgb(86,41,189); }
H1.HeaderClassName
{
color: #5629BD;
}
.AnyTagClassName
{
color: #5629BD;
}
</style>
background-color css
<style>
a { background-color: #5629BD; }
a { background-color: rgb(86,41,189); }
div.DivClassName
{
background-color: #5629BD;
}
.BgClassName
{
background-color: #5629BD;
}
</style>
border-color css
<style>
span { border-color: #5629BD; }
span { border-color: rgb(86,41,189); }
td.TdClassName
{
border-color: #5629BD;
}
.TagClassName
{
border-color: #5629BD;
}
</style>