Shades of Purple Heart #5639C0
Tints of Purple Heart #5639C0
RGB
CMYK
RGB Variations
Color information
#5639C0 (or 0x5639C0) is known color: Purple Heart. HEX triplet: 56, 39 and C0. RGB value is (86,57,192). Sum of RGB (Red+Green+Blue) = 86+57+192=335 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.67% from 335); Green value is 57 (22.66% from 255 or 17.01% from 335); Blue value is 192 (75.39% from 255 or 57.31% from 335); Max value from RGB is 192 - color contains mainly: blue. Hex color #5639C0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5639C0 is #A9C63F. Grayscale: #505050. Windows color (decimal): -11126336 or 12597590. OLE color: 12597590.
HSL color Cylindrical-coordinate representation of color #5639C0: hue angle of 252.89º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5639C0 is Cyan = 0.55, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 86 | 57 | 192 | - |
| CMYK | 0.55 | 0.70 | 0 | 0.25 |
| HSL | 252.89º | 0.54% | 0.49% | - |
| HSV(B) | 252.89º | 0.7% | 0.75% | - |
| XYZ | 14.82 | 8.71 | 50.77 | - |
| YUV | 81.06 | 190.61 | 131.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 57 | 192 | 0.55 | 0.70 | 0 | 0.25 | 252.89 | 0.54 | 0.49 |
| Hex | 56 | 39 | C0 | 37 | 46 | 0 | 19 | FD | 36 | 31 |
| Octal | 126 | 71 | 300 | 67 | 106 | 0 | 31 | 375 | 66 | 61 |
| Binary | 1010110 | 111001 | 11000000 | 110111 | 1000110 | 0 | 11001 | 11111101 | 110110 | 110001 |
Color Harmonies of #5639C0
Complementary color
Monochromatic Colors of #5639C0
Black with #5639C0
Text Example
Text Example
White with #5639C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5639C0; }
p { color: rgb(86,57,192); }
H1.HeaderClassName
{
color: #5639C0;
}
.AnyTagClassName
{
color: #5639C0;
}
</style>
background-color css
<style>
a { background-color: #5639C0; }
a { background-color: rgb(86,57,192); }
div.DivClassName
{
background-color: #5639C0;
}
.BgClassName
{
background-color: #5639C0;
}
</style>
border-color css
<style>
span { border-color: #5639C0; }
span { border-color: rgb(86,57,192); }
td.TdClassName
{
border-color: #5639C0;
}
.TagClassName
{
border-color: #5639C0;
}
</style>