Shades of Purple Heart #5632B5
Tints of Purple Heart #5632B5
RGB
CMYK
RGB Variations
Color information
#5632B5 (or 0x5632B5) is known color: Purple Heart. HEX triplet: 56, 32 and B5. RGB value is (86,50,181). Sum of RGB (Red+Green+Blue) = 86+50+181=317 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.13% from 317); Green value is 50 (19.92% from 255 or 15.77% from 317); Blue value is 181 (71.09% from 255 or 57.10% from 317); Max value from RGB is 181 - color contains mainly: blue. Hex color #5632B5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5632B5 is #A9CD4A. Grayscale: #4B4B4B. Windows color (decimal): -11128139 or 11874902. OLE color: 11874902.
HSL color Cylindrical-coordinate representation of color #5632B5: hue angle of 256.49º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5632B5 is Cyan = 0.52, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 86 | 50 | 181 | - |
| CMYK | 0.52 | 0.72 | 0 | 0.29 |
| HSL | 256.49º | 0.57% | 0.45% | - |
| HSV(B) | 256.49º | 0.72% | 0.71% | - |
| XYZ | 13.32 | 7.6 | 44.48 | - |
| YUV | 75.7 | 187.43 | 135.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 50 | 181 | 0.52 | 0.72 | 0 | 0.29 | 256.49 | 0.57 | 0.45 |
| Hex | 56 | 32 | B5 | 34 | 48 | 0 | 1D | 100 | 39 | 2D |
| Octal | 126 | 62 | 265 | 64 | 110 | 0 | 35 | 400 | 71 | 55 |
| Binary | 1010110 | 110010 | 10110101 | 110100 | 1001000 | 0 | 11101 | 100000000 | 111001 | 101101 |
Color Harmonies of #5632B5
Complementary color
Monochromatic Colors of #5632B5
Black with #5632B5
Text Example
Text Example
White with #5632B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5632B5; }
p { color: rgb(86,50,181); }
H1.HeaderClassName
{
color: #5632B5;
}
.AnyTagClassName
{
color: #5632B5;
}
</style>
background-color css
<style>
a { background-color: #5632B5; }
a { background-color: rgb(86,50,181); }
div.DivClassName
{
background-color: #5632B5;
}
.BgClassName
{
background-color: #5632B5;
}
</style>
border-color css
<style>
span { border-color: #5632B5; }
span { border-color: rgb(86,50,181); }
td.TdClassName
{
border-color: #5632B5;
}
.TagClassName
{
border-color: #5632B5;
}
</style>