Shades of Purple Heart #5609CB
Tints of Purple Heart #5609CB
RGB
CMYK
RGB Variations
Color information
#5609CB (or 0x5609CB) is known color: Purple Heart. HEX triplet: 56, 09 and CB. RGB value is (86,9,203). Sum of RGB (Red+Green+Blue) = 86+9+203=298 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.86% from 298); Green value is 9 (3.91% from 255 or 3.02% from 298); Blue value is 203 (79.69% from 255 or 68.12% from 298); Max value from RGB is 203 - color contains mainly: blue. Hex color #5609CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5609CB is #A9F634. Grayscale: #353535. Windows color (decimal): -11138613 or 13306198. OLE color: 13306198.
HSL color Cylindrical-coordinate representation of color #5609CB: hue angle of 263.81º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5609CB is Cyan = 0.58, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 86 | 9 | 203 | - |
| CMYK | 0.58 | 0.96 | 0 | 0.20 |
| HSL | 263.81º | 0.92% | 0.42% | - |
| HSV(B) | 263.81º | 0.96% | 0.8% | - |
| XYZ | 14.71 | 6.49 | 56.98 | - |
| YUV | 54.14 | 212.01 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 9 | 203 | 0.58 | 0.96 | 0 | 0.20 | 263.81 | 0.92 | 0.42 |
| Hex | 56 | 9 | CB | 3A | 60 | 0 | 14 | 108 | 5C | 2A |
| Octal | 126 | 11 | 313 | 72 | 140 | 0 | 24 | 410 | 134 | 52 |
| Binary | 1010110 | 1001 | 11001011 | 111010 | 1100000 | 0 | 10100 | 100001000 | 1011100 | 101010 |
Color Harmonies of #5609CB
Complementary color
Monochromatic Colors of #5609CB
Black with #5609CB
Text Example
Text Example
White with #5609CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5609CB; }
p { color: rgb(86,9,203); }
H1.HeaderClassName
{
color: #5609CB;
}
.AnyTagClassName
{
color: #5609CB;
}
</style>
background-color css
<style>
a { background-color: #5609CB; }
a { background-color: rgb(86,9,203); }
div.DivClassName
{
background-color: #5609CB;
}
.BgClassName
{
background-color: #5609CB;
}
</style>
border-color css
<style>
span { border-color: #5609CB; }
span { border-color: rgb(86,9,203); }
td.TdClassName
{
border-color: #5609CB;
}
.TagClassName
{
border-color: #5609CB;
}
</style>