Shades of Purple Heart #5609C8
Tints of Purple Heart #5609C8
RGB
CMYK
RGB Variations
Color information
#5609C8 (or 0x5609C8) is known color: Purple Heart. HEX triplet: 56, 09 and C8. RGB value is (86,9,200). Sum of RGB (Red+Green+Blue) = 86+9+200=295 (39% of max value = 765). Red value is 86 (33.98% from 255 or 29.15% from 295); Green value is 9 (3.91% from 255 or 3.05% from 295); Blue value is 200 (78.52% from 255 or 67.80% from 295); Max value from RGB is 200 - color contains mainly: blue. Hex color #5609C8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5609C8 is #A9F637. Grayscale: #353535. Windows color (decimal): -11138616 or 13109590. OLE color: 13109590.
HSL color Cylindrical-coordinate representation of color #5609C8: hue angle of 264.19º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5609C8 is Cyan = 0.57, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 86 | 9 | 200 | - |
| CMYK | 0.57 | 0.96 | 0 | 0.22 |
| HSL | 264.19º | 0.91% | 0.41% | - |
| HSV(B) | 264.19º | 0.96% | 0.78% | - |
| XYZ | 14.36 | 6.34 | 55.11 | - |
| YUV | 53.8 | 210.51 | 150.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 9 | 200 | 0.57 | 0.96 | 0 | 0.22 | 264.19 | 0.91 | 0.41 |
| Hex | 56 | 9 | C8 | 39 | 60 | 0 | 16 | 108 | 5B | 29 |
| Octal | 126 | 11 | 310 | 71 | 140 | 0 | 26 | 410 | 133 | 51 |
| Binary | 1010110 | 1001 | 11001000 | 111001 | 1100000 | 0 | 10110 | 100001000 | 1011011 | 101001 |
Color Harmonies of #5609C8
Complementary color
Monochromatic Colors of #5609C8
Black with #5609C8
Text Example
Text Example
White with #5609C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5609C8; }
p { color: rgb(86,9,200); }
H1.HeaderClassName
{
color: #5609C8;
}
.AnyTagClassName
{
color: #5609C8;
}
</style>
background-color css
<style>
a { background-color: #5609C8; }
a { background-color: rgb(86,9,200); }
div.DivClassName
{
background-color: #5609C8;
}
.BgClassName
{
background-color: #5609C8;
}
</style>
border-color css
<style>
span { border-color: #5609C8; }
span { border-color: rgb(86,9,200); }
td.TdClassName
{
border-color: #5609C8;
}
.TagClassName
{
border-color: #5609C8;
}
</style>