Shades of Purple Heart #640FB4
Tints of Purple Heart #640FB4
RGB
CMYK
RGB Variations
Color information
#640FB4 (or 0x640FB4) is known color: Purple Heart. HEX triplet: 64, 0F and B4. RGB value is (100,15,180). Sum of RGB (Red+Green+Blue) = 100+15+180=295 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.90% from 295); Green value is 15 (6.25% from 255 or 5.08% from 295); Blue value is 180 (70.70% from 255 or 61.02% from 295); Max value from RGB is 180 - color contains mainly: blue. Hex color #640FB4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #640FB4 is #9BF04B. Grayscale: #3A3A3A. Windows color (decimal): -10219596 or 11800420. OLE color: 11800420.
HSL color Cylindrical-coordinate representation of color #640FB4: hue angle of 270.91º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #640FB4 is Cyan = 0.44, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 100 | 15 | 180 | - |
| CMYK | 0.44 | 0.92 | 0 | 0.29 |
| HSL | 270.91º | 0.85% | 0.38% | - |
| HSV(B) | 270.91º | 0.92% | 0.71% | - |
| XYZ | 13.66 | 6.35 | 43.68 | - |
| YUV | 59.23 | 196.16 | 157.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 15 | 180 | 0.44 | 0.92 | 0 | 0.29 | 270.91 | 0.85 | 0.38 |
| Hex | 64 | F | B4 | 2C | 5C | 0 | 1D | 10F | 55 | 26 |
| Octal | 144 | 17 | 264 | 54 | 134 | 0 | 35 | 417 | 125 | 46 |
| Binary | 1100100 | 1111 | 10110100 | 101100 | 1011100 | 0 | 11101 | 100001111 | 1010101 | 100110 |
Color Harmonies of #640FB4
Complementary color
Monochromatic Colors of #640FB4
Black with #640FB4
Text Example
Text Example
White with #640FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640FB4; }
p { color: rgb(100,15,180); }
H1.HeaderClassName
{
color: #640FB4;
}
.AnyTagClassName
{
color: #640FB4;
}
</style>
background-color css
<style>
a { background-color: #640FB4; }
a { background-color: rgb(100,15,180); }
div.DivClassName
{
background-color: #640FB4;
}
.BgClassName
{
background-color: #640FB4;
}
</style>
border-color css
<style>
span { border-color: #640FB4; }
span { border-color: rgb(100,15,180); }
td.TdClassName
{
border-color: #640FB4;
}
.TagClassName
{
border-color: #640FB4;
}
</style>