Shades of Purple Heart #640DBC
Tints of Purple Heart #640DBC
RGB
CMYK
RGB Variations
Color information
#640DBC (or 0x640DBC) is known color: Purple Heart. HEX triplet: 64, 0D and BC. RGB value is (100,13,188). Sum of RGB (Red+Green+Blue) = 100+13+188=301 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.22% from 301); Green value is 13 (5.47% from 255 or 4.32% from 301); Blue value is 188 (73.83% from 255 or 62.46% from 301); Max value from RGB is 188 - color contains mainly: blue. Hex color #640DBC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #640DBC is #9BF243. Grayscale: #3A3A3A. Windows color (decimal): -10220100 or 12324196. OLE color: 12324196.
HSL color Cylindrical-coordinate representation of color #640DBC: hue angle of 269.83º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #640DBC is Cyan = 0.47, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 100 | 13 | 188 | - |
| CMYK | 0.47 | 0.93 | 0 | 0.26 |
| HSL | 269.83º | 0.87% | 0.39% | - |
| HSV(B) | 269.83º | 0.93% | 0.74% | - |
| XYZ | 14.48 | 6.63 | 48.09 | - |
| YUV | 58.96 | 200.82 | 157.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 13 | 188 | 0.47 | 0.93 | 0 | 0.26 | 269.83 | 0.87 | 0.39 |
| Hex | 64 | D | BC | 2F | 5D | 0 | 1A | 10E | 57 | 27 |
| Octal | 144 | 15 | 274 | 57 | 135 | 0 | 32 | 416 | 127 | 47 |
| Binary | 1100100 | 1101 | 10111100 | 101111 | 1011101 | 0 | 11010 | 100001110 | 1010111 | 100111 |
Color Harmonies of #640DBC
Complementary color
Monochromatic Colors of #640DBC
Black with #640DBC
Text Example
Text Example
White with #640DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640DBC; }
p { color: rgb(100,13,188); }
H1.HeaderClassName
{
color: #640DBC;
}
.AnyTagClassName
{
color: #640DBC;
}
</style>
background-color css
<style>
a { background-color: #640DBC; }
a { background-color: rgb(100,13,188); }
div.DivClassName
{
background-color: #640DBC;
}
.BgClassName
{
background-color: #640DBC;
}
</style>
border-color css
<style>
span { border-color: #640DBC; }
span { border-color: rgb(100,13,188); }
td.TdClassName
{
border-color: #640DBC;
}
.TagClassName
{
border-color: #640DBC;
}
</style>