Shades of Purple Heart #640CC7
Tints of Purple Heart #640CC7
RGB
CMYK
RGB Variations
Color information
#640CC7 (or 0x640CC7) is known color: Purple Heart. HEX triplet: 64, 0C and C7. RGB value is (100,12,199). Sum of RGB (Red+Green+Blue) = 100+12+199=311 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.15% from 311); Green value is 12 (5.08% from 255 or 3.86% from 311); Blue value is 199 (78.12% from 255 or 63.99% from 311); Max value from RGB is 199 - color contains mainly: blue. Hex color #640CC7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #640CC7 is #9BF338. Grayscale: #3A3A3A. Windows color (decimal): -10220345 or 13044836. OLE color: 13044836.
HSL color Cylindrical-coordinate representation of color #640CC7: hue angle of 268.24º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #640CC7 is Cyan = 0.50, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 100 | 12 | 199 | - |
| CMYK | 0.50 | 0.94 | 0 | 0.22 |
| HSL | 268.24º | 0.89% | 0.41% | - |
| HSV(B) | 268.24º | 0.94% | 0.78% | - |
| XYZ | 15.7 | 7.1 | 54.58 | - |
| YUV | 59.63 | 206.65 | 156.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 12 | 199 | 0.50 | 0.94 | 0 | 0.22 | 268.24 | 0.89 | 0.41 |
| Hex | 64 | C | C7 | 32 | 5E | 0 | 16 | 10C | 59 | 29 |
| Octal | 144 | 14 | 307 | 62 | 136 | 0 | 26 | 414 | 131 | 51 |
| Binary | 1100100 | 1100 | 11000111 | 110010 | 1011110 | 0 | 10110 | 100001100 | 1011001 | 101001 |
Color Harmonies of #640CC7
Complementary color
Monochromatic Colors of #640CC7
Black with #640CC7
Text Example
Text Example
White with #640CC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640CC7; }
p { color: rgb(100,12,199); }
H1.HeaderClassName
{
color: #640CC7;
}
.AnyTagClassName
{
color: #640CC7;
}
</style>
background-color css
<style>
a { background-color: #640CC7; }
a { background-color: rgb(100,12,199); }
div.DivClassName
{
background-color: #640CC7;
}
.BgClassName
{
background-color: #640CC7;
}
</style>
border-color css
<style>
span { border-color: #640CC7; }
span { border-color: rgb(100,12,199); }
td.TdClassName
{
border-color: #640CC7;
}
.TagClassName
{
border-color: #640CC7;
}
</style>