Shades of Purple Heart #563CDA
Tints of Purple Heart #563CDA
RGB
CMYK
RGB Variations
Color information
#563CDA (or 0x563CDA) is known color: Purple Heart. HEX triplet: 56, 3C and DA. RGB value is (86,60,218). Sum of RGB (Red+Green+Blue) = 86+60+218=364 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.63% from 364); Green value is 60 (23.83% from 255 or 16.48% from 364); Blue value is 218 (85.55% from 255 or 59.89% from 364); Max value from RGB is 218 - color contains mainly: blue. Hex color #563CDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #563CDA is #A9C325. Grayscale: #555555. Windows color (decimal): -11125542 or 14302294. OLE color: 14302294.
HSL color Cylindrical-coordinate representation of color #563CDA: hue angle of 249.87º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #563CDA is Cyan = 0.61, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 86 | 60 | 218 | - |
| CMYK | 0.61 | 0.72 | 0 | 0.15 |
| HSL | 249.87º | 0.68% | 0.55% | - |
| HSV(B) | 249.87º | 0.72% | 0.85% | - |
| XYZ | 18.11 | 10.27 | 67.36 | - |
| YUV | 85.79 | 202.61 | 128.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 60 | 218 | 0.61 | 0.72 | 0 | 0.15 | 249.87 | 0.68 | 0.55 |
| Hex | 56 | 3C | DA | 3D | 48 | 0 | F | FA | 44 | 37 |
| Octal | 126 | 74 | 332 | 75 | 110 | 0 | 17 | 372 | 104 | 67 |
| Binary | 1010110 | 111100 | 11011010 | 111101 | 1001000 | 0 | 1111 | 11111010 | 1000100 | 110111 |
Color Harmonies of #563CDA
Complementary color
Monochromatic Colors of #563CDA
Black with #563CDA
Text Example
Text Example
White with #563CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #563CDA; }
p { color: rgb(86,60,218); }
H1.HeaderClassName
{
color: #563CDA;
}
.AnyTagClassName
{
color: #563CDA;
}
</style>
background-color css
<style>
a { background-color: #563CDA; }
a { background-color: rgb(86,60,218); }
div.DivClassName
{
background-color: #563CDA;
}
.BgClassName
{
background-color: #563CDA;
}
</style>
border-color css
<style>
span { border-color: #563CDA; }
span { border-color: rgb(86,60,218); }
td.TdClassName
{
border-color: #563CDA;
}
.TagClassName
{
border-color: #563CDA;
}
</style>