Shades of Purple Heart #563FBA
Tints of Purple Heart #563FBA
RGB
CMYK
RGB Variations
Color information
#563FBA (or 0x563FBA) is known color: Purple Heart. HEX triplet: 56, 3F and BA. RGB value is (86,63,186). Sum of RGB (Red+Green+Blue) = 86+63+186=335 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.67% from 335); Green value is 63 (25% from 255 or 18.81% from 335); Blue value is 186 (73.05% from 255 or 55.52% from 335); Max value from RGB is 186 - color contains mainly: blue. Hex color #563FBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #563FBA is #A9C045. Grayscale: #535353. Windows color (decimal): -11124806 or 12205910. OLE color: 12205910.
HSL color Cylindrical-coordinate representation of color #563FBA: hue angle of 251.22º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #563FBA is Cyan = 0.54, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 86 | 63 | 186 | - |
| CMYK | 0.54 | 0.66 | 0 | 0.27 |
| HSL | 251.22º | 0.49% | 0.49% | - |
| HSV(B) | 251.22º | 0.66% | 0.73% | - |
| XYZ | 14.48 | 9.08 | 47.44 | - |
| YUV | 83.9 | 185.62 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 63 | 186 | 0.54 | 0.66 | 0 | 0.27 | 251.22 | 0.49 | 0.49 |
| Hex | 56 | 3F | BA | 36 | 42 | 0 | 1B | FB | 31 | 31 |
| Octal | 126 | 77 | 272 | 66 | 102 | 0 | 33 | 373 | 61 | 61 |
| Binary | 1010110 | 111111 | 10111010 | 110110 | 1000010 | 0 | 11011 | 11111011 | 110001 | 110001 |
Color Harmonies of #563FBA
Complementary color
Monochromatic Colors of #563FBA
Black with #563FBA
Text Example
Text Example
White with #563FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #563FBA; }
p { color: rgb(86,63,186); }
H1.HeaderClassName
{
color: #563FBA;
}
.AnyTagClassName
{
color: #563FBA;
}
</style>
background-color css
<style>
a { background-color: #563FBA; }
a { background-color: rgb(86,63,186); }
div.DivClassName
{
background-color: #563FBA;
}
.BgClassName
{
background-color: #563FBA;
}
</style>
border-color css
<style>
span { border-color: #563FBA; }
span { border-color: rgb(86,63,186); }
td.TdClassName
{
border-color: #563FBA;
}
.TagClassName
{
border-color: #563FBA;
}
</style>