Shades of Purple Heart #640DBD
Tints of Purple Heart #640DBD
RGB
CMYK
RGB Variations
Color information
#640DBD (or 0x640DBD) is known color: Purple Heart. HEX triplet: 64, 0D and BD. RGB value is (100,13,189). Sum of RGB (Red+Green+Blue) = 100+13+189=302 (40% of max value = 765). Red value is 100 (39.45% from 255 or 33.11% from 302); Green value is 13 (5.47% from 255 or 4.30% from 302); Blue value is 189 (74.22% from 255 or 62.58% from 302); Max value from RGB is 189 - color contains mainly: blue. Hex color #640DBD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #640DBD is #9BF242. Grayscale: #3A3A3A. Windows color (decimal): -10220099 or 12389732. OLE color: 12389732.
HSL color Cylindrical-coordinate representation of color #640DBD: hue angle of 269.66º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #640DBD is Cyan = 0.47, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 100 | 13 | 189 | - |
| CMYK | 0.47 | 0.93 | 0 | 0.26 |
| HSL | 269.66º | 0.87% | 0.4% | - |
| HSV(B) | 269.66º | 0.93% | 0.74% | - |
| XYZ | 14.58 | 6.67 | 48.66 | - |
| YUV | 59.08 | 201.32 | 157.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 13 | 189 | 0.47 | 0.93 | 0 | 0.26 | 269.66 | 0.87 | 0.4 |
| Hex | 64 | D | BD | 2F | 5D | 0 | 1A | 10E | 57 | 28 |
| Octal | 144 | 15 | 275 | 57 | 135 | 0 | 32 | 416 | 127 | 50 |
| Binary | 1100100 | 1101 | 10111101 | 101111 | 1011101 | 0 | 11010 | 100001110 | 1010111 | 101000 |
Color Harmonies of #640DBD
Complementary color
Monochromatic Colors of #640DBD
Black with #640DBD
Text Example
Text Example
White with #640DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640DBD; }
p { color: rgb(100,13,189); }
H1.HeaderClassName
{
color: #640DBD;
}
.AnyTagClassName
{
color: #640DBD;
}
</style>
background-color css
<style>
a { background-color: #640DBD; }
a { background-color: rgb(100,13,189); }
div.DivClassName
{
background-color: #640DBD;
}
.BgClassName
{
background-color: #640DBD;
}
</style>
border-color css
<style>
span { border-color: #640DBD; }
span { border-color: rgb(100,13,189); }
td.TdClassName
{
border-color: #640DBD;
}
.TagClassName
{
border-color: #640DBD;
}
</style>