Shades of Purple Heart #5609BA
Tints of Purple Heart #5609BA
RGB
CMYK
RGB Variations
Color information
#5609BA (or 0x5609BA) is known color: Purple Heart. HEX triplet: 56, 09 and BA. RGB value is (86,9,186). Sum of RGB (Red+Green+Blue) = 86+9+186=281 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.60% from 281); Green value is 9 (3.91% from 255 or 3.20% from 281); Blue value is 186 (73.05% from 255 or 66.19% from 281); Max value from RGB is 186 - color contains mainly: blue. Hex color #5609BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5609BA is #A9F645. Grayscale: #333333. Windows color (decimal): -11138630 or 12192086. OLE color: 12192086.
HSL color Cylindrical-coordinate representation of color #5609BA: hue angle of 266.1º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5609BA is Cyan = 0.54, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 86 | 9 | 186 | - |
| CMYK | 0.54 | 0.95 | 0 | 0.27 |
| HSL | 266.1º | 0.91% | 0.38% | - |
| HSV(B) | 266.1º | 0.95% | 0.73% | - |
| XYZ | 12.8 | 5.72 | 46.88 | - |
| YUV | 52.2 | 203.51 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 9 | 186 | 0.54 | 0.95 | 0 | 0.27 | 266.1 | 0.91 | 0.38 |
| Hex | 56 | 9 | BA | 36 | 5F | 0 | 1B | 10A | 5B | 26 |
| Octal | 126 | 11 | 272 | 66 | 137 | 0 | 33 | 412 | 133 | 46 |
| Binary | 1010110 | 1001 | 10111010 | 110110 | 1011111 | 0 | 11011 | 100001010 | 1011011 | 100110 |
Color Harmonies of #5609BA
Complementary color
Monochromatic Colors of #5609BA
Black with #5609BA
Text Example
Text Example
White with #5609BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5609BA; }
p { color: rgb(86,9,186); }
H1.HeaderClassName
{
color: #5609BA;
}
.AnyTagClassName
{
color: #5609BA;
}
</style>
background-color css
<style>
a { background-color: #5609BA; }
a { background-color: rgb(86,9,186); }
div.DivClassName
{
background-color: #5609BA;
}
.BgClassName
{
background-color: #5609BA;
}
</style>
border-color css
<style>
span { border-color: #5609BA; }
span { border-color: rgb(86,9,186); }
td.TdClassName
{
border-color: #5609BA;
}
.TagClassName
{
border-color: #5609BA;
}
</style>