Shades of Purple Heart #5634DF
Tints of Purple Heart #5634DF
RGB
CMYK
RGB Variations
Color information
#5634DF (or 0x5634DF) is known color: Purple Heart. HEX triplet: 56, 34 and DF. RGB value is (86,52,223). Sum of RGB (Red+Green+Blue) = 86+52+223=361 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.82% from 361); Green value is 52 (20.70% from 255 or 14.40% from 361); Blue value is 223 (87.5% from 255 or 61.77% from 361); Max value from RGB is 223 - color contains mainly: blue. Hex color #5634DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5634DF is #A9CB20. Grayscale: #515151. Windows color (decimal): -11127585 or 14627926. OLE color: 14627926.
HSL color Cylindrical-coordinate representation of color #5634DF: hue angle of 251.93º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5634DF is Cyan = 0.61, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 86 | 52 | 223 | - |
| CMYK | 0.61 | 0.77 | 0 | 0.13 |
| HSL | 251.93º | 0.73% | 0.54% | - |
| HSV(B) | 251.93º | 0.77% | 0.87% | - |
| XYZ | 18.39 | 9.76 | 70.73 | - |
| YUV | 81.66 | 207.76 | 131.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 52 | 223 | 0.61 | 0.77 | 0 | 0.13 | 251.93 | 0.73 | 0.54 |
| Hex | 56 | 34 | DF | 3D | 4D | 0 | D | FC | 49 | 36 |
| Octal | 126 | 64 | 337 | 75 | 115 | 0 | 15 | 374 | 111 | 66 |
| Binary | 1010110 | 110100 | 11011111 | 111101 | 1001101 | 0 | 1101 | 11111100 | 1001001 | 110110 |
Color Harmonies of #5634DF
Complementary color
Monochromatic Colors of #5634DF
Black with #5634DF
Text Example
Text Example
White with #5634DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5634DF; }
p { color: rgb(86,52,223); }
H1.HeaderClassName
{
color: #5634DF;
}
.AnyTagClassName
{
color: #5634DF;
}
</style>
background-color css
<style>
a { background-color: #5634DF; }
a { background-color: rgb(86,52,223); }
div.DivClassName
{
background-color: #5634DF;
}
.BgClassName
{
background-color: #5634DF;
}
</style>
border-color css
<style>
span { border-color: #5634DF; }
span { border-color: rgb(86,52,223); }
td.TdClassName
{
border-color: #5634DF;
}
.TagClassName
{
border-color: #5634DF;
}
</style>