Shades of Purple Heart #5632CD
Tints of Purple Heart #5632CD
RGB
CMYK
RGB Variations
Color information
#5632CD (or 0x5632CD) is known color: Purple Heart. HEX triplet: 56, 32 and CD. RGB value is (86,50,205). Sum of RGB (Red+Green+Blue) = 86+50+205=341 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.22% from 341); Green value is 50 (19.92% from 255 or 14.66% from 341); Blue value is 205 (80.47% from 255 or 60.12% from 341); Max value from RGB is 205 - color contains mainly: blue. Hex color #5632CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5632CD is #A9CD32. Grayscale: #4D4D4D. Windows color (decimal): -11128115 or 13447766. OLE color: 13447766.
HSL color Cylindrical-coordinate representation of color #5632CD: hue angle of 253.94º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5632CD is Cyan = 0.58, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 86 | 50 | 205 | - |
| CMYK | 0.58 | 0.76 | 0 | 0.20 |
| HSL | 253.94º | 0.61% | 0.5% | - |
| HSV(B) | 253.94º | 0.76% | 0.8% | - |
| XYZ | 16 | 8.67 | 58.59 | - |
| YUV | 78.43 | 199.43 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 50 | 205 | 0.58 | 0.76 | 0 | 0.20 | 253.94 | 0.61 | 0.5 |
| Hex | 56 | 32 | CD | 3A | 4C | 0 | 14 | FE | 3D | 32 |
| Octal | 126 | 62 | 315 | 72 | 114 | 0 | 24 | 376 | 75 | 62 |
| Binary | 1010110 | 110010 | 11001101 | 111010 | 1001100 | 0 | 10100 | 11111110 | 111101 | 110010 |
Color Harmonies of #5632CD
Complementary color
Monochromatic Colors of #5632CD
Black with #5632CD
Text Example
Text Example
White with #5632CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5632CD; }
p { color: rgb(86,50,205); }
H1.HeaderClassName
{
color: #5632CD;
}
.AnyTagClassName
{
color: #5632CD;
}
</style>
background-color css
<style>
a { background-color: #5632CD; }
a { background-color: rgb(86,50,205); }
div.DivClassName
{
background-color: #5632CD;
}
.BgClassName
{
background-color: #5632CD;
}
</style>
border-color css
<style>
span { border-color: #5632CD; }
span { border-color: rgb(86,50,205); }
td.TdClassName
{
border-color: #5632CD;
}
.TagClassName
{
border-color: #5632CD;
}
</style>