Shades of Purple Heart #640FCD
Tints of Purple Heart #640FCD
RGB
CMYK
RGB Variations
Color information
#640FCD (or 0x640FCD) is known color: Purple Heart. HEX triplet: 64, 0F and CD. RGB value is (100,15,205). Sum of RGB (Red+Green+Blue) = 100+15+205=320 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.25% from 320); Green value is 15 (6.25% from 255 or 4.69% from 320); Blue value is 205 (80.47% from 255 or 64.06% from 320); Max value from RGB is 205 - color contains mainly: blue. Hex color #640FCD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #640FCD is #9BF032. Grayscale: #3D3D3D. Windows color (decimal): -10219571 or 13438820. OLE color: 13438820.
HSL color Cylindrical-coordinate representation of color #640FCD: hue angle of 266.84º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #640FCD is Cyan = 0.51, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 100 | 15 | 205 | - |
| CMYK | 0.51 | 0.93 | 0 | 0.20 |
| HSL | 266.84º | 0.86% | 0.43% | - |
| HSV(B) | 266.84º | 0.93% | 0.8% | - |
| XYZ | 16.45 | 7.46 | 58.33 | - |
| YUV | 62.08 | 208.66 | 155.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 15 | 205 | 0.51 | 0.93 | 0 | 0.20 | 266.84 | 0.86 | 0.43 |
| Hex | 64 | F | CD | 33 | 5D | 0 | 14 | 10B | 56 | 2B |
| Octal | 144 | 17 | 315 | 63 | 135 | 0 | 24 | 413 | 126 | 53 |
| Binary | 1100100 | 1111 | 11001101 | 110011 | 1011101 | 0 | 10100 | 100001011 | 1010110 | 101011 |
Color Harmonies of #640FCD
Complementary color
Monochromatic Colors of #640FCD
Black with #640FCD
Text Example
Text Example
White with #640FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640FCD; }
p { color: rgb(100,15,205); }
H1.HeaderClassName
{
color: #640FCD;
}
.AnyTagClassName
{
color: #640FCD;
}
</style>
background-color css
<style>
a { background-color: #640FCD; }
a { background-color: rgb(100,15,205); }
div.DivClassName
{
background-color: #640FCD;
}
.BgClassName
{
background-color: #640FCD;
}
</style>
border-color css
<style>
span { border-color: #640FCD; }
span { border-color: rgb(100,15,205); }
td.TdClassName
{
border-color: #640FCD;
}
.TagClassName
{
border-color: #640FCD;
}
</style>