Shades of Purple Heart #563CBC
Tints of Purple Heart #563CBC
RGB
CMYK
RGB Variations
Color information
#563CBC (or 0x563CBC) is known color: Purple Heart. HEX triplet: 56, 3C and BC. RGB value is (86,60,188). Sum of RGB (Red+Green+Blue) = 86+60+188=334 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.75% from 334); Green value is 60 (23.83% from 255 or 17.96% from 334); Blue value is 188 (73.83% from 255 or 56.29% from 334); Max value from RGB is 188 - color contains mainly: blue. Hex color #563CBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #563CBC is #A9C343. Grayscale: #515151. Windows color (decimal): -11125572 or 12336214. OLE color: 12336214.
HSL color Cylindrical-coordinate representation of color #563CBC: hue angle of 252.19º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #563CBC is Cyan = 0.54, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 86 | 60 | 188 | - |
| CMYK | 0.54 | 0.68 | 0 | 0.26 |
| HSL | 252.19º | 0.52% | 0.49% | - |
| HSV(B) | 252.19º | 0.68% | 0.74% | - |
| XYZ | 14.53 | 8.84 | 48.52 | - |
| YUV | 82.37 | 187.61 | 130.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 60 | 188 | 0.54 | 0.68 | 0 | 0.26 | 252.19 | 0.52 | 0.49 |
| Hex | 56 | 3C | BC | 36 | 44 | 0 | 1A | FC | 34 | 31 |
| Octal | 126 | 74 | 274 | 66 | 104 | 0 | 32 | 374 | 64 | 61 |
| Binary | 1010110 | 111100 | 10111100 | 110110 | 1000100 | 0 | 11010 | 11111100 | 110100 | 110001 |
Color Harmonies of #563CBC
Complementary color
Monochromatic Colors of #563CBC
Black with #563CBC
Text Example
Text Example
White with #563CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #563CBC; }
p { color: rgb(86,60,188); }
H1.HeaderClassName
{
color: #563CBC;
}
.AnyTagClassName
{
color: #563CBC;
}
</style>
background-color css
<style>
a { background-color: #563CBC; }
a { background-color: rgb(86,60,188); }
div.DivClassName
{
background-color: #563CBC;
}
.BgClassName
{
background-color: #563CBC;
}
</style>
border-color css
<style>
span { border-color: #563CBC; }
span { border-color: rgb(86,60,188); }
td.TdClassName
{
border-color: #563CBC;
}
.TagClassName
{
border-color: #563CBC;
}
</style>