Shades of Purple Heart #640FCC
Tints of Purple Heart #640FCC
RGB
CMYK
RGB Variations
Color information
#640FCC (or 0x640FCC) is known color: Purple Heart. HEX triplet: 64, 0F and CC. RGB value is (100,15,204). Sum of RGB (Red+Green+Blue) = 100+15+204=319 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.35% from 319); Green value is 15 (6.25% from 255 or 4.70% from 319); Blue value is 204 (80.08% from 255 or 63.95% from 319); Max value from RGB is 204 - color contains mainly: blue. Hex color #640FCC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #640FCC is #9BF033. Grayscale: #3D3D3D. Windows color (decimal): -10219572 or 13373284. OLE color: 13373284.
HSL color Cylindrical-coordinate representation of color #640FCC: hue angle of 266.98º 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 #640FCC is Cyan = 0.51, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 100 | 15 | 204 | - |
| CMYK | 0.51 | 0.93 | 0 | 0.2 |
| HSL | 266.98º | 0.86% | 0.43% | - |
| HSV(B) | 266.98º | 0.93% | 0.8% | - |
| XYZ | 16.33 | 7.41 | 57.7 | - |
| YUV | 61.96 | 208.16 | 155.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 15 | 204 | 0.51 | 0.93 | 0 | 0.2 | 266.98 | 0.86 | 0.43 |
| Hex | 64 | F | CC | 33 | 5D | 0 | 14 | 10B | 56 | 2B |
| Octal | 144 | 17 | 314 | 63 | 135 | 0 | 24 | 413 | 126 | 53 |
| Binary | 1100100 | 1111 | 11001100 | 110011 | 1011101 | 0 | 10100 | 100001011 | 1010110 | 101011 |
Color Harmonies of #640FCC
Complementary color
Monochromatic Colors of #640FCC
Black with #640FCC
Text Example
Text Example
White with #640FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640FCC; }
p { color: rgb(100,15,204); }
H1.HeaderClassName
{
color: #640FCC;
}
.AnyTagClassName
{
color: #640FCC;
}
</style>
background-color css
<style>
a { background-color: #640FCC; }
a { background-color: rgb(100,15,204); }
div.DivClassName
{
background-color: #640FCC;
}
.BgClassName
{
background-color: #640FCC;
}
</style>
border-color css
<style>
span { border-color: #640FCC; }
span { border-color: rgb(100,15,204); }
td.TdClassName
{
border-color: #640FCC;
}
.TagClassName
{
border-color: #640FCC;
}
</style>