Shades of Purple Heart #5631DC
Tints of Purple Heart #5631DC
RGB
CMYK
RGB Variations
Color information
#5631DC (or 0x5631DC) is known color: Purple Heart. HEX triplet: 56, 31 and DC. RGB value is (86,49,220). Sum of RGB (Red+Green+Blue) = 86+49+220=355 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.23% from 355); Green value is 49 (19.53% from 255 or 13.80% from 355); Blue value is 220 (86.33% from 255 or 61.97% from 355); Max value from RGB is 220 - color contains mainly: blue. Hex color #5631DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5631DC is #A9CE23. Grayscale: #4E4E4E. Windows color (decimal): -11128356 or 14430550. OLE color: 14430550.
HSL color Cylindrical-coordinate representation of color #5631DC: hue angle of 252.98º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5631DC is Cyan = 0.61, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 86 | 49 | 220 | - |
| CMYK | 0.61 | 0.78 | 0 | 0.14 |
| HSL | 252.98º | 0.71% | 0.53% | - |
| HSV(B) | 252.98º | 0.78% | 0.86% | - |
| XYZ | 17.85 | 9.34 | 68.57 | - |
| YUV | 79.56 | 207.26 | 132.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 49 | 220 | 0.61 | 0.78 | 0 | 0.14 | 252.98 | 0.71 | 0.53 |
| Hex | 56 | 31 | DC | 3D | 4E | 0 | E | FD | 47 | 35 |
| Octal | 126 | 61 | 334 | 75 | 116 | 0 | 16 | 375 | 107 | 65 |
| Binary | 1010110 | 110001 | 11011100 | 111101 | 1001110 | 0 | 1110 | 11111101 | 1000111 | 110101 |
Color Harmonies of #5631DC
Complementary color
Monochromatic Colors of #5631DC
Black with #5631DC
Text Example
Text Example
White with #5631DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5631DC; }
p { color: rgb(86,49,220); }
H1.HeaderClassName
{
color: #5631DC;
}
.AnyTagClassName
{
color: #5631DC;
}
</style>
background-color css
<style>
a { background-color: #5631DC; }
a { background-color: rgb(86,49,220); }
div.DivClassName
{
background-color: #5631DC;
}
.BgClassName
{
background-color: #5631DC;
}
</style>
border-color css
<style>
span { border-color: #5631DC; }
span { border-color: rgb(86,49,220); }
td.TdClassName
{
border-color: #5631DC;
}
.TagClassName
{
border-color: #5631DC;
}
</style>