Shades of Purple Heart #640FC8
Tints of Purple Heart #640FC8
RGB
CMYK
RGB Variations
Color information
#640FC8 (or 0x640FC8) is known color: Purple Heart. HEX triplet: 64, 0F and C8. RGB value is (100,15,200). Sum of RGB (Red+Green+Blue) = 100+15+200=315 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.75% from 315); Green value is 15 (6.25% from 255 or 4.76% from 315); Blue value is 200 (78.52% from 255 or 63.49% from 315); Max value from RGB is 200 - color contains mainly: blue. Hex color #640FC8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #640FC8 is #9BF037. Grayscale: #3C3C3C. Windows color (decimal): -10219576 or 13111140. OLE color: 13111140.
HSL color Cylindrical-coordinate representation of color #640FC8: hue angle of 267.57º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #640FC8 is Cyan = 0.5, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 100 | 15 | 200 | - |
| CMYK | 0.5 | 0.92 | 0 | 0.22 |
| HSL | 267.57º | 0.86% | 0.42% | - |
| HSV(B) | 267.57º | 0.93% | 0.78% | - |
| XYZ | 15.85 | 7.22 | 55.2 | - |
| YUV | 61.51 | 206.16 | 155.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 15 | 200 | 0.5 | 0.92 | 0 | 0.22 | 267.57 | 0.86 | 0.42 |
| Hex | 64 | F | C8 | 32 | 5C | 0 | 16 | 10C | 56 | 2A |
| Octal | 144 | 17 | 310 | 62 | 134 | 0 | 26 | 414 | 126 | 52 |
| Binary | 1100100 | 1111 | 11001000 | 110010 | 1011100 | 0 | 10110 | 100001100 | 1010110 | 101010 |
Color Harmonies of #640FC8
Complementary color
Monochromatic Colors of #640FC8
Black with #640FC8
Text Example
Text Example
White with #640FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640FC8; }
p { color: rgb(100,15,200); }
H1.HeaderClassName
{
color: #640FC8;
}
.AnyTagClassName
{
color: #640FC8;
}
</style>
background-color css
<style>
a { background-color: #640FC8; }
a { background-color: rgb(100,15,200); }
div.DivClassName
{
background-color: #640FC8;
}
.BgClassName
{
background-color: #640FC8;
}
</style>
border-color css
<style>
span { border-color: #640FC8; }
span { border-color: rgb(100,15,200); }
td.TdClassName
{
border-color: #640FC8;
}
.TagClassName
{
border-color: #640FC8;
}
</style>