Shades of Purple Heart #5632DC
Tints of Purple Heart #5632DC
RGB
CMYK
RGB Variations
Color information
#5632DC (or 0x5632DC) is known color: Purple Heart. HEX triplet: 56, 32 and DC. RGB value is (86,50,220). Sum of RGB (Red+Green+Blue) = 86+50+220=356 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.16% from 356); Green value is 50 (19.92% from 255 or 14.04% from 356); Blue value is 220 (86.33% from 255 or 61.80% from 356); Max value from RGB is 220 - color contains mainly: blue. Hex color #5632DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5632DC is #A9CD23. Grayscale: #4F4F4F. Windows color (decimal): -11128100 or 14430806. OLE color: 14430806.
HSL color Cylindrical-coordinate representation of color #5632DC: hue angle of 252.71º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5632DC is Cyan = 0.61, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 86 | 50 | 220 | - |
| CMYK | 0.61 | 0.77 | 0 | 0.14 |
| HSL | 252.71º | 0.71% | 0.53% | - |
| HSV(B) | 252.71º | 0.77% | 0.86% | - |
| XYZ | 17.9 | 9.43 | 68.59 | - |
| YUV | 80.14 | 206.93 | 132.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 50 | 220 | 0.61 | 0.77 | 0 | 0.14 | 252.71 | 0.71 | 0.53 |
| Hex | 56 | 32 | DC | 3D | 4D | 0 | E | FD | 47 | 35 |
| Octal | 126 | 62 | 334 | 75 | 115 | 0 | 16 | 375 | 107 | 65 |
| Binary | 1010110 | 110010 | 11011100 | 111101 | 1001101 | 0 | 1110 | 11111101 | 1000111 | 110101 |
Color Harmonies of #5632DC
Complementary color
Monochromatic Colors of #5632DC
Black with #5632DC
Text Example
Text Example
White with #5632DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5632DC; }
p { color: rgb(86,50,220); }
H1.HeaderClassName
{
color: #5632DC;
}
.AnyTagClassName
{
color: #5632DC;
}
</style>
background-color css
<style>
a { background-color: #5632DC; }
a { background-color: rgb(86,50,220); }
div.DivClassName
{
background-color: #5632DC;
}
.BgClassName
{
background-color: #5632DC;
}
</style>
border-color css
<style>
span { border-color: #5632DC; }
span { border-color: rgb(86,50,220); }
td.TdClassName
{
border-color: #5632DC;
}
.TagClassName
{
border-color: #5632DC;
}
</style>