Shades of Purple Heart #5609CF
Tints of Purple Heart #5609CF
RGB
CMYK
RGB Variations
Color information
#5609CF (or 0x5609CF) is known color: Purple Heart. HEX triplet: 56, 09 and CF. RGB value is (86,9,207). Sum of RGB (Red+Green+Blue) = 86+9+207=302 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.48% from 302); Green value is 9 (3.91% from 255 or 2.98% from 302); Blue value is 207 (81.25% from 255 or 68.54% from 302); Max value from RGB is 207 - color contains mainly: blue. Hex color #5609CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5609CF is #A9F630. Grayscale: #353535. Windows color (decimal): -11138609 or 13568342. OLE color: 13568342.
HSL color Cylindrical-coordinate representation of color #5609CF: hue angle of 263.33º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5609CF is Cyan = 0.58, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 86 | 9 | 207 | - |
| CMYK | 0.58 | 0.96 | 0 | 0.19 |
| HSL | 263.33º | 0.92% | 0.42% | - |
| HSV(B) | 263.33º | 0.96% | 0.81% | - |
| XYZ | 15.2 | 6.68 | 59.52 | - |
| YUV | 54.6 | 214.01 | 150.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 9 | 207 | 0.58 | 0.96 | 0 | 0.19 | 263.33 | 0.92 | 0.42 |
| Hex | 56 | 9 | CF | 3A | 60 | 0 | 13 | 107 | 5C | 2A |
| Octal | 126 | 11 | 317 | 72 | 140 | 0 | 23 | 407 | 134 | 52 |
| Binary | 1010110 | 1001 | 11001111 | 111010 | 1100000 | 0 | 10011 | 100000111 | 1011100 | 101010 |
Color Harmonies of #5609CF
Complementary color
Monochromatic Colors of #5609CF
Black with #5609CF
Text Example
Text Example
White with #5609CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5609CF; }
p { color: rgb(86,9,207); }
H1.HeaderClassName
{
color: #5609CF;
}
.AnyTagClassName
{
color: #5609CF;
}
</style>
background-color css
<style>
a { background-color: #5609CF; }
a { background-color: rgb(86,9,207); }
div.DivClassName
{
background-color: #5609CF;
}
.BgClassName
{
background-color: #5609CF;
}
</style>
border-color css
<style>
span { border-color: #5609CF; }
span { border-color: rgb(86,9,207); }
td.TdClassName
{
border-color: #5609CF;
}
.TagClassName
{
border-color: #5609CF;
}
</style>