Shades of Purple Heart #5619A3
Tints of Purple Heart #5619A3
RGB
CMYK
RGB Variations
Color information
#5619A3 (or 0x5619A3) is known color: Purple Heart. HEX triplet: 56, 19 and A3. RGB value is (86,25,163). Sum of RGB (Red+Green+Blue) = 86+25+163=274 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.39% from 274); Green value is 25 (10.16% from 255 or 9.12% from 274); Blue value is 163 (64.06% from 255 or 59.49% from 274); Max value from RGB is 163 - color contains mainly: blue. Hex color #5619A3 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5619A3 is #A9E65C. Grayscale: #3A3A3A. Windows color (decimal): -11134557 or 10688854. OLE color: 10688854.
HSL color Cylindrical-coordinate representation of color #5619A3: hue angle of 266.52º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5619A3 is Cyan = 0.47, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 86 | 25 | 163 | - |
| CMYK | 0.47 | 0.85 | 0 | 0.36 |
| HSL | 266.52º | 0.73% | 0.37% | - |
| HSV(B) | 266.52º | 0.85% | 0.64% | - |
| XYZ | 10.8 | 5.32 | 35.11 | - |
| YUV | 58.97 | 186.71 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 25 | 163 | 0.47 | 0.85 | 0 | 0.36 | 266.52 | 0.73 | 0.37 |
| Hex | 56 | 19 | A3 | 2F | 55 | 0 | 24 | 10B | 49 | 25 |
| Octal | 126 | 31 | 243 | 57 | 125 | 0 | 44 | 413 | 111 | 45 |
| Binary | 1010110 | 11001 | 10100011 | 101111 | 1010101 | 0 | 100100 | 100001011 | 1001001 | 100101 |
Color Harmonies of #5619A3
Complementary color
Monochromatic Colors of #5619A3
Black with #5619A3
Text Example
Text Example
White with #5619A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5619A3; }
p { color: rgb(86,25,163); }
H1.HeaderClassName
{
color: #5619A3;
}
.AnyTagClassName
{
color: #5619A3;
}
</style>
background-color css
<style>
a { background-color: #5619A3; }
a { background-color: rgb(86,25,163); }
div.DivClassName
{
background-color: #5619A3;
}
.BgClassName
{
background-color: #5619A3;
}
</style>
border-color css
<style>
span { border-color: #5619A3; }
span { border-color: rgb(86,25,163); }
td.TdClassName
{
border-color: #5619A3;
}
.TagClassName
{
border-color: #5619A3;
}
</style>