Shades of Purple Heart #640FDA
Tints of Purple Heart #640FDA
RGB
CMYK
RGB Variations
Color information
#640FDA (or 0x640FDA) is known color: Purple Heart. HEX triplet: 64, 0F and DA. RGB value is (100,15,218). Sum of RGB (Red+Green+Blue) = 100+15+218=333 (44% of max value = 765). Red value is 100 (39.45% from 255 or 30.03% from 333); Green value is 15 (6.25% from 255 or 4.50% from 333); Blue value is 218 (85.55% from 255 or 65.47% from 333); Max value from RGB is 218 - color contains mainly: blue. Hex color #640FDA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #640FDA is #9BF025. Grayscale: #3E3E3E. Windows color (decimal): -10219558 or 14290788. OLE color: 14290788.
HSL color Cylindrical-coordinate representation of color #640FDA: hue angle of 265.12º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #640FDA is Cyan = 0.54, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 100 | 15 | 218 | - |
| CMYK | 0.54 | 0.93 | 0 | 0.15 |
| HSL | 265.12º | 0.87% | 0.46% | - |
| HSV(B) | 265.12º | 0.93% | 0.85% | - |
| XYZ | 18.08 | 8.11 | 66.94 | - |
| YUV | 63.56 | 215.16 | 153.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 15 | 218 | 0.54 | 0.93 | 0 | 0.15 | 265.12 | 0.87 | 0.46 |
| Hex | 64 | F | DA | 36 | 5D | 0 | F | 109 | 57 | 2E |
| Octal | 144 | 17 | 332 | 66 | 135 | 0 | 17 | 411 | 127 | 56 |
| Binary | 1100100 | 1111 | 11011010 | 110110 | 1011101 | 0 | 1111 | 100001001 | 1010111 | 101110 |
Color Harmonies of #640FDA
Complementary color
Monochromatic Colors of #640FDA
Black with #640FDA
Text Example
Text Example
White with #640FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640FDA; }
p { color: rgb(100,15,218); }
H1.HeaderClassName
{
color: #640FDA;
}
.AnyTagClassName
{
color: #640FDA;
}
</style>
background-color css
<style>
a { background-color: #640FDA; }
a { background-color: rgb(100,15,218); }
div.DivClassName
{
background-color: #640FDA;
}
.BgClassName
{
background-color: #640FDA;
}
</style>
border-color css
<style>
span { border-color: #640FDA; }
span { border-color: rgb(100,15,218); }
td.TdClassName
{
border-color: #640FDA;
}
.TagClassName
{
border-color: #640FDA;
}
</style>