Shades of Purple Heart #640FCE
Tints of Purple Heart #640FCE
RGB
CMYK
RGB Variations
Color information
#640FCE (or 0x640FCE) is known color: Purple Heart. HEX triplet: 64, 0F and CE. RGB value is (100,15,206). Sum of RGB (Red+Green+Blue) = 100+15+206=321 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.15% from 321); Green value is 15 (6.25% from 255 or 4.67% from 321); Blue value is 206 (80.86% from 255 or 64.17% from 321); Max value from RGB is 206 - color contains mainly: blue. Hex color #640FCE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #640FCE is #9BF031. Grayscale: #3D3D3D. Windows color (decimal): -10219570 or 13504356. OLE color: 13504356.
HSL color Cylindrical-coordinate representation of color #640FCE: hue angle of 266.7º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #640FCE is Cyan = 0.51, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 100 | 15 | 206 | - |
| CMYK | 0.51 | 0.93 | 0 | 0.19 |
| HSL | 266.7º | 0.86% | 0.43% | - |
| HSV(B) | 266.7º | 0.93% | 0.81% | - |
| XYZ | 16.57 | 7.51 | 58.97 | - |
| YUV | 62.19 | 209.16 | 154.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 15 | 206 | 0.51 | 0.93 | 0 | 0.19 | 266.7 | 0.86 | 0.43 |
| Hex | 64 | F | CE | 33 | 5D | 0 | 13 | 10B | 56 | 2B |
| Octal | 144 | 17 | 316 | 63 | 135 | 0 | 23 | 413 | 126 | 53 |
| Binary | 1100100 | 1111 | 11001110 | 110011 | 1011101 | 0 | 10011 | 100001011 | 1010110 | 101011 |
Color Harmonies of #640FCE
Complementary color
Monochromatic Colors of #640FCE
Black with #640FCE
Text Example
Text Example
White with #640FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640FCE; }
p { color: rgb(100,15,206); }
H1.HeaderClassName
{
color: #640FCE;
}
.AnyTagClassName
{
color: #640FCE;
}
</style>
background-color css
<style>
a { background-color: #640FCE; }
a { background-color: rgb(100,15,206); }
div.DivClassName
{
background-color: #640FCE;
}
.BgClassName
{
background-color: #640FCE;
}
</style>
border-color css
<style>
span { border-color: #640FCE; }
span { border-color: rgb(100,15,206); }
td.TdClassName
{
border-color: #640FCE;
}
.TagClassName
{
border-color: #640FCE;
}
</style>