Shades of Purple Heart #563EBA
Tints of Purple Heart #563EBA
RGB
CMYK
RGB Variations
Color information
#563EBA (or 0x563EBA) is known color: Purple Heart. HEX triplet: 56, 3E and BA. RGB value is (86,62,186). Sum of RGB (Red+Green+Blue) = 86+62+186=334 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.75% from 334); Green value is 62 (24.61% from 255 or 18.56% from 334); Blue value is 186 (73.05% from 255 or 55.69% from 334); Max value from RGB is 186 - color contains mainly: blue. Hex color #563EBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #563EBA is #A9C145. Grayscale: #525252. Windows color (decimal): -11125062 or 12205654. OLE color: 12205654.
HSL color Cylindrical-coordinate representation of color #563EBA: hue angle of 251.61º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #563EBA is Cyan = 0.54, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 86 | 62 | 186 | - |
| CMYK | 0.54 | 0.67 | 0 | 0.27 |
| HSL | 251.61º | 0.5% | 0.49% | - |
| HSV(B) | 251.61º | 0.67% | 0.73% | - |
| XYZ | 14.42 | 8.97 | 47.43 | - |
| YUV | 83.31 | 185.95 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 62 | 186 | 0.54 | 0.67 | 0 | 0.27 | 251.61 | 0.5 | 0.49 |
| Hex | 56 | 3E | BA | 36 | 43 | 0 | 1B | FC | 32 | 31 |
| Octal | 126 | 76 | 272 | 66 | 103 | 0 | 33 | 374 | 62 | 61 |
| Binary | 1010110 | 111110 | 10111010 | 110110 | 1000011 | 0 | 11011 | 11111100 | 110010 | 110001 |
Color Harmonies of #563EBA
Complementary color
Monochromatic Colors of #563EBA
Black with #563EBA
Text Example
Text Example
White with #563EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #563EBA; }
p { color: rgb(86,62,186); }
H1.HeaderClassName
{
color: #563EBA;
}
.AnyTagClassName
{
color: #563EBA;
}
</style>
background-color css
<style>
a { background-color: #563EBA; }
a { background-color: rgb(86,62,186); }
div.DivClassName
{
background-color: #563EBA;
}
.BgClassName
{
background-color: #563EBA;
}
</style>
border-color css
<style>
span { border-color: #563EBA; }
span { border-color: rgb(86,62,186); }
td.TdClassName
{
border-color: #563EBA;
}
.TagClassName
{
border-color: #563EBA;
}
</style>