Shades of Purple Heart #5613D1
Tints of Purple Heart #5613D1
RGB
CMYK
RGB Variations
Color information
#5613D1 (or 0x5613D1) is known color: Purple Heart. HEX triplet: 56, 13 and D1. RGB value is (86,19,209). Sum of RGB (Red+Green+Blue) = 86+19+209=314 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.39% from 314); Green value is 19 (7.81% from 255 or 6.05% from 314); Blue value is 209 (82.03% from 255 or 66.56% from 314); Max value from RGB is 209 - color contains mainly: blue. Hex color #5613D1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5613D1 is #A9EC2E. Grayscale: #3C3C3C. Windows color (decimal): -11136047 or 13701974. OLE color: 13701974.
HSL color Cylindrical-coordinate representation of color #5613D1: hue angle of 261.16º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5613D1 is Cyan = 0.59, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 86 | 19 | 209 | - |
| CMYK | 0.59 | 0.91 | 0 | 0.18 |
| HSL | 261.16º | 0.83% | 0.45% | - |
| HSV(B) | 261.16º | 0.91% | 0.82% | - |
| XYZ | 15.58 | 7.05 | 60.86 | - |
| YUV | 60.69 | 211.7 | 146.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 19 | 209 | 0.59 | 0.91 | 0 | 0.18 | 261.16 | 0.83 | 0.45 |
| Hex | 56 | 13 | D1 | 3B | 5B | 0 | 12 | 105 | 53 | 2D |
| Octal | 126 | 23 | 321 | 73 | 133 | 0 | 22 | 405 | 123 | 55 |
| Binary | 1010110 | 10011 | 11010001 | 111011 | 1011011 | 0 | 10010 | 100000101 | 1010011 | 101101 |
Color Harmonies of #5613D1
Complementary color
Monochromatic Colors of #5613D1
Black with #5613D1
Text Example
Text Example
White with #5613D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5613D1; }
p { color: rgb(86,19,209); }
H1.HeaderClassName
{
color: #5613D1;
}
.AnyTagClassName
{
color: #5613D1;
}
</style>
background-color css
<style>
a { background-color: #5613D1; }
a { background-color: rgb(86,19,209); }
div.DivClassName
{
background-color: #5613D1;
}
.BgClassName
{
background-color: #5613D1;
}
</style>
border-color css
<style>
span { border-color: #5613D1; }
span { border-color: rgb(86,19,209); }
td.TdClassName
{
border-color: #5613D1;
}
.TagClassName
{
border-color: #5613D1;
}
</style>