Shades of Purple Heart #5631B5
Tints of Purple Heart #5631B5
RGB
CMYK
RGB Variations
Color information
#5631B5 (or 0x5631B5) is known color: Purple Heart. HEX triplet: 56, 31 and B5. RGB value is (86,49,181). Sum of RGB (Red+Green+Blue) = 86+49+181=316 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.22% from 316); Green value is 49 (19.53% from 255 or 15.51% from 316); Blue value is 181 (71.09% from 255 or 57.28% from 316); Max value from RGB is 181 - color contains mainly: blue. Hex color #5631B5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5631B5 is #A9CE4A. Grayscale: #4A4A4A. Windows color (decimal): -11128395 or 11874646. OLE color: 11874646.
HSL color Cylindrical-coordinate representation of color #5631B5: hue angle of 256.82º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5631B5 is Cyan = 0.52, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 86 | 49 | 181 | - |
| CMYK | 0.52 | 0.73 | 0 | 0.29 |
| HSL | 256.82º | 0.57% | 0.45% | - |
| HSV(B) | 256.82º | 0.73% | 0.71% | - |
| XYZ | 13.28 | 7.51 | 44.47 | - |
| YUV | 75.11 | 187.76 | 135.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 49 | 181 | 0.52 | 0.73 | 0 | 0.29 | 256.82 | 0.57 | 0.45 |
| Hex | 56 | 31 | B5 | 34 | 49 | 0 | 1D | 101 | 39 | 2D |
| Octal | 126 | 61 | 265 | 64 | 111 | 0 | 35 | 401 | 71 | 55 |
| Binary | 1010110 | 110001 | 10110101 | 110100 | 1001001 | 0 | 11101 | 100000001 | 111001 | 101101 |
Color Harmonies of #5631B5
Complementary color
Monochromatic Colors of #5631B5
Black with #5631B5
Text Example
Text Example
White with #5631B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5631B5; }
p { color: rgb(86,49,181); }
H1.HeaderClassName
{
color: #5631B5;
}
.AnyTagClassName
{
color: #5631B5;
}
</style>
background-color css
<style>
a { background-color: #5631B5; }
a { background-color: rgb(86,49,181); }
div.DivClassName
{
background-color: #5631B5;
}
.BgClassName
{
background-color: #5631B5;
}
</style>
border-color css
<style>
span { border-color: #5631B5; }
span { border-color: rgb(86,49,181); }
td.TdClassName
{
border-color: #5631B5;
}
.TagClassName
{
border-color: #5631B5;
}
</style>