Shades of Purple Heart #640FB2
Tints of Purple Heart #640FB2
RGB
CMYK
RGB Variations
Color information
#640FB2 (or 0x640FB2) is known color: Purple Heart. HEX triplet: 64, 0F and B2. RGB value is (100,15,178). Sum of RGB (Red+Green+Blue) = 100+15+178=293 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.13% from 293); Green value is 15 (6.25% from 255 or 5.12% from 293); Blue value is 178 (69.92% from 255 or 60.75% from 293); Max value from RGB is 178 - color contains mainly: blue. Hex color #640FB2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640FB2 is #9BF04D. Grayscale: #3A3A3A. Windows color (decimal): -10219598 or 11669348. OLE color: 11669348.
HSL color Cylindrical-coordinate representation of color #640FB2: hue angle of 271.29º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #640FB2 is Cyan = 0.44, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 100 | 15 | 178 | - |
| CMYK | 0.44 | 0.92 | 0 | 0.30 |
| HSL | 271.29º | 0.84% | 0.38% | - |
| HSV(B) | 271.29º | 0.92% | 0.7% | - |
| XYZ | 13.46 | 6.27 | 42.62 | - |
| YUV | 59 | 195.16 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 15 | 178 | 0.44 | 0.92 | 0 | 0.30 | 271.29 | 0.84 | 0.38 |
| Hex | 64 | F | B2 | 2C | 5C | 0 | 1E | 10F | 54 | 26 |
| Octal | 144 | 17 | 262 | 54 | 134 | 0 | 36 | 417 | 124 | 46 |
| Binary | 1100100 | 1111 | 10110010 | 101100 | 1011100 | 0 | 11110 | 100001111 | 1010100 | 100110 |
Color Harmonies of #640FB2
Complementary color
Monochromatic Colors of #640FB2
Black with #640FB2
Text Example
Text Example
White with #640FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640FB2; }
p { color: rgb(100,15,178); }
H1.HeaderClassName
{
color: #640FB2;
}
.AnyTagClassName
{
color: #640FB2;
}
</style>
background-color css
<style>
a { background-color: #640FB2; }
a { background-color: rgb(100,15,178); }
div.DivClassName
{
background-color: #640FB2;
}
.BgClassName
{
background-color: #640FB2;
}
</style>
border-color css
<style>
span { border-color: #640FB2; }
span { border-color: rgb(100,15,178); }
td.TdClassName
{
border-color: #640FB2;
}
.TagClassName
{
border-color: #640FB2;
}
</style>