Shades of Purple Heart #563AB8
Tints of Purple Heart #563AB8
RGB
CMYK
RGB Variations
Color information
#563AB8 (or 0x563AB8) is known color: Purple Heart. HEX triplet: 56, 3A and B8. RGB value is (86,58,184). Sum of RGB (Red+Green+Blue) = 86+58+184=328 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.22% from 328); Green value is 58 (23.05% from 255 or 17.68% from 328); Blue value is 184 (72.27% from 255 or 56.10% from 328); Max value from RGB is 184 - color contains mainly: blue. Hex color #563AB8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #563AB8 is #A9C547. Grayscale: #505050. Windows color (decimal): -11126088 or 12073558. OLE color: 12073558.
HSL color Cylindrical-coordinate representation of color #563AB8: hue angle of 253.33º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #563AB8 is Cyan = 0.53, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 86 | 58 | 184 | - |
| CMYK | 0.53 | 0.68 | 0 | 0.28 |
| HSL | 253.33º | 0.52% | 0.47% | - |
| HSV(B) | 253.33º | 0.68% | 0.72% | - |
| XYZ | 14 | 8.47 | 46.24 | - |
| YUV | 80.74 | 186.28 | 131.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 58 | 184 | 0.53 | 0.68 | 0 | 0.28 | 253.33 | 0.52 | 0.47 |
| Hex | 56 | 3A | B8 | 35 | 44 | 0 | 1C | FD | 34 | 2F |
| Octal | 126 | 72 | 270 | 65 | 104 | 0 | 34 | 375 | 64 | 57 |
| Binary | 1010110 | 111010 | 10111000 | 110101 | 1000100 | 0 | 11100 | 11111101 | 110100 | 101111 |
Color Harmonies of #563AB8
Complementary color
Monochromatic Colors of #563AB8
Black with #563AB8
Text Example
Text Example
White with #563AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #563AB8; }
p { color: rgb(86,58,184); }
H1.HeaderClassName
{
color: #563AB8;
}
.AnyTagClassName
{
color: #563AB8;
}
</style>
background-color css
<style>
a { background-color: #563AB8; }
a { background-color: rgb(86,58,184); }
div.DivClassName
{
background-color: #563AB8;
}
.BgClassName
{
background-color: #563AB8;
}
</style>
border-color css
<style>
span { border-color: #563AB8; }
span { border-color: rgb(86,58,184); }
td.TdClassName
{
border-color: #563AB8;
}
.TagClassName
{
border-color: #563AB8;
}
</style>