Shades of Purple Heart #5638BD
Tints of Purple Heart #5638BD
RGB
CMYK
RGB Variations
Color information
#5638BD (or 0x5638BD) is known color: Purple Heart. HEX triplet: 56, 38 and BD. RGB value is (86,56,189). Sum of RGB (Red+Green+Blue) = 86+56+189=331 (43% of max value = 765). Red value is 86 (33.98% from 255 or 25.98% from 331); Green value is 56 (22.27% from 255 or 16.92% from 331); Blue value is 189 (74.22% from 255 or 57.10% from 331); Max value from RGB is 189 - color contains mainly: blue. Hex color #5638BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5638BD is #A9C742. Grayscale: #4F4F4F. Windows color (decimal): -11126595 or 12400726. OLE color: 12400726.
HSL color Cylindrical-coordinate representation of color #5638BD: hue angle of 253.53º 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 #5638BD is Cyan = 0.54, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 86 | 56 | 189 | - |
| CMYK | 0.54 | 0.70 | 0 | 0.26 |
| HSL | 253.53º | 0.54% | 0.48% | - |
| HSV(B) | 253.53º | 0.7% | 0.74% | - |
| XYZ | 14.44 | 8.48 | 49.02 | - |
| YUV | 80.13 | 189.44 | 132.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 56 | 189 | 0.54 | 0.70 | 0 | 0.26 | 253.53 | 0.54 | 0.48 |
| Hex | 56 | 38 | BD | 36 | 46 | 0 | 1A | FE | 36 | 30 |
| Octal | 126 | 70 | 275 | 66 | 106 | 0 | 32 | 376 | 66 | 60 |
| Binary | 1010110 | 111000 | 10111101 | 110110 | 1000110 | 0 | 11010 | 11111110 | 110110 | 110000 |
Color Harmonies of #5638BD
Complementary color
Monochromatic Colors of #5638BD
Black with #5638BD
Text Example
Text Example
White with #5638BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5638BD; }
p { color: rgb(86,56,189); }
H1.HeaderClassName
{
color: #5638BD;
}
.AnyTagClassName
{
color: #5638BD;
}
</style>
background-color css
<style>
a { background-color: #5638BD; }
a { background-color: rgb(86,56,189); }
div.DivClassName
{
background-color: #5638BD;
}
.BgClassName
{
background-color: #5638BD;
}
</style>
border-color css
<style>
span { border-color: #5638BD; }
span { border-color: rgb(86,56,189); }
td.TdClassName
{
border-color: #5638BD;
}
.TagClassName
{
border-color: #5638BD;
}
</style>