Shades of Purple Heart #5633D7
Tints of Purple Heart #5633D7
RGB
CMYK
RGB Variations
Color information
#5633D7 (or 0x5633D7) is known color: Purple Heart. HEX triplet: 56, 33 and D7. RGB value is (86,51,215). Sum of RGB (Red+Green+Blue) = 86+51+215=352 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.43% from 352); Green value is 51 (20.31% from 255 or 14.49% from 352); Blue value is 215 (84.38% from 255 or 61.08% from 352); Max value from RGB is 215 - color contains mainly: blue. Hex color #5633D7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5633D7 is #A9CC28. Grayscale: #4F4F4F. Windows color (decimal): -11127849 or 14103382. OLE color: 14103382.
HSL color Cylindrical-coordinate representation of color #5633D7: hue angle of 252.8º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5633D7 is Cyan = 0.6, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 86 | 51 | 215 | - |
| CMYK | 0.6 | 0.76 | 0 | 0.16 |
| HSL | 252.8º | 0.67% | 0.52% | - |
| HSV(B) | 252.8º | 0.76% | 0.84% | - |
| XYZ | 17.29 | 9.25 | 65.16 | - |
| YUV | 80.16 | 204.1 | 132.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 51 | 215 | 0.6 | 0.76 | 0 | 0.16 | 252.8 | 0.67 | 0.52 |
| Hex | 56 | 33 | D7 | 3C | 4C | 0 | 10 | FD | 43 | 34 |
| Octal | 126 | 63 | 327 | 74 | 114 | 0 | 20 | 375 | 103 | 64 |
| Binary | 1010110 | 110011 | 11010111 | 111100 | 1001100 | 0 | 10000 | 11111101 | 1000011 | 110100 |
Color Harmonies of #5633D7
Complementary color
Monochromatic Colors of #5633D7
Black with #5633D7
Text Example
Text Example
White with #5633D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5633D7; }
p { color: rgb(86,51,215); }
H1.HeaderClassName
{
color: #5633D7;
}
.AnyTagClassName
{
color: #5633D7;
}
</style>
background-color css
<style>
a { background-color: #5633D7; }
a { background-color: rgb(86,51,215); }
div.DivClassName
{
background-color: #5633D7;
}
.BgClassName
{
background-color: #5633D7;
}
</style>
border-color css
<style>
span { border-color: #5633D7; }
span { border-color: rgb(86,51,215); }
td.TdClassName
{
border-color: #5633D7;
}
.TagClassName
{
border-color: #5633D7;
}
</style>