Shades of Purple Heart #5639BC
Tints of Purple Heart #5639BC
RGB
CMYK
RGB Variations
Color information
#5639BC (or 0x5639BC) is known color: Purple Heart. HEX triplet: 56, 39 and BC. RGB value is (86,57,188). Sum of RGB (Red+Green+Blue) = 86+57+188=331 (43% of max value = 765). Red value is 86 (33.98% from 255 or 25.98% from 331); Green value is 57 (22.66% from 255 or 17.22% from 331); Blue value is 188 (73.83% from 255 or 56.80% from 331); Max value from RGB is 188 - color contains mainly: blue. Hex color #5639BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5639BC is #A9C643. Grayscale: #505050. Windows color (decimal): -11126340 or 12335446. OLE color: 12335446.
HSL color Cylindrical-coordinate representation of color #5639BC: hue angle of 253.28º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5639BC is Cyan = 0.54, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 86 | 57 | 188 | - |
| CMYK | 0.54 | 0.70 | 0 | 0.26 |
| HSL | 253.28º | 0.53% | 0.48% | - |
| HSV(B) | 253.28º | 0.7% | 0.74% | - |
| XYZ | 14.38 | 8.54 | 48.47 | - |
| YUV | 80.61 | 188.61 | 131.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 57 | 188 | 0.54 | 0.70 | 0 | 0.26 | 253.28 | 0.53 | 0.48 |
| Hex | 56 | 39 | BC | 36 | 46 | 0 | 1A | FD | 35 | 30 |
| Octal | 126 | 71 | 274 | 66 | 106 | 0 | 32 | 375 | 65 | 60 |
| Binary | 1010110 | 111001 | 10111100 | 110110 | 1000110 | 0 | 11010 | 11111101 | 110101 | 110000 |
Color Harmonies of #5639BC
Complementary color
Monochromatic Colors of #5639BC
Black with #5639BC
Text Example
Text Example
White with #5639BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5639BC; }
p { color: rgb(86,57,188); }
H1.HeaderClassName
{
color: #5639BC;
}
.AnyTagClassName
{
color: #5639BC;
}
</style>
background-color css
<style>
a { background-color: #5639BC; }
a { background-color: rgb(86,57,188); }
div.DivClassName
{
background-color: #5639BC;
}
.BgClassName
{
background-color: #5639BC;
}
</style>
border-color css
<style>
span { border-color: #5639BC; }
span { border-color: rgb(86,57,188); }
td.TdClassName
{
border-color: #5639BC;
}
.TagClassName
{
border-color: #5639BC;
}
</style>