Shades of Purple Heart #5613CA
Tints of Purple Heart #5613CA
RGB
CMYK
RGB Variations
Color information
#5613CA (or 0x5613CA) is known color: Purple Heart. HEX triplet: 56, 13 and CA. RGB value is (86,19,202). Sum of RGB (Red+Green+Blue) = 86+19+202=307 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.01% from 307); Green value is 19 (7.81% from 255 or 6.19% from 307); Blue value is 202 (79.30% from 255 or 65.80% from 307); Max value from RGB is 202 - color contains mainly: blue. Hex color #5613CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5613CA is #A9EC35. Grayscale: #3B3B3B. Windows color (decimal): -11136054 or 13243222. OLE color: 13243222.
HSL color Cylindrical-coordinate representation of color #5613CA: hue angle of 261.97º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5613CA is Cyan = 0.57, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 86 | 19 | 202 | - |
| CMYK | 0.57 | 0.91 | 0 | 0.21 |
| HSL | 261.97º | 0.83% | 0.43% | - |
| HSV(B) | 261.97º | 0.91% | 0.79% | - |
| XYZ | 14.73 | 6.71 | 56.4 | - |
| YUV | 59.9 | 208.2 | 146.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 19 | 202 | 0.57 | 0.91 | 0 | 0.21 | 261.97 | 0.83 | 0.43 |
| Hex | 56 | 13 | CA | 39 | 5B | 0 | 15 | 106 | 53 | 2B |
| Octal | 126 | 23 | 312 | 71 | 133 | 0 | 25 | 406 | 123 | 53 |
| Binary | 1010110 | 10011 | 11001010 | 111001 | 1011011 | 0 | 10101 | 100000110 | 1010011 | 101011 |
Color Harmonies of #5613CA
Complementary color
Monochromatic Colors of #5613CA
Black with #5613CA
Text Example
Text Example
White with #5613CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5613CA; }
p { color: rgb(86,19,202); }
H1.HeaderClassName
{
color: #5613CA;
}
.AnyTagClassName
{
color: #5613CA;
}
</style>
background-color css
<style>
a { background-color: #5613CA; }
a { background-color: rgb(86,19,202); }
div.DivClassName
{
background-color: #5613CA;
}
.BgClassName
{
background-color: #5613CA;
}
</style>
border-color css
<style>
span { border-color: #5613CA; }
span { border-color: rgb(86,19,202); }
td.TdClassName
{
border-color: #5613CA;
}
.TagClassName
{
border-color: #5613CA;
}
</style>