Shades of Purple Heart #5609BC
Tints of Purple Heart #5609BC
RGB
CMYK
RGB Variations
Color information
#5609BC (or 0x5609BC) is known color: Purple Heart. HEX triplet: 56, 09 and BC. RGB value is (86,9,188). Sum of RGB (Red+Green+Blue) = 86+9+188=283 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.39% from 283); Green value is 9 (3.91% from 255 or 3.18% from 283); Blue value is 188 (73.83% from 255 or 66.43% from 283); Max value from RGB is 188 - color contains mainly: blue. Hex color #5609BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5609BC is #A9F643. Grayscale: #333333. Windows color (decimal): -11138628 or 12323158. OLE color: 12323158.
HSL color Cylindrical-coordinate representation of color #5609BC: hue angle of 265.81º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5609BC is Cyan = 0.54, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 86 | 9 | 188 | - |
| CMYK | 0.54 | 0.95 | 0 | 0.26 |
| HSL | 265.81º | 0.91% | 0.39% | - |
| HSV(B) | 265.81º | 0.95% | 0.74% | - |
| XYZ | 13.01 | 5.8 | 48.01 | - |
| YUV | 52.43 | 204.51 | 151.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 9 | 188 | 0.54 | 0.95 | 0 | 0.26 | 265.81 | 0.91 | 0.39 |
| Hex | 56 | 9 | BC | 36 | 5F | 0 | 1A | 10A | 5B | 27 |
| Octal | 126 | 11 | 274 | 66 | 137 | 0 | 32 | 412 | 133 | 47 |
| Binary | 1010110 | 1001 | 10111100 | 110110 | 1011111 | 0 | 11010 | 100001010 | 1011011 | 100111 |
Color Harmonies of #5609BC
Complementary color
Monochromatic Colors of #5609BC
Black with #5609BC
Text Example
Text Example
White with #5609BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5609BC; }
p { color: rgb(86,9,188); }
H1.HeaderClassName
{
color: #5609BC;
}
.AnyTagClassName
{
color: #5609BC;
}
</style>
background-color css
<style>
a { background-color: #5609BC; }
a { background-color: rgb(86,9,188); }
div.DivClassName
{
background-color: #5609BC;
}
.BgClassName
{
background-color: #5609BC;
}
</style>
border-color css
<style>
span { border-color: #5609BC; }
span { border-color: rgb(86,9,188); }
td.TdClassName
{
border-color: #5609BC;
}
.TagClassName
{
border-color: #5609BC;
}
</style>