Shades of Purple Heart #5638BC
Tints of Purple Heart #5638BC
RGB
CMYK
RGB Variations
Color information
#5638BC (or 0x5638BC) is known color: Purple Heart. HEX triplet: 56, 38 and BC. RGB value is (86,56,188). Sum of RGB (Red+Green+Blue) = 86+56+188=330 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.06% from 330); Green value is 56 (22.27% from 255 or 16.97% from 330); Blue value is 188 (73.83% from 255 or 56.97% from 330); Max value from RGB is 188 - color contains mainly: blue. Hex color #5638BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5638BC is #A9C743. Grayscale: #4F4F4F. Windows color (decimal): -11126596 or 12335190. OLE color: 12335190.
HSL color Cylindrical-coordinate representation of color #5638BC: hue angle of 253.64º degrees, saturation: 0.54, 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 #5638BC is Cyan = 0.54, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 86 | 56 | 188 | - |
| CMYK | 0.54 | 0.70 | 0 | 0.26 |
| HSL | 253.64º | 0.54% | 0.48% | - |
| HSV(B) | 253.64º | 0.7% | 0.74% | - |
| XYZ | 14.33 | 8.44 | 48.45 | - |
| YUV | 80.02 | 188.94 | 132.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 56 | 188 | 0.54 | 0.70 | 0 | 0.26 | 253.64 | 0.54 | 0.48 |
| Hex | 56 | 38 | BC | 36 | 46 | 0 | 1A | FE | 36 | 30 |
| Octal | 126 | 70 | 274 | 66 | 106 | 0 | 32 | 376 | 66 | 60 |
| Binary | 1010110 | 111000 | 10111100 | 110110 | 1000110 | 0 | 11010 | 11111110 | 110110 | 110000 |
Color Harmonies of #5638BC
Complementary color
Monochromatic Colors of #5638BC
Black with #5638BC
Text Example
Text Example
White with #5638BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5638BC; }
p { color: rgb(86,56,188); }
H1.HeaderClassName
{
color: #5638BC;
}
.AnyTagClassName
{
color: #5638BC;
}
</style>
background-color css
<style>
a { background-color: #5638BC; }
a { background-color: rgb(86,56,188); }
div.DivClassName
{
background-color: #5638BC;
}
.BgClassName
{
background-color: #5638BC;
}
</style>
border-color css
<style>
span { border-color: #5638BC; }
span { border-color: rgb(86,56,188); }
td.TdClassName
{
border-color: #5638BC;
}
.TagClassName
{
border-color: #5638BC;
}
</style>