Shades of Purple Heart #5613AA
Tints of Purple Heart #5613AA
RGB
CMYK
RGB Variations
Color information
#5613AA (or 0x5613AA) is known color: Purple Heart. HEX triplet: 56, 13 and AA. RGB value is (86,19,170). Sum of RGB (Red+Green+Blue) = 86+19+170=275 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.27% from 275); Green value is 19 (7.81% from 255 or 6.91% from 275); Blue value is 170 (66.80% from 255 or 61.82% from 275); Max value from RGB is 170 - color contains mainly: blue. Hex color #5613AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5613AA is #A9EC55. Grayscale: #373737. Windows color (decimal): -11136086 or 11146070. OLE color: 11146070.
HSL color Cylindrical-coordinate representation of color #5613AA: hue angle of 266.62º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5613AA is Cyan = 0.49, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 86 | 19 | 170 | - |
| CMYK | 0.49 | 0.89 | 0 | 0.33 |
| HSL | 266.62º | 0.8% | 0.37% | - |
| HSV(B) | 266.62º | 0.89% | 0.67% | - |
| XYZ | 11.33 | 5.35 | 38.47 | - |
| YUV | 56.25 | 192.2 | 149.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 19 | 170 | 0.49 | 0.89 | 0 | 0.33 | 266.62 | 0.8 | 0.37 |
| Hex | 56 | 13 | AA | 31 | 59 | 0 | 21 | 10B | 50 | 25 |
| Octal | 126 | 23 | 252 | 61 | 131 | 0 | 41 | 413 | 120 | 45 |
| Binary | 1010110 | 10011 | 10101010 | 110001 | 1011001 | 0 | 100001 | 100001011 | 1010000 | 100101 |
Color Harmonies of #5613AA
Complementary color
Monochromatic Colors of #5613AA
Black with #5613AA
Text Example
Text Example
White with #5613AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5613AA; }
p { color: rgb(86,19,170); }
H1.HeaderClassName
{
color: #5613AA;
}
.AnyTagClassName
{
color: #5613AA;
}
</style>
background-color css
<style>
a { background-color: #5613AA; }
a { background-color: rgb(86,19,170); }
div.DivClassName
{
background-color: #5613AA;
}
.BgClassName
{
background-color: #5613AA;
}
</style>
border-color css
<style>
span { border-color: #5613AA; }
span { border-color: rgb(86,19,170); }
td.TdClassName
{
border-color: #5613AA;
}
.TagClassName
{
border-color: #5613AA;
}
</style>